gnu: r-cli: Update to 2.4.0.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
6 ;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
7 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
9 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
10 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
11 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
12 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
13 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
14 ;;; Copyright © 2018, 2020, 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.4")
160 (source
161 (origin
162 (method url-fetch)
163 (uri (cran-uri "diffobj" version))
164 (sha256
165 (base32
166 "1z4yhfasjpi9rxl1lh9bny7yvs947a6hhc768azc1wwad748mk9q"))))
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.9")
397 (source (origin
398 (method url-fetch)
399 (uri (cran-uri "ggpmisc" version))
400 (sha256
401 (base32
402 "0nb0lpwqph9334s9sq77mk3nd22icy9d9hywz4awhf6nvp5rcc2v"))))
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.2")
505 (source
506 (origin
507 (method url-fetch)
508 (uri (cran-uri "oenb" version))
509 (sha256
510 (base32
511 "1jgxw7ycx2lcdzglg9nix8k08fs4r6i5jdsjzrd6w1dg6smsinl5"))))
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 "2.0.0")
931 (source
932 (origin
933 (method url-fetch)
934 (uri (cran-uri "reprex" version))
935 (sha256
936 (base32
937 "1lcnxczy28n4g3rvph09va7svcznfyqa7zdggklqb924qvy7flwh"))))
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-rstudioapi" ,r-rstudioapi)
949 ("r-withr" ,r-withr)))
950 (native-inputs
951 `(("r-knitr" ,r-knitr)))
952 (home-page "https://github.com/tidyverse/reprex")
953 (synopsis "Prepare reproducible R code examples for sharing")
954 (description
955 "This package provides a convenience wrapper that uses the
956 @code{rmarkdown} package to render small snippets of code to target formats
957 that include both code and output. The goal is to encourage the sharing of
958 small, reproducible, and runnable examples on code-oriented websites or email.
959 @code{reprex} also extracts clean, runnable R code from various common formats,
960 such as copy/paste from an R session.")
961 (license license:expat)))
962
963 (define-public r-reordercluster
964 (package
965 (name "r-reordercluster")
966 (version "1.0")
967 (source (origin
968 (method url-fetch)
969 (uri (cran-uri "ReorderCluster" version))
970 (sha256
971 (base32
972 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
973 (build-system r-build-system)
974 (propagated-inputs
975 `(("r-gplots" ,r-gplots)
976 ("r-rcpp" ,r-rcpp)))
977 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
978 (synopsis "Reordering the dendrogram according to the class labels")
979 (description "This package provides tools for performing the leaf reordering
980 for the dendrogram that preserves the hierarchical clustering result and at the
981 same time tries to group instances from the same class together.")
982 (license license:gpl3+)))
983
984 (define-public r-callr
985 (package
986 (name "r-callr")
987 (version "3.6.0")
988 (source
989 (origin
990 (method url-fetch)
991 (uri (cran-uri "callr" version))
992 (sha256
993 (base32
994 "050s7l1ipi6snbj6xnk052l6acycnxjyzv84026adw5x8kki0yz6"))))
995 (build-system r-build-system)
996 (propagated-inputs
997 `(("r-r6" ,r-r6)
998 ("r-processx" ,r-processx)))
999 (home-page "https://github.com/r-lib/callr#readme")
1000 (synopsis "Call R from R")
1001 (description
1002 "It is sometimes useful to perform a computation in a separate R process,
1003 without affecting the current R process at all. This package does exactly
1004 that.")
1005 (license license:expat)))
1006
1007 (define-public r-readxl
1008 (package
1009 (name "r-readxl")
1010 (version "1.3.1")
1011 (source
1012 (origin
1013 (method url-fetch)
1014 (uri (cran-uri "readxl" version))
1015 (sha256
1016 (base32
1017 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
1018 (build-system r-build-system)
1019 (propagated-inputs
1020 `(("r-cellranger" ,r-cellranger)
1021 ("r-progress" ,r-progress)
1022 ("r-rcpp" ,r-rcpp)
1023 ("r-tibble" ,r-tibble)))
1024 (home-page "https://readxl.tidyverse.org")
1025 (synopsis "Read Excel files")
1026 (description
1027 "This package lets you import Excel files into R. It supports
1028 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
1029 the embedded @code{RapidXML} C++ library.")
1030 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
1031 ;; 'rapidxml' which is Boost.
1032 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
1033
1034 (define-public r-modelr
1035 (package
1036 (name "r-modelr")
1037 (version "0.1.8")
1038 (source
1039 (origin
1040 (method url-fetch)
1041 (uri (cran-uri "modelr" version))
1042 (sha256
1043 (base32
1044 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1045 (build-system r-build-system)
1046 (propagated-inputs
1047 `(("r-broom" ,r-broom)
1048 ("r-magrittr" ,r-magrittr)
1049 ("r-purrr" ,r-purrr)
1050 ("r-rlang" ,r-rlang)
1051 ("r-tibble" ,r-tibble)
1052 ("r-tidyr" ,r-tidyr)
1053 ("r-tidyselect" ,r-tidyselect)
1054 ("r-vctrs" ,r-vctrs)))
1055 (home-page "https://github.com/tidyverse/modelr")
1056 (synopsis "Helper functions for modelling in pipelines")
1057 (description
1058 "Functions for modelling that help you seamlessly integrate modelling
1059 into a pipeline of data manipulation and visualisation.")
1060 (license license:gpl3)))
1061
1062 (define-public r-httpuv
1063 (package
1064 (name "r-httpuv")
1065 (version "1.5.5")
1066 (source (origin
1067 (method url-fetch)
1068 (uri (cran-uri "httpuv" version))
1069 (sha256
1070 (base32
1071 "05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
1072 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1073 ;; only contains fixes for building on Solaris.
1074 (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
1075 (modules '((guix build utils)))
1076 (snippet
1077 `(begin
1078 (delete-file-recursively "src/libuv")
1079 ;; Cannot unbundle http-parser, because it contains local
1080 ;; modifications.
1081 #t))))
1082 (build-system r-build-system)
1083 (arguments
1084 `(#:phases
1085 (modify-phases %standard-phases
1086 (add-after 'unpack 'unbundle-libuv
1087 (lambda* (#:key outputs #:allow-other-keys)
1088 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1089 (("\"libuv/include/uv\\.h\"")
1090 "<uv.h>"))
1091 ;; Fix https://github.com/rstudio/httpuv/issues/282
1092 (substitute* "src/http.cpp"
1093 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
1094 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
1095 #t)))))
1096 (inputs
1097 `(("libuv" ,libuv)))
1098 (propagated-inputs
1099 `(("r-bh" ,r-bh)
1100 ("r-later" ,r-later)
1101 ("r-promises" ,r-promises)
1102 ("r-r6" ,r-r6)
1103 ("r-rcpp" ,r-rcpp)))
1104 (home-page "https://github.com/rstudio/httpuv")
1105 (synopsis "HTTP and WebSocket server library for R")
1106 (description
1107 "The httpuv package provides low-level socket and protocol support for
1108 handling HTTP and WebSocket requests directly from within R. It is primarily
1109 intended as a building block for other packages, rather than making it
1110 particularly easy to create complete web applications using httpuv alone.")
1111 ;; This package includes third-party code that was originally released
1112 ;; under various non-copyleft licenses. Full licensing information can be
1113 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
1114 (license license:gpl3+)))
1115
1116 (define-public r-jsonlite
1117 (package
1118 (name "r-jsonlite")
1119 (version "1.7.2")
1120 (source (origin
1121 (method url-fetch)
1122 (uri (cran-uri "jsonlite" version))
1123 (sha256
1124 (base32
1125 "1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
1126 (build-system r-build-system)
1127 (native-inputs
1128 `(("r-knitr" ,r-knitr)))
1129 (home-page "https://arxiv.org/abs/1403.2805")
1130 (synopsis "Robust, high performance JSON parser and generator for R")
1131 (description
1132 "The jsonlite package provides a fast JSON parser and generator optimized
1133 for statistical data and the web. It offers flexible, robust, high
1134 performance tools for working with JSON in R and is particularly powerful for
1135 building pipelines and interacting with a web API. In addition to converting
1136 JSON data from/to R objects, jsonlite contains functions to stream, validate,
1137 and prettify JSON data. The unit tests included with the package verify that
1138 all edge cases are encoded and decoded consistently for use with dynamic data
1139 in systems and applications.")
1140 (license license:expat)))
1141
1142 (define-public r-servr
1143 (package
1144 (name "r-servr")
1145 (version "0.21")
1146 (source (origin
1147 (method url-fetch)
1148 (uri (cran-uri "servr" version))
1149 (sha256
1150 (base32
1151 "12fk585hmz735v4hra8da9wld1fmd67byqnf95m7jjyh7l3dmh1z"))))
1152 (build-system r-build-system)
1153 (propagated-inputs
1154 `(("r-httpuv" ,r-httpuv)
1155 ("r-jsonlite" ,r-jsonlite)
1156 ("r-mime" ,r-mime)
1157 ("r-xfun" ,r-xfun)))
1158 (home-page "https://github.com/yihui/servr")
1159 (synopsis "Simple HTTP server to serve static files or dynamic documents")
1160 (description
1161 "Servr provides an HTTP server in R to serve static files, or dynamic
1162 documents that can be converted to HTML files (e.g., R Markdown) under a given
1163 directory.")
1164 (license license:expat)))
1165
1166 (define-public r-htmltools
1167 (package
1168 (name "r-htmltools")
1169 (version "0.5.1.1")
1170 (source (origin
1171 (method url-fetch)
1172 (uri (cran-uri "htmltools" version))
1173 (sha256
1174 (base32
1175 "1fm4cymz4hz6lds80m9j5q00xy5flkrmfn5dkrn3s3rkzqpyggzh"))))
1176 (build-system r-build-system)
1177 (propagated-inputs
1178 `(("r-base64enc" ,r-base64enc)
1179 ("r-digest" ,r-digest)
1180 ("r-rlang" ,r-rlang)))
1181 (home-page "https://cran.r-project.org/web/packages/htmltools")
1182 (synopsis "R tools for HTML")
1183 (description
1184 "This package provides tools for HTML generation and output in R.")
1185 (license license:expat)))
1186
1187 (define-public r-htmlwidgets
1188 (package
1189 (name "r-htmlwidgets")
1190 (version "1.5.3")
1191 (source (origin
1192 (method url-fetch)
1193 (uri (cran-uri "htmlwidgets" version))
1194 (sha256
1195 (base32
1196 "0a8g7wqd3qxnhwkm9c9bkzg29db7gvjiaa5y038ln8nch8qq7981"))))
1197 (build-system r-build-system)
1198 (propagated-inputs
1199 `(("r-htmltools" ,r-htmltools)
1200 ("r-jsonlite" ,r-jsonlite)
1201 ("r-yaml" ,r-yaml)))
1202 (native-inputs
1203 `(("r-knitr" ,r-knitr)))
1204 (home-page "https://github.com/ramnathv/htmlwidgets")
1205 (synopsis "HTML Widgets for R")
1206 (description
1207 "HTML widgets is a framework for creating HTML widgets that render in
1208 various contexts including the R console, R Markdown documents, and Shiny web
1209 applications.")
1210 (license license:expat)))
1211
1212 (define-public r-htmltable
1213 (package
1214 (name "r-htmltable")
1215 (version "2.1.0")
1216 (source
1217 (origin
1218 (method url-fetch)
1219 (uri (cran-uri "htmlTable" version))
1220 (sha256
1221 (base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
1222 (properties `((upstream-name . "htmlTable")))
1223 (build-system r-build-system)
1224 (propagated-inputs
1225 `(("r-checkmate" ,r-checkmate)
1226 ("r-htmltools" ,r-htmltools)
1227 ("r-htmlwidgets" ,r-htmlwidgets)
1228 ("r-knitr" ,r-knitr)
1229 ("r-magrittr" ,r-magrittr)
1230 ("r-rstudioapi" ,r-rstudioapi)
1231 ("r-stringr" ,r-stringr)))
1232 (native-inputs
1233 `(("r-knitr" ,r-knitr)))
1234 (home-page "http://gforge.se/packages/")
1235 (synopsis "Advanced tables for Markdown/HTML")
1236 (description
1237 "This package provides functions to build tables with advanced layout
1238 elements such as row spanners, column spanners, table spanners, zebra
1239 striping, and more. While allowing advanced layout, the underlying
1240 CSS-structure is simple in order to maximize compatibility with word
1241 processors such as LibreOffice. The package also contains a few text
1242 formatting functions that help outputting text compatible with HTML or
1243 LaTeX.")
1244 (license license:gpl3+)))
1245
1246 (define-public r-curl
1247 (package
1248 (name "r-curl")
1249 (version "4.3")
1250 (source (origin
1251 (method url-fetch)
1252 (uri (cran-uri "curl" version))
1253 (sha256
1254 (base32
1255 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
1256 (build-system r-build-system)
1257 (arguments
1258 `(#:phases
1259 (modify-phases %standard-phases
1260 ;; The environment variable CURL_CA_BUNDLE is only respected when
1261 ;; running Windows, so we disable the platform checks.
1262 ;; This can be removed once the libcurl has been patched.
1263 (add-after 'unpack 'allow-CURL_CA_BUNDLE
1264 (lambda _
1265 (substitute* "R/onload.R"
1266 (("if \\(!grepl\\(\"mingw\".*")
1267 "if (FALSE)\n"))
1268 (substitute* "src/handle.c"
1269 (("/\\* Only set" m)
1270 (string-append "\
1271 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1272 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1273 " m)))
1274 #t)))))
1275 (inputs
1276 `(("libcurl" ,curl)
1277 ("zlib" ,zlib)))
1278 (native-inputs
1279 `(("pkg-config" ,pkg-config)))
1280 (home-page "https://github.com/jeroenooms/curl")
1281 (synopsis "HTTP client for R")
1282 (description
1283 "The @code{curl()} and @code{curl_download()} functions provide highly
1284 configurable drop-in replacements for base @code{url()} and
1285 @code{download.file()} with better performance, support for encryption, gzip
1286 compression, authentication, and other @code{libcurl} goodies. The core of
1287 the package implements a framework for performing fully customized requests
1288 where data can be processed either in memory, on disk, or streaming via the
1289 callback or connection interfaces.")
1290 (license license:expat)))
1291
1292 (define-public r-hwriter
1293 (package
1294 (name "r-hwriter")
1295 (version "1.3.2")
1296 (source
1297 (origin
1298 (method url-fetch)
1299 (uri (cran-uri "hwriter" version))
1300 (sha256
1301 (base32
1302 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1303 (build-system r-build-system)
1304 (home-page "https://cran.r-project.org/web/packages/hwriter")
1305 (synopsis "Output R objects in HTML format")
1306 (description
1307 "This package provides easy-to-use and versatile functions to output R
1308 objects in HTML format.")
1309 (license license:lgpl2.1+)))
1310
1311 (define-public r-rjson
1312 (package
1313 (name "r-rjson")
1314 (version "0.2.20")
1315 (source
1316 (origin
1317 (method url-fetch)
1318 (uri (cran-uri "rjson" version))
1319 (sha256
1320 (base32
1321 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1322 (build-system r-build-system)
1323 (home-page "https://cran.r-project.org/web/packages/rjson")
1324 (synopsis "JSON library for R")
1325 (description
1326 "This package provides functions to convert R objects into JSON objects
1327 and vice-versa.")
1328 (license license:gpl2+)))
1329
1330 (define-public r-fastmap
1331 (package
1332 (name "r-fastmap")
1333 (version "1.1.0")
1334 (source
1335 (origin
1336 (method url-fetch)
1337 (uri (cran-uri "fastmap" version))
1338 (sha256
1339 (base32
1340 "0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
1341 (properties `((upstream-name . "fastmap")))
1342 (build-system r-build-system)
1343 (home-page "https://r-lib.github.io/fastmap/")
1344 (synopsis "Fast implementation of a key-value store")
1345 (description
1346 "This package provides a fast implementation of a key-value store.
1347 Environments are commonly used as key-value stores, but every time a new key
1348 is used, it is added to R's global symbol table, causing a small amount of
1349 memory leakage. This can be problematic in cases where many different keys
1350 are used. Fastmap avoids this memory leak issue by implementing the map using
1351 data structures in C++.")
1352 (license license:expat)))
1353
1354 (define-public r-fastghquad
1355 (package
1356 (name "r-fastghquad")
1357 (version "1.0")
1358 (source
1359 (origin
1360 (method url-fetch)
1361 (uri (cran-uri "fastGHQuad" version))
1362 (sha256
1363 (base32
1364 "1rjia8wggadr9xwxcmzmal0rc4g6pa3dr5888fbbnb6abl8b2lrj"))))
1365 (properties `((upstream-name . "fastGHQuad")))
1366 (build-system r-build-system)
1367 (propagated-inputs
1368 `(("r-rcpp" ,r-rcpp)))
1369 (home-page "https://github.com/awblocker/fastGHQuad")
1370 (synopsis "Fast Rcpp implementation of Gauss-Hermite Quadrature")
1371 (description
1372 "This package implements numerically-stable Gauss-Hermite quadrature
1373 rules and utility functions for adaptive GH quadrature.")
1374 (license license:expat)))
1375
1376 (define-public r-rstpm2
1377 (package
1378 (name "r-rstpm2")
1379 (version "1.5.2")
1380 (source
1381 (origin
1382 (method url-fetch)
1383 (uri (cran-uri "rstpm2" version))
1384 (sha256
1385 (base32
1386 "0c6l3z250b2kn6mh2xyb0bd2y5nsbj11n9xfi51dac9s8xq3v7m4"))))
1387 (properties `((upstream-name . "rstpm2")))
1388 (build-system r-build-system)
1389 (propagated-inputs
1390 `(("r-bbmle" ,r-bbmle)
1391 ("r-bh" ,r-bh)
1392 ("r-desolve" ,r-desolve)
1393 ("r-fastghquad" ,r-fastghquad)
1394 ("r-mgcv" ,r-mgcv)
1395 ("r-rcpp" ,r-rcpp)
1396 ("r-rcpparmadillo" ,r-rcpparmadillo)
1397 ("r-survival" ,r-survival)))
1398 (native-inputs
1399 `(("gfortran" ,gfortran)))
1400 (home-page "https://github.com/mclements/rstpm2")
1401 (synopsis "Link-based survival models")
1402 (description
1403 "This package provides R implementations of @dfn{generalized survival
1404 models} (GSMs), smooth @dfn{accelerated failure time} (AFT) models and Markov
1405 multi-state models.")
1406 ;; One of these licenses
1407 (license (list license:gpl2 license:gpl3))))
1408
1409 ;; This package includes minified JavaScript files. When upgrading please
1410 ;; check that there are no new minified JavaScript files.
1411 (define-public r-jquerylib
1412 (package
1413 (name "r-jquerylib")
1414 (version "0.1.3")
1415 (source
1416 (origin
1417 (method url-fetch)
1418 (uri (cran-uri "jquerylib" version))
1419 (sha256
1420 (base32
1421 "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq"))
1422 (snippet
1423 '(for-each delete-file
1424 '("inst/lib/jquery-1.12.4.min.js"
1425 "inst/lib/jquery-2.2.4.min.js"
1426 "inst/lib/jquery-3.5.1.min.js")))))
1427 (properties `((upstream-name . "jquerylib")))
1428 (build-system r-build-system)
1429 (arguments
1430 `(#:modules ((guix build utils)
1431 (guix build r-build-system)
1432 (srfi srfi-1))
1433 #:phases
1434 (modify-phases %standard-phases
1435 (add-after 'unpack 'process-javascript
1436 (lambda* (#:key inputs #:allow-other-keys)
1437 (with-directory-excursion "inst/lib/"
1438 (call-with-values
1439 (lambda ()
1440 (unzip2
1441 `(("jquery-1.12.4.js"
1442 "jquery-1.12.4.min.js")
1443 ("jquery-2.2.4.js"
1444 "jquery-2.2.4.min.js")
1445 ("jquery-3.5.1.js"
1446 "jquery-3.5.1.min.js"))))
1447 (lambda (sources targets)
1448 (for-each (lambda (source target)
1449 (format #t "Processing ~a --> ~a~%"
1450 source target)
1451 (invoke "esbuild" source "--minify"
1452 (string-append "--outfile=" target)))
1453 sources targets)))))))))
1454 (propagated-inputs
1455 `(("r-htmltools" ,r-htmltools)))
1456 (native-inputs
1457 `(("esbuild" ,esbuild)))
1458 (home-page "https://cran.r-project.org/package=jquerylib")
1459 (synopsis "Obtain jQuery as an HTML dependency object")
1460 (description
1461 "Obtain any major version of jQuery and use it in any webpage generated
1462 by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don't
1463 need to use this package directly, but other R packages (e.g. shiny,
1464 rmarkdown, etc.) depend on this package to avoid bundling redundant copies of
1465 jQuery.")
1466 (license license:expat)))
1467
1468 (define-public r-sass
1469 (package
1470 (name "r-sass")
1471 (version "0.3.1")
1472 (source
1473 (origin
1474 (method url-fetch)
1475 (uri (cran-uri "sass" version))
1476 (sha256
1477 (base32
1478 "1cxqwsdyz71mgflqqa65mfr161jlv8q9mshs1y19pxp6pz5wnv0s"))))
1479 (properties `((upstream-name . "sass")))
1480 (build-system r-build-system)
1481 (propagated-inputs
1482 `(("r-digest" ,r-digest)
1483 ("r-fs" ,r-fs)
1484 ("r-htmltools" ,r-htmltools)
1485 ("r-r6" ,r-r6)
1486 ("r-rappdirs" ,r-rappdirs)
1487 ("r-rlang" ,r-rlang)))
1488 (native-inputs `(("r-knitr" ,r-knitr)))
1489 (home-page "https://github.com/rstudio/sass")
1490 (synopsis "Syntactically Awesome Style Sheets (SASS)")
1491 (description
1492 "This package provides an SCSS compiler, powered by the libsass library.
1493 With this, R developers can use variables, inheritance, and functions to
1494 generate dynamic style sheets. The package uses the Sass CSS extension
1495 language, which is stable, powerful, and CSS compatible.")
1496 (license license:expat)))
1497
1498 ;; This package includes minified JavaScript files. When upgrading please
1499 ;; check that there are no new minified JavaScript files.
1500 (define-public r-bslib
1501 (package
1502 (name "r-bslib")
1503 (version "0.2.4")
1504 (source
1505 (origin
1506 (method url-fetch)
1507 (uri (cran-uri "bslib" version))
1508 (sha256
1509 (base32
1510 "0qlpv2lqr3hjykszmnll7vi4zhmrz4rgcfl0sifxc6cha6jy2nac"))
1511 (snippet
1512 '(for-each delete-file
1513 '("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
1514 "inst/lib/bs-colorpicker/js/bootstrap-colorpicker.min.js"
1515 "inst/lib/bs-sass/assets/javascripts/bootstrap.min.js"
1516 "inst/lib/bs/dist/js/bootstrap.bundle.min.js")))))
1517 (properties `((upstream-name . "bslib")))
1518 (build-system r-build-system)
1519 (arguments
1520 `(#:modules ((guix build utils)
1521 (guix build r-build-system)
1522 (srfi srfi-1))
1523 #:phases
1524 (modify-phases %standard-phases
1525 (add-after 'unpack 'process-javascript
1526 (lambda* (#:key inputs #:allow-other-keys)
1527 (with-directory-excursion "inst/lib/"
1528 (call-with-values
1529 (lambda ()
1530 (unzip2
1531 `(("bs-a11y-p/plugins/js/bootstrap-accessibility.js"
1532 "bs-a11y-p/plugins/js/bootstrap-accessibility.min.js")
1533 ("bs-colorpicker/js/bootstrap-colorpicker.js"
1534 "bs-colorpicker/js/bootstrap-colorpicker.min.js")
1535 ("bs-sass/assets/javascripts/bootstrap.js"
1536 "bs-sass/assets/javascripts/bootstrap.min.js")
1537 (,(assoc-ref inputs "js-bootstrap-bundle")
1538 "bs/dist/js/bootstrap.bundle.min.js"))))
1539 (lambda (sources targets)
1540 (for-each (lambda (source target)
1541 (format #t "Processing ~a --> ~a~%"
1542 source target)
1543 (invoke "esbuild" source "--minify"
1544 (string-append "--outfile=" target)))
1545 sources targets)))))))))
1546 (propagated-inputs
1547 `(("r-digest" ,r-digest)
1548 ("r-htmltools" ,r-htmltools)
1549 ("r-jquerylib" ,r-jquerylib)
1550 ("r-jsonlite" ,r-jsonlite)
1551 ("r-magrittr" ,r-magrittr)
1552 ("r-rlang" ,r-rlang)
1553 ("r-sass" ,r-sass)))
1554 (native-inputs
1555 `(("esbuild" ,esbuild)
1556 ("js-bootstrap-bundle"
1557 ,(origin
1558 (method url-fetch)
1559 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v4.5.3/dist/js/bootstrap.bundle.js")
1560 (sha256
1561 (base32
1562 "1lcsxj7gcm56va3gck47ggpwzjxrzq27sgjzdw6c54qkp0487sak"))))))
1563 (home-page "https://rstudio.github.io/bslib/")
1564 (synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
1565 (description
1566 "This package simplifies custom CSS styling of both shiny and rmarkdown
1567 via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their
1568 various Bootswatch themes. An interactive widget is also provided for
1569 previewing themes in real time.")
1570 (license license:expat)))
1571
1572 ;; This package includes minified JavaScript files. When upgrading please
1573 ;; check that there are no new minified JavaScript files.
1574 (define-public r-shiny
1575 (package
1576 (name "r-shiny")
1577 (version "1.6.0")
1578 (source
1579 (origin
1580 (method git-fetch)
1581 (uri (git-reference
1582 (url "https://github.com/rstudio/shiny")
1583 (commit (string-append "v" version))))
1584 (file-name (git-file-name name version))
1585 (sha256
1586 (base32
1587 "0f6cwx5xyqzs40msq271sqhwl8736rwbm7kd1ldkcvxngzr4vlx9"))
1588 (snippet
1589 '(for-each delete-file
1590 '("inst/www/shared/bootstrap/js/bootstrap.min.js"
1591 "inst/www/shared/bootstrap/accessibility/js/bootstrap-accessibility.min.js" ; TODO
1592 "inst/www/shared/datatables/js/jquery.dataTables.min.js"
1593 "inst/www/shared/datepicker/js/bootstrap-datepicker.min.js"
1594 "inst/www/shared/highlight/highlight.pack.js"
1595 "inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js"
1596 "inst/www/shared/jquery.min.js"
1597 "inst/www/shared/jqueryui/jquery-ui.min.js"
1598 "inst/www/shared/legacy/jquery.min.js"
1599 "inst/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js"
1600 "inst/www/shared/selectize/js/selectize.min.js"
1601 "inst/www/shared/shiny.min.js"
1602 "inst/www/shared/showdown/compressed/showdown.js"
1603 "inst/www/shared/strftime/strftime-min.js")))))
1604 (build-system r-build-system)
1605 (arguments
1606 `(#:modules ((guix build r-build-system)
1607 (guix build minify-build-system)
1608 (guix build utils)
1609 (ice-9 match))
1610 #:imported-modules (,@%r-build-system-modules
1611 (guix build minify-build-system))
1612 #:phases
1613 (modify-phases (@ (guix build r-build-system) %standard-phases)
1614 (add-after 'unpack 'replace-bundled-minified-JavaScript
1615 (lambda* (#:key inputs #:allow-other-keys)
1616 (let ((replace-file (lambda (old new)
1617 (format #t "replacing ~a with ~a\n" old new)
1618 (symlink new old))))
1619 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1620 ;; contain just data. They are not minified code, so we don't
1621 ;; replace them.
1622 (with-directory-excursion "inst/www/shared"
1623 (replace-file "strftime/strftime-min.js"
1624 (string-append (assoc-ref inputs "js-strftime")
1625 "/share/javascript/strftime.min.js"))
1626 (replace-file "highlight/highlight.pack.js"
1627 (string-append (assoc-ref inputs "js-highlight")
1628 "/share/javascript/highlight.min.js"))
1629 (replace-file "datatables/js/jquery.dataTables.min.js"
1630 (string-append (assoc-ref inputs "js-datatables")
1631 "/share/javascript/jquery.dataTables.min.js"))
1632 (replace-file "selectize/js/selectize.min.js"
1633 (string-append (assoc-ref inputs "js-selectize")
1634 "/share/javascript/selectize.min.js"))
1635 (for-each (match-lambda
1636 ((source . target)
1637 (minify source #:target target)))
1638 `(("jqueryui/jquery-ui.js" .
1639 "jqueryui/jquery-ui.min.js")
1640 ("datepicker/js/bootstrap-datepicker.js" .
1641 "datepicker/js/bootstrap-datepicker.min.js")
1642 ("ionrangeslider/js/ion.rangeSlider.js" .
1643 "ionrangeslider/js/ion.rangeSlider.min.js")
1644 ("bootstrap/js/bootstrap.js" .
1645 "bootstrap/js/bootstrap.min.js")
1646 (,(assoc-ref inputs "js-bootstrap-accessibility") .
1647 "bootstrap/accessibility/js/bootstrap-accessibility.min.js")
1648 ("shiny.js" .
1649 "shiny.min.js")
1650 ("jquery.js" .
1651 "jquery.min.js")
1652 ("legacy/jquery.js" .
1653 "legacy/jquery.min.js")
1654 ("selectize/accessibility/js/selectize-plugin-a11y.js" .
1655 "selectize/accessibility/js/selectize-plugin-a11y.min.js")
1656 ("showdown/src/showdown.js" .
1657 "showdown/compressed/showdown.js"))))))))))
1658 (propagated-inputs
1659 `(("r-bslib" ,r-bslib)
1660 ("r-cachem" ,r-cachem)
1661 ("r-commonmark" ,r-commonmark)
1662 ("r-crayon" ,r-crayon)
1663 ("r-digest" ,r-digest)
1664 ("r-ellipsis" ,r-ellipsis)
1665 ("r-fastmap" ,r-fastmap)
1666 ("r-glue" ,r-glue)
1667 ("r-htmltools" ,r-htmltools)
1668 ("r-httpuv" ,r-httpuv)
1669 ("r-jsonlite" ,r-jsonlite)
1670 ("r-later" ,r-later)
1671 ("r-lifecycle" ,r-lifecycle)
1672 ("r-mime" ,r-mime)
1673 ("r-promises" ,r-promises)
1674 ("r-r6" ,r-r6)
1675 ("r-rlang" ,r-rlang)
1676 ("r-sourcetools" ,r-sourcetools)
1677 ("r-withr" ,r-withr)
1678 ("r-xtable" ,r-xtable)))
1679 (inputs
1680 `(("js-datatables" ,js-datatables)
1681 ("js-selectize" ,js-selectize)
1682 ("js-strftime" ,js-strftime)
1683 ("js-highlight" ,js-highlight)))
1684 (native-inputs
1685 `(("uglify-js" ,uglify-js)
1686 ("gfortran" ,gfortran)
1687 ("js-bootstrap-accessibility"
1688 ,(origin
1689 (method url-fetch)
1690 (uri "https://raw.githubusercontent.com/paypal/bootstrap-accessibility-plugin/\
1691 v1.0.7/_site/plugins/js/bootstrap-accessibility.js")
1692 (sha256
1693 (base32
1694 "1489wyzwrpf86y7vhc13n4v3mszmsfybhd3f75jkpnbvyp5sncm8"))))))
1695 (home-page "https://shiny.rstudio.com")
1696 (synopsis "Easy interactive web applications with R")
1697 (description
1698 "Makes it incredibly easy to build interactive web applications
1699 with R. Automatic \"reactive\" binding between inputs and outputs and
1700 extensive prebuilt widgets make it possible to build beautiful,
1701 responsive, and powerful applications with minimal effort.")
1702 (license license:artistic2.0)))
1703
1704 ;; This package includes minified JavaScript files. When upgrading please
1705 ;; check that there are no new minified JavaScript files.
1706 (define-public r-shinytree
1707 (package
1708 (name "r-shinytree")
1709 (version "0.2.7")
1710 (source
1711 (origin
1712 (method url-fetch)
1713 (uri (cran-uri "shinyTree" version))
1714 (sha256
1715 (base32
1716 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1717 (modules '((guix build utils)))
1718 (snippet
1719 '(begin
1720 ;; Delete minified JavaScript
1721 (for-each delete-file
1722 '("inst/www/jsTree-3.3.7/libs/require.js"
1723 "inst/www/jsTree-3.3.7/libs/jquery.js"
1724 "inst/www/jsTree-3.3.7/jstree.min.js"))
1725 #t))))
1726 (properties `((upstream-name . "shinyTree")))
1727 (build-system r-build-system)
1728 (arguments
1729 `(#:modules ((guix build utils)
1730 (guix build r-build-system)
1731 (srfi srfi-1)
1732 (ice-9 popen))
1733 #:phases
1734 (modify-phases %standard-phases
1735 (add-after 'unpack 'replace-minified-javascript
1736 (lambda* (#:key inputs #:allow-other-keys)
1737 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1738 (symlink (string-append (assoc-ref inputs "js-requirejs")
1739 "/share/javascript/require.min.js")
1740 "libs/require.js")
1741 (call-with-values
1742 (lambda ()
1743 (unzip2
1744 `((,(assoc-ref inputs "js-jquery")
1745 "libs/jquery.js")
1746 ("jstree.js"
1747 "jstree.min.js"))))
1748 (lambda (sources targets)
1749 (for-each (lambda (source target)
1750 (format #t "Processing ~a --> ~a~%"
1751 source target)
1752 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1753 (call-with-output-file target
1754 (lambda (port)
1755 (dump-port minified port)))))
1756 sources targets))))
1757 #t)))))
1758 (propagated-inputs
1759 `(("r-htmlwidgets" ,r-htmlwidgets)
1760 ("r-jsonlite" ,r-jsonlite)
1761 ("r-promises" ,r-promises)
1762 ("r-shiny" ,r-shiny)
1763 ("r-stringr" ,r-stringr)))
1764 (inputs
1765 `(("js-requirejs" ,js-requirejs)))
1766 (native-inputs
1767 `(("uglify-js" ,uglify-js)
1768 ("js-jquery"
1769 ,(origin
1770 (method url-fetch)
1771 (uri "https://code.jquery.com/jquery-3.3.1.js")
1772 (sha256
1773 (base32
1774 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1775 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1776 (synopsis "jsTree bindings for Shiny")
1777 (description
1778 "This package exposes R bindings to jsTree, a JavaScript library that
1779 supports interactive trees, to enable rich, editable trees in Shiny.")
1780 (license license:expat)))
1781
1782 (define-public r-shinydashboard
1783 (package
1784 (name "r-shinydashboard")
1785 (version "0.7.1")
1786 (source (origin
1787 (method url-fetch)
1788 (uri (cran-uri "shinydashboard" version))
1789 (sha256
1790 (base32
1791 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1792 (build-system r-build-system)
1793 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1794 ;; Regenerate it from the included sources.
1795 (arguments
1796 `(#:modules ((guix build utils)
1797 (guix build r-build-system)
1798 (ice-9 popen))
1799 #:phases
1800 (modify-phases %standard-phases
1801 (add-after 'unpack 'generate-minified-javascript
1802 (lambda _
1803 (with-directory-excursion "inst/AdminLTE"
1804 (delete-file "app.min.js")
1805 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1806 (call-with-output-file "app.min.js"
1807 (lambda (port)
1808 (dump-port minified port))))))))))
1809 (propagated-inputs
1810 `(("r-htmltools" ,r-htmltools)
1811 ("r-promises" ,r-promises)
1812 ("r-shiny" ,r-shiny)))
1813 (native-inputs
1814 `(("uglify-js" ,uglify-js)))
1815 (home-page "https://rstudio.github.io/shinydashboard/")
1816 (synopsis "Create dashboards with shiny")
1817 (description "This package provides an extension to the Shiny web
1818 application framework for R, making it easy to create attractive dashboards.")
1819 ;; This package includes software that was released under the Expat
1820 ;; license, but the whole package is released under GPL version 2 or
1821 ;; later.
1822 (license license:gpl2+)))
1823
1824 (define-public r-shinyfiles
1825 (package
1826 (name "r-shinyfiles")
1827 (version "0.9.0")
1828 (source
1829 (origin
1830 (method url-fetch)
1831 (uri (cran-uri "shinyFiles" version))
1832 (sha256
1833 (base32 "0rsijlx16vd74r7bd8s9zipy71kgpw19v9s85kxj5bmwc6njmbai"))))
1834 (properties `((upstream-name . "shinyFiles")))
1835 (build-system r-build-system)
1836 (propagated-inputs
1837 `(("r-fs" ,r-fs)
1838 ("r-htmltools" ,r-htmltools)
1839 ("r-jsonlite" ,r-jsonlite)
1840 ("r-shiny" ,r-shiny)
1841 ("r-tibble" ,r-tibble)))
1842 (home-page "https://github.com/thomasp85/shinyFiles")
1843 (synopsis "Server-side file system viewer for Shiny")
1844 (description
1845 "This package provides functionality for client-side navigation of the
1846 server side file system in shiny apps. In case the app is running locally
1847 this gives the user direct access to the file system without the need to
1848 \"download\" files to a temporary location. Both file and folder selection as
1849 well as file saving is available.")
1850 (license license:gpl2+)))
1851
1852 (define-public r-shinythemes
1853 (package
1854 (name "r-shinythemes")
1855 (version "1.2.0")
1856 (source
1857 (origin
1858 (method url-fetch)
1859 (uri (cran-uri "shinythemes" version))
1860 (sha256
1861 (base32
1862 "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
1863 (properties `((upstream-name . "shinythemes")))
1864 (build-system r-build-system)
1865 (propagated-inputs `(("r-shiny" ,r-shiny)))
1866 (home-page "https://rstudio.github.io/shinythemes/")
1867 (synopsis "Themes for Shiny")
1868 (description
1869 "This package provides themes for use with Shiny. It includes several
1870 Bootstrap themes, which are packaged for use with Shiny applications.")
1871 ;; The package is released under version 3 of the GPL, but it includes
1872 ;; source files that are covered by the Expat license. It also includes
1873 ;; fonts under SIL or the ASL.
1874 (license (list license:gpl3 license:expat
1875 license:silofl1.1 license:asl2.0))))
1876
1877 ;; The package sources include minified variants of d3.js and non-minified
1878 ;; source code of d3-jetpack.
1879 (define-public r-d3r
1880 (package
1881 (name "r-d3r")
1882 (version "0.9.1")
1883 (source
1884 (origin
1885 (method url-fetch)
1886 (uri (cran-uri "d3r" version))
1887 (sha256
1888 (base32
1889 "0kc82vvyfxhxvqfalngn36prn3sxdiinsx04rn99ha6zdc27zp5k"))))
1890 (build-system r-build-system)
1891 (arguments
1892 `(#:modules ((guix build utils)
1893 (guix build r-build-system)
1894 (srfi srfi-1))
1895 #:phases
1896 (modify-phases %standard-phases
1897 (add-after 'unpack 'process-javascript
1898 (lambda* (#:key inputs #:allow-other-keys)
1899 (with-directory-excursion "inst/www/d3/"
1900 (call-with-values
1901 (lambda ()
1902 (unzip2
1903 `((,(assoc-ref inputs "d3.v3.js")
1904 "v3/dist/d3.min.js")
1905 (,(assoc-ref inputs "d3.v4.js")
1906 "v4/dist/d3.min.js")
1907 (,(assoc-ref inputs "d3.v5.js")
1908 "v5/dist/d3.min.js")
1909 (,(assoc-ref inputs "d3.v6.js")
1910 "v6/dist/d3.min.js"))))
1911 (lambda (sources targets)
1912 (for-each (lambda (source target)
1913 (format #t "Processing ~a --> ~a~%"
1914 source target)
1915 (delete-file target)
1916 (invoke "esbuild" source "--minify"
1917 (string-append "--outfile=" target)))
1918 sources targets))))
1919 #t)))))
1920 (propagated-inputs
1921 `(("r-dplyr" ,r-dplyr)
1922 ("r-htmltools" ,r-htmltools)
1923 ("r-rlang" ,r-rlang)
1924 ("r-tidyr" ,r-tidyr)))
1925 (native-inputs
1926 `(("esbuild" ,esbuild)
1927 ("d3.v3.js"
1928 ,(origin
1929 (method url-fetch)
1930 (uri "https://d3js.org/d3.v3.js")
1931 (sha256
1932 (base32
1933 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1934 ("d3.v4.js"
1935 ,(origin
1936 (method url-fetch)
1937 (uri "https://d3js.org/d3.v4.js")
1938 (sha256
1939 (base32
1940 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1941 ("d3.v5.js"
1942 ,(origin
1943 (method url-fetch)
1944 (uri "https://d3js.org/d3.v5.js")
1945 (sha256
1946 (base32
1947 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
1948 ("d3.v6.js"
1949 ,(origin
1950 (method url-fetch)
1951 (uri "https://d3js.org/d3.v6.js")
1952 (sha256
1953 (base32
1954 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))))
1955 (home-page "https://github.com/timelyportfolio/d3r")
1956 (synopsis "d3.js utilities for R")
1957 (description
1958 "This package provides a suite of functions to help ease the use of the
1959 d3.js visualization library in R. These helpers include
1960 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1961 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1962 R objects into the JSON format that the d3.js library expects.")
1963 (license license:bsd-3)))
1964
1965 ;; We use the latest commit here because the last release was in 2016 while
1966 ;; the latest commit was in 2018.
1967 (define-public r-sankeyd3
1968 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1969 (revision "1"))
1970 (package
1971 (name "r-sankeyd3")
1972 (version (git-version "0.3.2" revision commit))
1973 (source
1974 (origin
1975 (method git-fetch)
1976 (uri (git-reference
1977 (url "https://github.com/fbreitwieser/sankeyD3")
1978 (commit commit)))
1979 (file-name (git-file-name name version))
1980 (sha256
1981 (base32
1982 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1983 (build-system r-build-system)
1984 (propagated-inputs
1985 `(("r-d3r" ,r-d3r)
1986 ("r-htmlwidgets" ,r-htmlwidgets)
1987 ("r-shiny" ,r-shiny)
1988 ("r-magrittr" ,r-magrittr)))
1989 (home-page "https://github.com/fbreitwieser/sankeyD3")
1990 (synopsis "Sankey network graphs from R")
1991 (description
1992 "This package provides an R library to generate Sankey network graphs
1993 in R and Shiny via the D3 visualization library.")
1994 ;; The R code is licensed under GPLv3+. It includes the non-minified
1995 ;; JavaScript source code of d3-sankey, which is released under the
1996 ;; 3-clause BSD license.
1997 (license (list license:gpl3+ license:bsd-3)))))
1998
1999 (define-public r-wesanderson
2000 (package
2001 (name "r-wesanderson")
2002 (version "0.3.6")
2003 (source
2004 (origin
2005 (method url-fetch)
2006 (uri (cran-uri "wesanderson" version))
2007 (sha256
2008 (base32
2009 "09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
2010 (properties `((upstream-name . "wesanderson")))
2011 (build-system r-build-system)
2012 (home-page "https://github.com/karthik/wesanderson")
2013 (synopsis "Wes Anderson color palette generator")
2014 (description
2015 "This package provides color palettes that have been generated mostly
2016 from Wes Anderson movies.")
2017 (license license:expat)))
2018
2019 (define-public r-gg-gap
2020 (package
2021 (name "r-gg-gap")
2022 (version "1.3")
2023 (source
2024 (origin
2025 (method url-fetch)
2026 (uri (cran-uri "gg.gap" version))
2027 (sha256
2028 (base32
2029 "0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
2030 (properties `((upstream-name . "gg.gap")))
2031 (build-system r-build-system)
2032 (propagated-inputs
2033 `(("r-cowplot" ,r-cowplot)
2034 ("r-ggplot2" ,r-ggplot2)))
2035 (home-page "https://github.com/ChrisLou-bioinfo/gg.gap")
2036 (synopsis "Define segments on the y-axis for ggplot2")
2037 (description
2038 "The @code{gg.gap} function enables you to define segments for the y-axis
2039 in a ggplot2 plot.")
2040 (license license:gpl3)))
2041
2042 (define-public r-tablerdash
2043 (package
2044 (name "r-tablerdash")
2045 (version "0.1.0")
2046 (source
2047 (origin
2048 (method url-fetch)
2049 (uri (cran-uri "tablerDash" version))
2050 (sha256
2051 (base32
2052 "1mnp6lxa7d669r325aynq1n3f35r9sy4v1fvdh4cymbf33s8mkmm"))
2053 (snippet
2054 '(begin
2055 ;; Delete minified JavaScript
2056 (for-each delete-file
2057 '("inst/tablerDash-0.1.0/require.min.js"
2058 "inst/bootstrap-4.0.0/bootstrap.bundle.min.js"))
2059 #true))))
2060 (properties `((upstream-name . "tablerDash")))
2061 (build-system r-build-system)
2062 (arguments
2063 `(#:modules ((guix build utils)
2064 (guix build r-build-system)
2065 (srfi srfi-1))
2066 #:phases
2067 (modify-phases %standard-phases
2068 (add-after 'unpack 'process-javascript
2069 (lambda* (#:key inputs #:allow-other-keys)
2070 (with-directory-excursion "inst"
2071 (call-with-values
2072 (lambda ()
2073 (unzip2
2074 `((,(assoc-ref inputs "js-requirejs")
2075 "tablerDash-0.1.0/require.min.js")
2076 (,(assoc-ref inputs "js-bootstrap")
2077 "bootstrap-4.0.0/bootstrap.bundle.min.js"))))
2078 (lambda (sources targets)
2079 (for-each (lambda (source target)
2080 (format #t "Processing ~a --> ~a~%"
2081 source target)
2082 (invoke "esbuild" source "--minify"
2083 (string-append "--outfile=" target)))
2084 sources targets))))
2085 #t)))))
2086 (propagated-inputs
2087 `(("r-htmltools" ,r-htmltools)
2088 ("r-knitr" ,r-knitr)
2089 ("r-shiny" ,r-shiny)))
2090 (native-inputs
2091 `(("esbuild" ,esbuild)
2092 ("js-requirejs"
2093 ,(origin
2094 (method url-fetch)
2095 (uri "https://raw.githubusercontent.com/requirejs/requirejs/2.3.5/require.js")
2096 (sha256
2097 (base32
2098 "06w32mwqii9cx409ivda88z58qbkcdb4p6hf6jawchsgagaziyds"))))
2099 ("js-bootstrap"
2100 ,(origin
2101 (method url-fetch)
2102 (uri "https://raw.githubusercontent.com/twbs/bootstrap/\
2103 v4.0.0/dist/js/bootstrap.bundle.js")
2104 (sha256
2105 (base32
2106 "0cvfqffn45vfbj3fk6wmrhkyndhk4id89vgydssbbzxjkfwprfrj"))))))
2107 (home-page "https://rinterface.github.io/tablerDash/")
2108 (synopsis "Tabler API for Shiny")
2109 (description
2110 "This package provides an R interface to the
2111 @url{https://tabler.io,Tabler} HTML template. tablerDash is a light Bootstrap
2112 4 dashboard template. There are different layouts available such as a one
2113 page dashboard or a multi-page template, where the navigation menu is
2114 contained in the navigation bar.")
2115 (license license:gpl2+)))
2116
2117 (define-public r-spelling
2118 (package
2119 (name "r-spelling")
2120 (version "2.2")
2121 (source
2122 (origin
2123 (method url-fetch)
2124 (uri (cran-uri "spelling" version))
2125 (sha256
2126 (base32
2127 "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
2128 (properties `((upstream-name . "spelling")))
2129 (build-system r-build-system)
2130 (propagated-inputs
2131 `(("r-commonmark" ,r-commonmark)
2132 ("r-hunspell" ,r-hunspell)
2133 ("r-knitr" ,r-knitr)
2134 ("r-xml2" ,r-xml2)))
2135 (home-page "https://docs.ropensci.org/spelling/")
2136 (synopsis "Tools for spell checking in R")
2137 (description
2138 "This is an R package for spell checking common document formats
2139 including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes
2140 utilities to automate checking of documentation and vignettes as a unit test
2141 during @code{R CMD check}. Both British and American English are supported
2142 out of the box and other languages can be added. In addition, packages may
2143 define a wordlist to allow custom terminology without having to abuse
2144 punctuation.")
2145 (license license:expat)))
2146
2147 (define-public r-crosstalk
2148 (package
2149 (name "r-crosstalk")
2150 (version "1.1.1")
2151 (source
2152 (origin
2153 (method url-fetch)
2154 (uri (cran-uri "crosstalk" version))
2155 (sha256
2156 (base32
2157 "1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
2158 (build-system r-build-system)
2159 (propagated-inputs
2160 `(("r-htmltools" ,r-htmltools)
2161 ("r-jsonlite" ,r-jsonlite)
2162 ("r-lazyeval" ,r-lazyeval)
2163 ("r-r6" ,r-r6)))
2164 (home-page "https://rstudio.github.io/crosstalk/")
2165 (synopsis "Inter-widget interactivity for HTML widgets")
2166 (description
2167 "This package provides building blocks for allowing HTML widgets to
2168 communicate with each other, with Shiny or without (i.e. static @code{.html}
2169 files). It currently supports linked brushing and filtering.")
2170 (license license:expat)))
2171
2172 (define-public r-rook
2173 (package
2174 (name "r-rook")
2175 (version "1.1-1")
2176 (source
2177 (origin
2178 (method url-fetch)
2179 (uri (cran-uri "Rook" version))
2180 (sha256
2181 (base32
2182 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
2183 (properties `((upstream-name . "Rook")))
2184 (build-system r-build-system)
2185 (propagated-inputs `(("r-brew" ,r-brew)))
2186 (home-page "https://cran.r-project.org/web/packages/Rook")
2187 (synopsis "Web server interface for R")
2188 (description
2189 "This package contains the Rook specification and convenience software
2190 for building and running Rook applications. A Rook application is an R
2191 reference class object that implements a @code{call} method or an R closure
2192 that takes exactly one argument, an environment, and returns a list with three
2193 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
2194 (license license:gpl2)))
2195
2196 (define-public r-miniui
2197 (package
2198 (name "r-miniui")
2199 (version "0.1.1.1")
2200 (source
2201 (origin
2202 (method url-fetch)
2203 (uri (cran-uri "miniUI" version))
2204 (sha256
2205 (base32
2206 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
2207 (properties `((upstream-name . "miniUI")))
2208 (build-system r-build-system)
2209 (propagated-inputs
2210 `(("r-htmltools" ,r-htmltools)
2211 ("r-shiny" ,r-shiny)))
2212 (home-page "https://cran.r-project.org/web/packages/miniUI/")
2213 (synopsis "Shiny UI widgets for small screens")
2214 (description
2215 "This package provides UI widget and layout functions for writing Shiny apps that
2216 work well on small screens.")
2217 (license license:gpl3)))
2218
2219 (define-public r-feather
2220 (package
2221 (name "r-feather")
2222 (version "0.3.5")
2223 (source
2224 (origin
2225 (method url-fetch)
2226 (uri (cran-uri "feather" version))
2227 (sha256
2228 (base32
2229 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
2230 (build-system r-build-system)
2231 (propagated-inputs
2232 `(("r-hms" ,r-hms)
2233 ("r-rcpp" ,r-rcpp)
2234 ("r-tibble" ,r-tibble)))
2235 (home-page "https://github.com/wesm/feather")
2236 (synopsis "R Bindings to the Feather API")
2237 (description "Read and write feather files, a lightweight binary columnar
2238 data store designed for maximum speed.")
2239 (license license:asl2.0)))
2240
2241 (define-public r-maps
2242 (package
2243 (name "r-maps")
2244 (version "3.3.0")
2245 (source
2246 (origin
2247 (method url-fetch)
2248 (uri (cran-uri "maps" version))
2249 (sha256
2250 (base32
2251 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
2252 (build-system r-build-system)
2253 (home-page "https://cran.r-project.org/web/packages/maps")
2254 (synopsis "Draw geographical maps")
2255 (description "This package provides an R module for display of maps.
2256 Projection code and larger maps are in separate packages (@code{mapproj} and
2257 @code{mapdata}).")
2258 (license license:gpl2)))
2259
2260 (define-public r-mapproj
2261 (package
2262 (name "r-mapproj")
2263 (version "1.2.7")
2264 (source
2265 (origin
2266 (method url-fetch)
2267 (uri (cran-uri "mapproj" version))
2268 (sha256
2269 (base32
2270 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
2271 (build-system r-build-system)
2272 (propagated-inputs `(("r-maps" ,r-maps)))
2273 (home-page "https://cran.r-project.org/web/packages/mapproj")
2274 (synopsis "Map projection in R")
2275 (description "This package converts latitude/longitude into projected
2276 coordinates.")
2277 (license (list license:gpl2 ; The R interface
2278 (license:non-copyleft ; The C code
2279 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
2280 "Lucent Public License Version 1.02")))))
2281
2282 (define-public r-rgooglemaps
2283 (package
2284 (name "r-rgooglemaps")
2285 (version "1.4.5.3")
2286 (source
2287 (origin
2288 (method url-fetch)
2289 (uri (cran-uri "RgoogleMaps" version))
2290 (sha256
2291 (base32
2292 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
2293 (properties `((upstream-name . "RgoogleMaps")))
2294 (build-system r-build-system)
2295 (propagated-inputs
2296 `(("r-png" ,r-png)
2297 ("r-sp" ,r-sp)))
2298 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
2299 (synopsis "Use Google Maps in R")
2300 (description "This package serves two purposes:
2301 @enumerate
2302 @item Provide a comfortable R interface to query the Google server for static
2303 maps, and
2304 @item Use the map as a background image to overlay plots within R. This
2305 requires proper coordinate scaling.
2306 @end enumerate\n")
2307 (license license:gpl2+)))
2308
2309 (define-public r-geosphere
2310 (package
2311 (name "r-geosphere")
2312 (version "1.5-10")
2313 (source
2314 (origin
2315 (method url-fetch)
2316 (uri (cran-uri "geosphere" version))
2317 (sha256
2318 (base32
2319 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
2320 (build-system r-build-system)
2321 (propagated-inputs `(("r-sp" ,r-sp)))
2322 (home-page "https://cran.r-project.org/web/packages/geosphere")
2323 (synopsis "Spherical trigonometry")
2324 (description "This package computes spherical trigonometry for geographic
2325 applications. That is, compute distances and related measures for angular
2326 (longitude/latitude) locations.")
2327 (license license:gpl3+)))
2328
2329 (define-public r-jpeg
2330 (package
2331 (name "r-jpeg")
2332 (version "0.1-8.1")
2333 (source
2334 (origin
2335 (method url-fetch)
2336 (uri (cran-uri "jpeg" version))
2337 (sha256
2338 (base32
2339 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
2340 (build-system r-build-system)
2341 (inputs `(("libjpeg" ,libjpeg-turbo)))
2342 (home-page "https://www.rforge.net/jpeg/")
2343 (synopsis "Read and write JPEG images with R")
2344 (description "This package provides a way to read, write and display
2345 bitmap images stored in the JPEG format with R. It can read and write both
2346 files and in-memory raw vectors.")
2347 (license license:gpl2+)))
2348
2349 (define-public r-ggmap
2350 (package
2351 (name "r-ggmap")
2352 (version "3.0.0")
2353 (source
2354 (origin
2355 (method url-fetch)
2356 (uri (cran-uri "ggmap" version))
2357 (sha256
2358 (base32
2359 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
2360 (build-system r-build-system)
2361 (propagated-inputs
2362 `(("r-bitops" ,r-bitops)
2363 ("r-digest" ,r-digest)
2364 ("r-dplyr" ,r-dplyr)
2365 ("r-ggplot2" ,r-ggplot2)
2366 ("r-glue" ,r-glue)
2367 ("r-httr" ,r-httr)
2368 ("r-jpeg" ,r-jpeg)
2369 ("r-magrittr" ,r-magrittr)
2370 ("r-plyr" ,r-plyr)
2371 ("r-png" ,r-png)
2372 ("r-purrr" ,r-purrr)
2373 ("r-rgooglemaps" ,r-rgooglemaps)
2374 ("r-rjson" ,r-rjson)
2375 ("r-scales" ,r-scales)
2376 ("r-stringr" ,r-stringr)
2377 ("r-tibble" ,r-tibble)
2378 ("r-tidyr" ,r-tidyr)))
2379 (home-page "https://github.com/dkahle/ggmap")
2380 (synopsis "Spatial visualization with ggplot2")
2381 (description "This package provides a collection of functions to visualize
2382 spatial data and models on top of static maps from various online sources (e.g
2383 Google Maps and Stamen Maps). It includes tools common to those tasks,
2384 including functions for geolocation and routing.")
2385 (license license:gpl2)))
2386
2387 (define-public r-haven
2388 (package
2389 (name "r-haven")
2390 (version "2.3.1")
2391 (source
2392 (origin
2393 (method url-fetch)
2394 (uri (cran-uri "haven" version))
2395 (sha256
2396 (base32
2397 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))
2398 (modules '((guix build utils)))
2399 (snippet
2400 '(begin
2401 ;; unvendor readstat
2402 (delete-file-recursively "src/readstat")
2403 #t))))
2404 (build-system r-build-system)
2405 (arguments
2406 '(#:phases
2407 (modify-phases %standard-phases
2408 (add-after 'unpack 'unbundle-readstat
2409 (lambda _
2410 ;; Not required, since we’re not building readstat.
2411 (substitute* "src/Makevars"
2412 (("-lz") "-lreadstat"))
2413 #t)))))
2414 (inputs
2415 `(("readstat" ,readstat)))
2416 (native-inputs
2417 `(("r-knitr" ,r-knitr)))
2418 (propagated-inputs
2419 `(("r-forcats" ,r-forcats)
2420 ("r-hms" ,r-hms)
2421 ("r-rcpp" ,r-rcpp)
2422 ("r-rlang" ,r-rlang)
2423 ("r-readr" ,r-readr)
2424 ("r-tibble" ,r-tibble)
2425 ("r-tidyselect" ,r-tidyselect)
2426 ("r-vctrs" ,r-vctrs)))
2427 (home-page "https://haven.tidyverse.org")
2428 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
2429 (description
2430 "This package lets you mport foreign statistical formats into R via the
2431 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
2432 (license license:expat)))
2433
2434 (define-public r-amap
2435 (package
2436 (name "r-amap")
2437 (version "0.8-18")
2438 (source (origin
2439 (method url-fetch)
2440 (uri (cran-uri "amap" version))
2441 (sha256
2442 (base32
2443 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
2444 (build-system r-build-system)
2445 (native-inputs
2446 `(("gfortran" ,gfortran)))
2447 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
2448 (synopsis "Another multidimensional analysis package")
2449 (description "This package provides tools for clustering and principal
2450 component analysis (with robust methods, and parallelized functions).")
2451 (license license:gpl2+)))
2452
2453 (define-public r-ape
2454 (package
2455 (name "r-ape")
2456 (version "5.4-1")
2457 (source
2458 (origin
2459 (method url-fetch)
2460 (uri (cran-uri "ape" version))
2461 (sha256
2462 (base32
2463 "1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
2464 (build-system r-build-system)
2465 (propagated-inputs
2466 `(("r-lattice" ,r-lattice)
2467 ("r-nlme" ,r-nlme)
2468 ("r-rcpp" ,r-rcpp)))
2469 (home-page "http://ape-package.ird.fr/")
2470 (synopsis "Analyses of phylogenetics and evolution")
2471 (description
2472 "This package provides functions for reading, writing, plotting, and
2473 manipulating phylogenetic trees, analyses of comparative data in a
2474 phylogenetic framework, ancestral character analyses, analyses of
2475 diversification and macroevolution, computing distances from DNA sequences,
2476 and several other tools.")
2477 (license license:gpl2+)))
2478
2479 (define-public r-abbyyr
2480 (package
2481 (name "r-abbyyr")
2482 (version "0.5.5")
2483 (source
2484 (origin
2485 (method url-fetch)
2486 (uri (cran-uri "abbyyR" version))
2487 (sha256
2488 (base32
2489 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
2490 (properties `((upstream-name . "abbyyR")))
2491 (build-system r-build-system)
2492 (propagated-inputs
2493 `(("r-curl" ,r-curl)
2494 ("r-httr" ,r-httr)
2495 ("r-plyr" ,r-plyr)
2496 ("r-progress" ,r-progress)
2497 ("r-readr" ,r-readr)
2498 ("r-xml" ,r-xml)))
2499 (home-page "https://github.com/soodoku/abbyyR")
2500 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
2501 (description
2502 "This package provides tools to get text from images of text using Abbyy
2503 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
2504 OCR images, barcodes, forms, documents with machine readable zones, e.g.
2505 passports and get the results in a variety of formats including plain text and
2506 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
2507 (license license:expat)))
2508
2509 (define-public r-colorspace
2510 (package
2511 (name "r-colorspace")
2512 (version "2.0-0")
2513 (source
2514 (origin
2515 (method url-fetch)
2516 (uri (cran-uri "colorspace" version))
2517 (sha256
2518 (base32 "13h1hara0s6xn16bgkrbd0flszah1yiylwfwxwn2inqqk6pm6sjf"))))
2519 (build-system r-build-system)
2520 (native-inputs
2521 `(("r-knitr" ,r-knitr)))
2522 (home-page "https://cran.r-project.org/web/packages/colorspace")
2523 (synopsis "Color space manipulation")
2524 (description
2525 "This package carries out a mapping between assorted color spaces
2526 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
2527 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
2528 colors are provided.")
2529 (license license:bsd-3)))
2530
2531 (define-public r-glue
2532 (package
2533 (name "r-glue")
2534 (version "1.4.2")
2535 (source
2536 (origin
2537 (method url-fetch)
2538 (uri (cran-uri "glue" version))
2539 (sha256
2540 (base32
2541 "1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
2542 (build-system r-build-system)
2543 ;; knitr depends on glue, so we can't add knitr here to build the
2544 ;; vignettes.
2545 #;
2546 (native-inputs
2547 `(("r-knitr" ,r-knitr)))
2548 (home-page "https://github.com/tidyverse/glue")
2549 (synopsis "Interpreted string literals")
2550 (description
2551 "This package provides an implementation of interpreted string literals,
2552 inspired by Python's Literal String Interpolation (PEP-0498) and
2553 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
2554 (license license:expat)))
2555
2556 (define-public r-palmerpenguins
2557 (package
2558 (name "r-palmerpenguins")
2559 (version "0.1.0")
2560 (source
2561 (origin
2562 (method url-fetch)
2563 (uri (cran-uri "palmerpenguins" version))
2564 (sha256
2565 (base32
2566 "0q1k3cdkliq7kwrg1n0vs9b6cjwyfarhlgdijhp9c6riy6y5ik7x"))))
2567 (properties
2568 `((upstream-name . "palmerpenguins")))
2569 (build-system r-build-system)
2570 (home-page "https://allisonhorst.github.io/palmerpenguins/")
2571 (synopsis "Palmer Archipelago (Antarctica) penguin data")
2572 (description
2573 "This package includes size measurements, clutch observations, and blood
2574 isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins
2575 observed on islands in the Palmer Archipelago near Palmer Station, Antarctica.
2576 Data were collected and made available by Dr. Kristen Gorman and the Palmer
2577 Station Long Term Ecological Research (LTER) Program.")
2578 (license license:cc0)))
2579
2580 (define-public r-pastecs
2581 (package
2582 (name "r-pastecs")
2583 (version "1.3.21")
2584 (source (origin
2585 (method url-fetch)
2586 (uri (cran-uri "pastecs" version))
2587 (sha256
2588 (base32
2589 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
2590 (build-system r-build-system)
2591 (propagated-inputs
2592 `(("r-boot" ,r-boot)))
2593 (home-page "https://github.com/phgrosjean/pastecs")
2594 (synopsis "Analysis of space-time ecological series")
2595 (description
2596 "This package provides functions for regulation, decomposition and analysis
2597 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
2598 initiative to bring PASSTEC 2000 functionalities to R.")
2599 (license license:gpl2+)))
2600
2601 (define-public r-partykit
2602 (package
2603 (name "r-partykit")
2604 (version "1.2-13")
2605 (source (origin
2606 (method url-fetch)
2607 (uri (cran-uri "partykit" version))
2608 (sha256
2609 (base32
2610 "15bfhqvx2y4vclnc3sw4v7ggs70pk57b3qk9aqjfvdrx444d2gd4"))))
2611 (build-system r-build-system)
2612 (propagated-inputs
2613 `(("r-formula" ,r-formula)
2614 ("r-inum" ,r-inum)
2615 ("r-libcoin" ,r-libcoin)
2616 ("r-mvtnorm" ,r-mvtnorm)
2617 ("r-rpart" ,r-rpart)
2618 ("r-survival" ,r-survival)))
2619 (home-page "http://partykit.R-Forge.R-project.org/partykit")
2620 (synopsis "Toolkit for recursive partytioning")
2621 (description
2622 "This package provides a toolkit with infrastructure for representing,
2623 summarizing, and visualizing tree-structured regression and classification
2624 models.")
2625 (license license:gpl2+)))
2626
2627 (define-public r-plogr
2628 (package
2629 (name "r-plogr")
2630 (version "0.2.0")
2631 (source
2632 (origin
2633 (method url-fetch)
2634 (uri (cran-uri "plogr" version))
2635 (sha256
2636 (base32
2637 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
2638 (build-system r-build-system)
2639 (home-page "https://github.com/krlmlr/plogr")
2640 (synopsis "R bindings for the plog C++ logging library")
2641 (description
2642 "This package provides the header files for a stripped-down version of
2643 the plog header-only C++ logging library, and a method to log to R's standard
2644 error stream.")
2645 (license license:expat)))
2646
2647 (define-public r-pls
2648 (package
2649 (name "r-pls")
2650 (version "2.7-3")
2651 (source
2652 (origin
2653 (method url-fetch)
2654 (uri (cran-uri "pls" version))
2655 (sha256
2656 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
2657 (build-system r-build-system)
2658 (home-page "https://mevik.net/work/software/pls.html")
2659 (synopsis "Partial Least Squares and Principal Component Regression")
2660 (description
2661 "The pls package implements multivariate regression methods: Partial Least
2662 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
2663 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
2664
2665 @itemize
2666 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
2667 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
2668 @item multi-response models (or @dfn{PLS2})
2669 @item flexible cross-validation
2670 @item Jackknife variance estimates of regression coefficients
2671 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
2672 (R)MSEP, R², and correlation loadings
2673 @item formula interface, modelled after @code{lm()}, with methods for predict,
2674 print, summary, plot, update, etc.
2675 @item extraction functions for coefficients, scores, and loadings
2676 @item MSEP, RMSEP, and R² estimates
2677 @item multiplicative scatter correction (@dfn{MSC})
2678 @end itemize\n")
2679 (license license:gpl2)))
2680
2681 (define-public r-ps
2682 (package
2683 (name "r-ps")
2684 (version "1.6.0")
2685 (source
2686 (origin
2687 (method url-fetch)
2688 (uri (cran-uri "ps" version))
2689 (sha256
2690 (base32 "0cdzjqgap108whhsilxllg12m2d05pgksryhrz5bq608bvf7vbc9"))))
2691 (build-system r-build-system)
2692 (home-page "https://ps.r-lib.org")
2693 (synopsis "List, query, and manipulate system processes")
2694 (description
2695 "The ps package implements an API to list, query, and manipulate system
2696 processes. Most of its code is based on the @code{psutil} Python package.")
2697 (license license:bsd-3)))
2698
2699 (define-public r-pkgbuild
2700 (package
2701 (name "r-pkgbuild")
2702 (version "1.2.0")
2703 (source
2704 (origin
2705 (method url-fetch)
2706 (uri (cran-uri "pkgbuild" version))
2707 (sha256
2708 (base32 "0qx920h2viwjg10va81nj0xja495d8ni6vcc25ggvzki6a6k069f"))))
2709 (build-system r-build-system)
2710 (propagated-inputs
2711 `(("r-callr" ,r-callr)
2712 ("r-cli" ,r-cli)
2713 ("r-crayon" ,r-crayon)
2714 ("r-desc" ,r-desc)
2715 ("r-prettyunits" ,r-prettyunits)
2716 ("r-r6" ,r-r6)
2717 ("r-rprojroot" ,r-rprojroot)
2718 ("r-withr" ,r-withr)))
2719 (home-page "https://github.com/r-pkgs/pkgbuild")
2720 (synopsis "Find tools needed to build R packages")
2721 (description
2722 "This package provides functions used to build R packages. It locates
2723 compilers needed to build R packages on various platforms and ensures the PATH
2724 is configured appropriately so R can use them.")
2725 (license license:gpl3)))
2726
2727 (define-public r-pkgload
2728 (package
2729 (name "r-pkgload")
2730 (version "1.2.0")
2731 (source
2732 (origin
2733 (method url-fetch)
2734 (uri (cran-uri "pkgload" version))
2735 (sha256
2736 (base32
2737 "185xr79z2vncq62bni7x4qv3p7dxvnfsbdnnglma0a196hz6pj7v"))))
2738 (build-system r-build-system)
2739 (propagated-inputs
2740 `(("r-cli" ,r-cli)
2741 ("r-crayon" ,r-crayon)
2742 ("r-desc" ,r-desc)
2743 ("r-pkgbuild" ,r-pkgbuild)
2744 ("r-rlang" ,r-rlang)
2745 ("r-rprojroot" ,r-rprojroot)
2746 ("r-rstudioapi" ,r-rstudioapi)
2747 ("r-withr" ,r-withr)))
2748 (home-page "https://github.com/r-lib/pkgload")
2749 (synopsis "Simulate package installation and attach")
2750 (description
2751 "This package simulates the process of installing a package and then
2752 attaching it. This is a key part of the @code{devtools} package as it allows
2753 you to rapidly iterate while developing a package.")
2754 (license license:gpl3)))
2755
2756 (define-public r-rcpp
2757 (package
2758 (name "r-rcpp")
2759 (version "1.0.6")
2760 (source
2761 (origin
2762 (method url-fetch)
2763 (uri (cran-uri "Rcpp" version))
2764 (sha256
2765 (base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
2766 (build-system r-build-system)
2767 (home-page "http://www.rcpp.org")
2768 (synopsis "Seamless R and C++ integration")
2769 (description
2770 "The Rcpp package provides R functions as well as C++ classes which offer
2771 a seamless integration of R and C++. Many R data types and objects can be
2772 mapped back and forth to C++ equivalents which facilitates both writing of new
2773 code as well as easier integration of third-party libraries. Documentation
2774 about Rcpp is provided by several vignettes included in this package, via the
2775 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2776 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2777 @code{citation(\"Rcpp\")} for details on these last two.")
2778 (license license:gpl2+)))
2779
2780 (define-public r-rcppthread
2781 (package
2782 (name "r-rcppthread")
2783 (version "1.0.0")
2784 (source
2785 (origin
2786 (method url-fetch)
2787 (uri (cran-uri "RcppThread" version))
2788 (sha256
2789 (base32
2790 "1xfcxrny779kgknlvnc4j02ifprnakndnkhx8bhy50d39vp4hjjl"))))
2791 (properties `((upstream-name . "RcppThread")))
2792 (build-system r-build-system)
2793 (home-page
2794 "https://github.com/tnagler/RcppThread")
2795 (synopsis "R threading in C++")
2796 (description
2797 "This package provides a C++11-style thread class and thread pool that can
2798 safely be interrupted from R.")
2799 (license license:expat)))
2800
2801 (define-public r-bindr
2802 (package
2803 (name "r-bindr")
2804 (version "0.1.1")
2805 (source
2806 (origin
2807 (method url-fetch)
2808 (uri (cran-uri "bindr" version))
2809 (sha256
2810 (base32
2811 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2812 (build-system r-build-system)
2813 (home-page "https://github.com/krlmlr/bindr")
2814 (synopsis "Parametrized active bindings")
2815 (description
2816 "This package provides a simple interface for creating active bindings
2817 where the bound function accepts additional arguments.")
2818 (license license:expat)))
2819
2820 (define-public r-bindrcpp
2821 (package
2822 (name "r-bindrcpp")
2823 (version "0.2.2")
2824 (source
2825 (origin
2826 (method url-fetch)
2827 (uri (cran-uri "bindrcpp" version))
2828 (sha256
2829 (base32
2830 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2831 (build-system r-build-system)
2832 (propagated-inputs
2833 `(("r-bindr" ,r-bindr)
2834 ("r-plogr" ,r-plogr)
2835 ("r-rcpp" ,r-rcpp)))
2836 (home-page "https://github.com/krlmlr/bindrcpp")
2837 (synopsis "Rcpp interface to active bindings")
2838 (description
2839 "This package provides an easy way to fill an environment with active
2840 bindings that call a C++ function.")
2841 (license license:expat)))
2842
2843 (define-public r-auc
2844 (package
2845 (name "r-auc")
2846 (version "0.3.0")
2847 (source
2848 (origin
2849 (method url-fetch)
2850 (uri (cran-uri "AUC" version))
2851 (sha256
2852 (base32
2853 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2854 (properties `((upstream-name . "AUC")))
2855 (build-system r-build-system)
2856 (home-page "https://cran.r-project.org/web/packages/AUC")
2857 (synopsis "Compute the area under the curve of selected measures")
2858 (description
2859 "This package includes functions to compute the area under the curve of
2860 selected measures: the area under the sensitivity curve (AUSEC), the area
2861 under the specificity curve (AUSPC), the area under the accuracy
2862 curve (AUACC), and the area under the receiver operating characteristic
2863 curve (AUROC). The curves can also be visualized. Support for partial areas
2864 is provided.")
2865 (license license:gpl2+)))
2866
2867 (define-public r-calibrate
2868 (package
2869 (name "r-calibrate")
2870 (version "1.7.7")
2871 (source
2872 (origin
2873 (method url-fetch)
2874 (uri (cran-uri "calibrate" version))
2875 (sha256
2876 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2877 (build-system r-build-system)
2878 (propagated-inputs
2879 `(("r-mass" ,r-mass)))
2880 (home-page "https://cran.r-project.org/web/packages/calibrate")
2881 (synopsis "Calibration of scatterplot and biplot axes")
2882 (description
2883 "This is a package for drawing calibrated scales with tick marks
2884 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2885 (license license:gpl2)))
2886
2887 (define-public r-shape
2888 (package
2889 (name "r-shape")
2890 (version "1.4.5")
2891 (source
2892 (origin
2893 (method url-fetch)
2894 (uri (cran-uri "shape" version))
2895 (sha256
2896 (base32
2897 "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
2898 (build-system r-build-system)
2899 (home-page "https://cran.r-project.org/web/packages/shape")
2900 (synopsis "Functions for plotting graphical shapes")
2901 (description
2902 "This package provides functions for plotting graphical shapes such as
2903 ellipses, circles, cylinders, arrows, ...")
2904 (license license:gpl3+)))
2905
2906 (define-public r-globaloptions
2907 (package
2908 (name "r-globaloptions")
2909 (version "0.1.2")
2910 (source
2911 (origin
2912 (method url-fetch)
2913 (uri (cran-uri "GlobalOptions" version))
2914 (sha256
2915 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2916 (properties `((upstream-name . "GlobalOptions")))
2917 (build-system r-build-system)
2918 (native-inputs
2919 `(("r-knitr" ,r-knitr)))
2920 (home-page "https://github.com/jokergoo/GlobalOptions")
2921 (synopsis "Generate functions to get or set global options")
2922 (description
2923 "This package provides more controls on the option values such as
2924 validation and filtering on the values, making options invisible or private.")
2925 (license license:gpl2+)))
2926
2927 (define-public r-circlize
2928 (package
2929 (name "r-circlize")
2930 (version "0.4.12")
2931 (source
2932 (origin
2933 (method url-fetch)
2934 (uri (cran-uri "circlize" version))
2935 (sha256
2936 (base32
2937 "1x2j6a80bb4fly3dm91ias964s1gb1cmzj3lyh69ikwjaam0rdmk"))))
2938 (build-system r-build-system)
2939 (propagated-inputs
2940 `(("r-colorspace" ,r-colorspace)
2941 ("r-globaloptions" ,r-globaloptions)
2942 ("r-shape" ,r-shape)))
2943 (native-inputs
2944 `(("r-knitr" ,r-knitr)))
2945 (home-page "https://github.com/jokergoo/circlize")
2946 (synopsis "Circular visualization")
2947 (description
2948 "Circular layout is an efficient way to visualise huge amounts of
2949 information. This package provides an implementation of circular layout
2950 generation in R as well as an enhancement of available software. Its
2951 flexibility is based on the usage of low-level graphics functions such that
2952 self-defined high-level graphics can be easily implemented by users for
2953 specific purposes. Together with the seamless connection between the powerful
2954 computational and visual environment in R, it gives users more convenience and
2955 freedom to design figures for better understanding complex patterns behind
2956 multi-dimensional data.")
2957 (license license:gpl2+)))
2958
2959 (define-public r-powerlaw
2960 (package
2961 (name "r-powerlaw")
2962 (version "0.70.6")
2963 (source
2964 (origin
2965 (method url-fetch)
2966 (uri (cran-uri "poweRlaw" version))
2967 (sha256
2968 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2969 (properties `((upstream-name . "poweRlaw")))
2970 (build-system r-build-system)
2971 (propagated-inputs
2972 `(("r-pracma" ,r-pracma)))
2973 (native-inputs
2974 `(("r-knitr" ,r-knitr)))
2975 (home-page "https://github.com/csgillespie/poweRlaw")
2976 (synopsis "Tools for the analysis of heavy tailed distributions")
2977 (description
2978 "This package provides an implementation of maximum likelihood estimators
2979 for a variety of heavy tailed distributions, including both the discrete and
2980 continuous power law distributions. Additionally, a goodness-of-fit based
2981 approach is used to estimate the lower cut-off for the scaling region.")
2982 ;; Any of these GPL versions.
2983 (license (list license:gpl2 license:gpl3))))
2984
2985 (define-public r-compare
2986 (package
2987 (name "r-compare")
2988 (version "0.2-6")
2989 (source
2990 (origin
2991 (method url-fetch)
2992 (uri (cran-uri "compare" version))
2993 (sha256
2994 (base32
2995 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2996 (build-system r-build-system)
2997 (home-page "https://cran.r-project.org/web/packages/compare")
2998 (synopsis "Comparing objects for differences")
2999 (description
3000 "This package provides functions to compare a model object to a
3001 comparison object. If the objects are not identical, the functions can be
3002 instructed to explore various modifications of the objects (e.g., sorting
3003 rows, dropping names) to see if the modified versions are identical.")
3004 (license license:gpl2+)))
3005
3006 (define-public r-dendextend
3007 (package
3008 (name "r-dendextend")
3009 (version "1.14.0")
3010 (source
3011 (origin
3012 (method url-fetch)
3013 (uri (cran-uri "dendextend" version))
3014 (sha256
3015 (base32
3016 "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p"))))
3017 (build-system r-build-system)
3018 (propagated-inputs
3019 `(("r-ggplot2" ,r-ggplot2)
3020 ("r-magrittr" ,r-magrittr)
3021 ("r-viridis" ,r-viridis)))
3022 (native-inputs
3023 `(("r-knitr" ,r-knitr)))
3024 (home-page "https://cran.r-project.org/web/packages/dendextend")
3025 (synopsis "Extending 'dendrogram' functionality in R")
3026 (description
3027 "This package offers a set of functions for extending @code{dendrogram}
3028 objects in R, letting you visualize and compare trees of hierarchical
3029 clusterings. You can adjust a tree's graphical parameters (the color, size,
3030 type, etc of its branches, nodes and labels) and visually and statistically
3031 compare different dendrograms to one another.")
3032 ;; Any of these versions
3033 (license (list license:gpl2 license:gpl3))))
3034
3035 (define-public r-getoptlong
3036 (package
3037 (name "r-getoptlong")
3038 (version "1.0.5")
3039 (source
3040 (origin
3041 (method url-fetch)
3042 (uri (cran-uri "GetoptLong" version))
3043 (sha256
3044 (base32
3045 "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
3046 (properties `((upstream-name . "GetoptLong")))
3047 (build-system r-build-system)
3048 (inputs
3049 `(("perl" ,perl)))
3050 (propagated-inputs
3051 `(("r-crayon" ,r-crayon)
3052 ("r-globaloptions" ,r-globaloptions)
3053 ("r-rjson" ,r-rjson)))
3054 (native-inputs
3055 `(("r-knitr" ,r-knitr)))
3056 (home-page "https://github.com/jokergoo/GetoptLong")
3057 (synopsis "Parsing command-line arguments and variable interpolation")
3058 (description
3059 "This is yet another command-line argument parser which wraps the
3060 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
3061 use in R. It also provides a simple way for variable interpolation in R.")
3062 (license license:gpl2+)))
3063
3064 (define-public r-fastmatch
3065 (package
3066 (name "r-fastmatch")
3067 (version "1.1-0")
3068 (source
3069 (origin
3070 (method url-fetch)
3071 (uri (cran-uri "fastmatch" version))
3072 (sha256
3073 (base32
3074 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
3075 (build-system r-build-system)
3076 (home-page "https://www.rforge.net/fastmatch")
3077 (synopsis "Fast match function")
3078 (description
3079 "This package provides a fast @code{match} replacement for cases that
3080 require repeated look-ups. It is slightly faster that R's built-in
3081 @code{match} function on first match against a table, but extremely fast on
3082 any subsequent lookup as it keeps the hash table in memory.")
3083 (license license:gpl2)))
3084
3085 (define-public r-ff
3086 (package
3087 (name "r-ff")
3088 (version "4.0.4")
3089 (source
3090 (origin
3091 (method url-fetch)
3092 (uri (cran-uri "ff" version))
3093 (sha256
3094 (base32
3095 "1rfj2ff5cxzdp9nvfnbgmswc1jvxz5vkxqgpv6gprwk32a0z3v12"))))
3096 (build-system r-build-system)
3097 (propagated-inputs `(("r-bit" ,r-bit)))
3098 (home-page "http://ff.r-forge.r-project.org/")
3099 (synopsis "Memory-efficient storage of large data on disk and access functions")
3100 (description
3101 "This package provides data structures that are stored on disk but
3102 behave (almost) as if they were in RAM by transparently mapping only a section
3103 in main memory.")
3104 ;; error Architecture not supported.
3105 (supported-systems (delete "aarch64-linux" %supported-systems))
3106 (license license:gpl2)))
3107
3108 (define-public r-ffbase
3109 (package
3110 (name "r-ffbase")
3111 (version "0.13.3")
3112 (source
3113 (origin
3114 (method url-fetch)
3115 (uri (cran-uri "ffbase" version))
3116 (sha256
3117 (base32
3118 "1dp6lblfq2j7r1b4b8ls47jlx8j27n88d5vp8w116lb8pa01zxmk"))))
3119 (build-system r-build-system)
3120 (propagated-inputs
3121 `(("r-bit" ,r-bit)
3122 ("r-fastmatch" ,r-fastmatch)
3123 ("r-ff" ,r-ff)))
3124 (home-page "https://github.com/edwindj/ffbase")
3125 (synopsis "Basic statistical functions for package 'ff'")
3126 (description
3127 "This package extends the out of memory vectors of @code{ff} with
3128 statistical functions and other utilities to ease their usage.")
3129 (license license:gpl3)))
3130
3131 (define-public r-prettyunits
3132 (package
3133 (name "r-prettyunits")
3134 (version "1.1.1")
3135 (source
3136 (origin
3137 (method url-fetch)
3138 (uri (cran-uri "prettyunits" version))
3139 (sha256
3140 (base32
3141 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
3142 (build-system r-build-system)
3143 (home-page "https://github.com/gaborcsardi/prettyunits")
3144 (synopsis "Pretty, human readable formatting of quantities")
3145 (description
3146 "This package provides tools for pretty, human readable formatting of
3147 quantities.")
3148 (license license:expat)))
3149
3150 (define-public r-reshape
3151 (package
3152 (name "r-reshape")
3153 (version "0.8.8")
3154 (source
3155 (origin
3156 (method url-fetch)
3157 (uri (cran-uri "reshape" version))
3158 (sha256
3159 (base32
3160 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
3161 (build-system r-build-system)
3162 (propagated-inputs
3163 `(("r-plyr" ,r-plyr)
3164 ("r-rcpp" ,r-rcpp)))
3165 (home-page "http://had.co.nz/reshape")
3166 (synopsis "Flexibly reshape data")
3167 (description
3168 "Flexibly restructure and aggregate data using just two functions:
3169 @code{melt} and @code{cast}. This package provides them.")
3170 (license license:expat)))
3171
3172 (define-public r-restrserve
3173 (package
3174 (name "r-restrserve")
3175 (version "0.4.1")
3176 (source
3177 (origin
3178 (method url-fetch)
3179 (uri (cran-uri "RestRserve" version))
3180 (sha256
3181 (base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
3182 (build-system r-build-system)
3183 (propagated-inputs
3184 `(("r-checkmate" ,r-checkmate)
3185 ("r-jsonlite" ,r-jsonlite)
3186 ("r-mime" ,r-mime)
3187 ("r-r6" ,r-r6)
3188 ("r-rcpp" ,r-rcpp)
3189 ("r-rserve" ,r-rserve)
3190 ("r-uuid" ,r-uuid)))
3191 (native-inputs
3192 `(("r-knitr" ,r-knitr)))
3193 (home-page "https://restrserve.org")
3194 (synopsis "R web API framework")
3195 (description
3196 "RestRserve is an R web API framework for building high-performance AND
3197 robust microservices and app backends. With Rserve backend on UNIX-like
3198 systems it is parallel by design. It will handle incoming requests in
3199 parallel - each request in a separate fork.")
3200 (license license:gpl2+)))
3201
3202 (define-public r-progress
3203 (package
3204 (name "r-progress")
3205 (version "1.2.2")
3206 (source
3207 (origin
3208 (method url-fetch)
3209 (uri (cran-uri "progress" version))
3210 (sha256
3211 (base32
3212 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
3213 (build-system r-build-system)
3214 (propagated-inputs
3215 `(("r-crayon" ,r-crayon)
3216 ("r-hms" ,r-hms)
3217 ("r-prettyunits" ,r-prettyunits)
3218 ("r-r6" ,r-r6)))
3219 (home-page "https://github.com/gaborcsardi/progress")
3220 (synopsis "Terminal progress bars")
3221 (description
3222 "This package provides configurable progress bars. They may include
3223 percentage, elapsed time, and/or the estimated completion time. They work in
3224 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
3225 package also provides a C++ API, that works with or without Rcpp.")
3226 (license license:expat)))
3227
3228 (define-public r-ggally
3229 (package
3230 (name "r-ggally")
3231 (version "2.1.1")
3232 (source
3233 (origin
3234 (method url-fetch)
3235 (uri (cran-uri "GGally" version))
3236 (sha256
3237 (base32
3238 "0lly659kd43cnz1bmmzqj6dbf4v0nm8dhj8xq2wlv9qbnfhq5r9p"))))
3239 (properties `((upstream-name . "GGally")))
3240 (build-system r-build-system)
3241 (inputs
3242 `(("openssl" ,openssl)))
3243 (propagated-inputs
3244 `(("r-dplyr" ,r-dplyr)
3245 ("r-forcats" ,r-forcats)
3246 ("r-ggplot2" ,r-ggplot2)
3247 ("r-gtable" ,r-gtable)
3248 ("r-lifecycle" ,r-lifecycle)
3249 ("r-plyr" ,r-plyr)
3250 ("r-progress" ,r-progress)
3251 ("r-rcolorbrewer" ,r-rcolorbrewer)
3252 ("r-reshape" ,r-reshape)
3253 ("r-rlang" ,r-rlang)
3254 ("r-scales" ,r-scales)
3255 ("r-tidyr" ,r-tidyr)))
3256 (home-page "https://ggobi.github.io/ggally")
3257 (synopsis "Extension to ggplot2")
3258 (description
3259 "The R package ggplot2 is a plotting system based on the grammar of
3260 graphics. GGally extends ggplot2 by adding several functions to reduce the
3261 complexity of combining geometric objects with transformed data. Some of
3262 these functions include a pairwise plot matrix, a two group pairwise plot
3263 matrix, a parallel coordinates plot, a survival plot, and several functions to
3264 plot networks.")
3265 (license license:gpl2+)))
3266
3267 (define-public r-proxy
3268 (package
3269 (name "r-proxy")
3270 (version "0.4-25")
3271 (source
3272 (origin
3273 (method url-fetch)
3274 (uri (cran-uri "proxy" version))
3275 (sha256
3276 (base32
3277 "1m893djrv6ckadmlx9n5bxfp0ycdh2w63sy6yxfyj1migvc7072f"))))
3278 (build-system r-build-system)
3279 (home-page "https://cran.r-project.org/web/packages/proxy")
3280 (synopsis "Distance and similarity measures")
3281 (description
3282 "This package provides an extensible framework for the efficient
3283 calculation of auto- and cross-proximities, along with implementations of the
3284 most popular ones.")
3285 (license license:gpl2)))
3286
3287 (define-public r-sp
3288 (package
3289 (name "r-sp")
3290 (version "1.4-5")
3291 (source
3292 (origin
3293 (method url-fetch)
3294 (uri (cran-uri "sp" version))
3295 (sha256
3296 (base32 "1nh9izsnszzm5kbq461w8bi0yh7fqzb74b2zmpg5qis0slbb5vkb"))))
3297 (build-system r-build-system)
3298 (propagated-inputs
3299 `(("r-lattice" ,r-lattice)))
3300 (home-page "https://cran.r-project.org/web/packages/sp")
3301 (synopsis "Classes and methods for spatial data")
3302 (description
3303 "This package provides classes and methods for spatial data; the classes
3304 document where the spatial location information resides, for 2D or 3D data.
3305 Utility functions are provided, e.g. for plotting data as maps, spatial
3306 selection, as well as methods for retrieving coordinates, for subsetting,
3307 print, summary, etc.")
3308 (license license:gpl2+)))
3309
3310 (define-public r-laplacesdemon
3311 (package
3312 (name "r-laplacesdemon")
3313 (version "16.1.4")
3314 (source
3315 (origin
3316 (method url-fetch)
3317 (uri (cran-uri "LaplacesDemon" version))
3318 (sha256
3319 (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
3320 (properties `((upstream-name . "LaplacesDemon")))
3321 (build-system r-build-system)
3322 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
3323 (synopsis "Complete environment for Bayesian inference")
3324 (description
3325 "This package provides a complete environment for Bayesian inference using
3326 a variety of different samplers.")
3327 (license license:expat)))
3328
3329 (define-public r-rmtstat
3330 (package
3331 (name "r-rmtstat")
3332 (version "0.3")
3333 (source
3334 (origin
3335 (method url-fetch)
3336 (uri (cran-uri "RMTstat" version))
3337 (sha256
3338 (base32
3339 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
3340 (properties `((upstream-name . "RMTstat")))
3341 (build-system r-build-system)
3342 (home-page "https://cran.r-project.org/web/packages/RMTstat")
3343 (synopsis "Distributions, statistics and tests derived from random matrix theory")
3344 (description
3345 "This package provides functions for working with the Tracy-Widom laws
3346 and other distributions related to the eigenvalues of large Wishart
3347 matrices.")
3348 (license license:bsd-3)))
3349
3350 (define-public r-rmpi
3351 (package
3352 (name "r-rmpi")
3353 (version "0.6-9.1")
3354 (source (origin
3355 (method url-fetch)
3356 (uri (cran-uri "Rmpi" version))
3357 (sha256
3358 (base32
3359 "1j8akqjan59yzwx2s1zxc214qyd323fd2i2dhgq0n11mb6ajmq4r"))))
3360 (properties `((upstream-name . "Rmpi")))
3361 (build-system r-build-system)
3362 (arguments
3363 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
3364 #:phases (modify-phases %standard-phases
3365 (add-before 'install 'mpi-setup
3366 ,%openmpi-setup))))
3367 (inputs
3368 `(("openmpi" ,openmpi)))
3369 (native-inputs
3370 `(("pkg-config" ,pkg-config)))
3371 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
3372 (synopsis "R interface to message-passing interface (MPI)")
3373 (description
3374 "This package provides an interface (wrapper) to MPI APIs. It also
3375 provides an interactive R manager and worker environment.")
3376 (license license:gpl2+)))
3377
3378 (define-public r-lmoments
3379 (package
3380 (name "r-lmoments")
3381 (version "1.3-1")
3382 (source
3383 (origin
3384 (method url-fetch)
3385 (uri (cran-uri "Lmoments" version))
3386 (sha256
3387 (base32
3388 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
3389 (properties `((upstream-name . "Lmoments")))
3390 (build-system r-build-system)
3391 (propagated-inputs
3392 `(("r-rcpp" ,r-rcpp)
3393 ("r-rcpparmadillo" ,r-rcpparmadillo)))
3394 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
3395 (synopsis "L-moments and quantile mixtures")
3396 (description
3397 "This package contains functions to estimate L-moments and trimmed
3398 L-moments from the data. It also contains functions to estimate the
3399 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
3400 quantile mixture from L-moments and trimmed L-moments.")
3401 (license license:gpl2)))
3402
3403 (define-public r-distillery
3404 (package
3405 (name "r-distillery")
3406 (version "1.2")
3407 (source
3408 (origin
3409 (method url-fetch)
3410 (uri (cran-uri "distillery" version))
3411 (sha256
3412 (base32
3413 "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
3414 (build-system r-build-system)
3415 (home-page "https://ral.ucar.edu/staff/ericg/")
3416 (synopsis "Functions for confidence intervals and object information")
3417 (description
3418 "This package provides some very simple method functions for confidence
3419 interval calculation and to distill pertinent information from a potentially
3420 complex object; primarily used in common with the packages extRemes and
3421 SpatialVx.")
3422 (license license:gpl2+)))
3423
3424 (define-public r-etrunct
3425 (package
3426 (name "r-etrunct")
3427 (version "0.1")
3428 (source (origin
3429 (method url-fetch)
3430 (uri (cran-uri "etrunct" version))
3431 (sha256
3432 (base32
3433 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
3434 (properties `((upstream-name . "etrunct")))
3435 (build-system r-build-system)
3436 (home-page "https://cran.r-project.org/web/packages/etrunct")
3437 (synopsis "Computes moments of univariate truncated T distribution")
3438 (description "This package computes moments of univariate truncated
3439 T distribution. There is only one exported function, @code{e_trunct},
3440 which should be seen for details.")
3441 (license license:expat)))
3442
3443 (define-public r-extremes
3444 (package
3445 (name "r-extremes")
3446 (version "2.1")
3447 (source
3448 (origin
3449 (method url-fetch)
3450 (uri (cran-uri "extRemes" version))
3451 (sha256
3452 (base32
3453 "1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
3454 (properties `((upstream-name . "extRemes")))
3455 (build-system r-build-system)
3456 (propagated-inputs
3457 `(("r-distillery" ,r-distillery)
3458 ("r-lmoments" ,r-lmoments)))
3459 (home-page "https://www.assessment.ucar.edu/toolkit/")
3460 (synopsis "Extreme value analysis")
3461 (description
3462 "ExtRemes is a suite of functions for carrying out analyses on the
3463 extreme values of a process of interest; be they block maxima over long blocks
3464 or excesses over a high threshold.")
3465 (license license:gpl2+)))
3466
3467 (define-public r-lmtest
3468 (package
3469 (name "r-lmtest")
3470 (version "0.9-38")
3471 (source
3472 (origin
3473 (method url-fetch)
3474 (uri (cran-uri "lmtest" version))
3475 (sha256
3476 (base32
3477 "0sr19bmw2cpagfvwg772m79wvl1i2hww1xfr69bzr3rr8pm2r8ij"))))
3478 (build-system r-build-system)
3479 (propagated-inputs
3480 `(("r-zoo" ,r-zoo)))
3481 (native-inputs
3482 `(("gfortran" ,gfortran)))
3483 (home-page "https://cran.r-project.org/web/packages/lmtest")
3484 (synopsis "Testing linear regression models")
3485 (description
3486 "This package provides a collection of tests, data sets, and examples for
3487 diagnostic checking in linear regression models. Furthermore, some generic
3488 tools for inference in parametric models are provided.")
3489 ;; Either version is okay
3490 (license (list license:gpl2 license:gpl3))))
3491
3492 (define-public r-idr
3493 (package
3494 (name "r-idr")
3495 (version "1.2")
3496 (source (origin
3497 (method url-fetch)
3498 (uri (cran-uri "idr" version))
3499 (sha256
3500 (base32
3501 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
3502 (build-system r-build-system)
3503 (home-page "https://cran.r-project.org/web/packages/idr/")
3504 (synopsis "Irreproducible discovery rate")
3505 (description
3506 "This is a package for estimating the copula mixture model and plotting
3507 correspondence curves in \"Measuring reproducibility of high-throughput
3508 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
3509 by Li, Brown, Huang, and Bickel")
3510 (license license:gpl2+)))
3511
3512 (define-public r-inline
3513 (package
3514 (name "r-inline")
3515 (version "0.3.17")
3516 (source (origin
3517 (method url-fetch)
3518 (uri (cran-uri "inline" version))
3519 (sha256
3520 (base32
3521 "1wslsn60q959yrr27cwanba43qlpfaxzdli46i9dc26lxfr5fa3r"))))
3522 (build-system r-build-system)
3523 (home-page "https://cran.r-project.org/web/packages/inline")
3524 (synopsis "Functions to inline C, C++, Fortran function calls from R")
3525 (description
3526 "This package provides functionality to dynamically define R functions
3527 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
3528 @code{.Call} calling conventions.")
3529 ;; Any version of the LGPL.
3530 (license license:lgpl3+)))
3531
3532 (define-public r-inum
3533 (package
3534 (name "r-inum")
3535 (version "1.0-3")
3536 (source (origin
3537 (method url-fetch)
3538 (uri (cran-uri "inum" version))
3539 (sha256
3540 (base32
3541 "1sz11b4vlpskhmq9vvc1jix63a5g7lij6368w8qbnkjmjd97k7i4"))))
3542 (build-system r-build-system)
3543 (propagated-inputs
3544 `(("r-libcoin" ,r-libcoin)))
3545 (home-page "https://cran.r-project.org/web/packages/inum/")
3546 (synopsis "Interval and enum-type representation of vectors")
3547 (description
3548 "This package provides an enum-type representation of vectors and
3549 representation of intervals, including a method of coercing variables
3550 in data frames.")
3551 (license license:gpl2)))
3552 (define-public r-invgamma
3553 (package
3554 (name "r-invgamma")
3555 (version "1.1")
3556 (source (origin
3557 (method url-fetch)
3558 (uri (cran-uri "invgamma" version))
3559 (sha256
3560 (base32
3561 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
3562 (properties `((upstream-name . "invgamma")))
3563 (build-system r-build-system)
3564 (home-page "https://github.com/dkahle/invgamma")
3565 (synopsis "Inverse gamma distribution")
3566 (description "This package provides a light weight implementation of the
3567 standard distribution functions for the inverse gamma distribution, wrapping
3568 those for the gamma distribution in the @code{stats} package.")
3569 (license license:gpl2)))
3570
3571 (define-public r-bdsmatrix
3572 (package
3573 (name "r-bdsmatrix")
3574 (version "1.3-4")
3575 (source
3576 (origin
3577 (method url-fetch)
3578 (uri (cran-uri "bdsmatrix" version))
3579 (sha256
3580 (base32
3581 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
3582 (properties `((upstream-name . "bdsmatrix")))
3583 (build-system r-build-system)
3584 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
3585 (synopsis "Routines for block diagonal symmetric matrices")
3586 (description
3587 "This package provides procedures to work with block diagonal symmetric
3588 matrices, a special case of sparse matrices.")
3589 (license license:lgpl2.0)))
3590
3591 (define-public r-bbmle
3592 (package
3593 (name "r-bbmle")
3594 (version "1.0.23.1")
3595 (source
3596 (origin
3597 (method url-fetch)
3598 (uri (cran-uri "bbmle" version))
3599 (sha256
3600 (base32
3601 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
3602 (build-system r-build-system)
3603 (propagated-inputs
3604 `(("r-bdsmatrix" ,r-bdsmatrix)
3605 ("r-lattice" ,r-lattice)
3606 ("r-mass" ,r-mass)
3607 ("r-matrix" ,r-matrix)
3608 ("r-mvtnorm" ,r-mvtnorm)
3609 ("r-numderiv" ,r-numderiv)))
3610 (home-page "https://cran.r-project.org/web/packages/bbmle")
3611 (synopsis "Tools for General Maximum Likelihood Estimation")
3612 (description
3613 "This package provides methods and functions for fitting maximum
3614 likelihood models in R. This package modifies and extends the @code{mle}
3615 classes in the @code{stats4} package.")
3616 ;; Any version of the GPL
3617 (license license:gpl2+)))
3618
3619 (define-public r-emdbook
3620 (package
3621 (name "r-emdbook")
3622 (version "1.3.12")
3623 (source
3624 (origin
3625 (method url-fetch)
3626 (uri (cran-uri "emdbook" version))
3627 (sha256
3628 (base32
3629 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
3630 (build-system r-build-system)
3631 (propagated-inputs
3632 `(("r-bbmle" ,r-bbmle)
3633 ("r-coda" ,r-coda)
3634 ("r-lattice" ,r-lattice)
3635 ("r-mass" ,r-mass)
3636 ("r-plyr" ,r-plyr)))
3637 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
3638 (synopsis "Support functions and data for \"Ecological Models and Data\"")
3639 (description
3640 "This package provides auxiliary functions and data sets for \"Ecological
3641 Models and Data\", a book presenting maximum likelihood estimation and related
3642 topics for ecologists (ISBN 978-0-691-12522-0).")
3643 ;; Any GPL version
3644 (license (list license:gpl2 license:gpl3))))
3645
3646 (define-public r-lpsolve
3647 (package
3648 (name "r-lpsolve")
3649 (version "5.6.15")
3650 (source
3651 (origin
3652 (method url-fetch)
3653 (uri (cran-uri "lpSolve" version))
3654 (sha256
3655 (base32
3656 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
3657 (properties `((upstream-name . "lpSolve")))
3658 (build-system r-build-system)
3659 (home-page "https://cran.r-project.org/web/packages/lpSolve")
3660 (synopsis "R interface to Lp_solve to solve linear/integer programs")
3661 (description
3662 "Lp_solve is software for solving linear, integer and mixed integer
3663 programs. This implementation supplies a \"wrapper\" function in C and some R
3664 functions that solve general linear/integer problems, assignment problems, and
3665 transportation problems.")
3666 (license license:lgpl2.0)))
3667
3668 (define-public r-limsolve
3669 (package
3670 (name "r-limsolve")
3671 (version "1.5.6")
3672 (source
3673 (origin
3674 (method url-fetch)
3675 (uri (cran-uri "limSolve" version))
3676 (sha256
3677 (base32
3678 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
3679 (properties `((upstream-name . "limSolve")))
3680 (build-system r-build-system)
3681 (propagated-inputs
3682 `(("r-lpsolve" ,r-lpsolve)
3683 ("r-mass" ,r-mass)
3684 ("r-quadprog" ,r-quadprog)))
3685 (native-inputs `(("gfortran" ,gfortran)))
3686 (home-page "https://cran.r-project.org/web/packages/limSolve")
3687 (synopsis "Solving linear inverse models")
3688 (description
3689 "This package provides functions that:
3690
3691 @enumerate
3692 @item find the minimum/maximum of a linear or quadratic function,
3693 @item sample an underdetermined or overdetermined system,
3694 @item solve a linear system Ax=B for the unknown x.
3695 @end enumerate
3696
3697 It includes banded and tridiagonal linear systems. The package calls Fortran
3698 functions from LINPACK.")
3699 ;; Any GPL version.
3700 (license (list license:gpl2+ license:gpl3+))))
3701
3702 (define-public r-fitdistrplus
3703 (package
3704 (name "r-fitdistrplus")
3705 (version "1.1-3")
3706 (source
3707 (origin
3708 (method url-fetch)
3709 (uri (cran-uri "fitdistrplus" version))
3710 (sha256
3711 (base32
3712 "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
3713 (build-system r-build-system)
3714 (propagated-inputs
3715 `(("r-mass" ,r-mass)
3716 ("r-survival" ,r-survival)))
3717 (native-inputs
3718 `(("r-knitr" ,r-knitr)))
3719 (home-page "http://riskassessment.r-forge.r-project.org")
3720 (synopsis "Fitting a parametric distribution from data")
3721 (description
3722 "This package extends the @code{fitdistr} function of the MASS package
3723 with several functions to help the fit of a parametric distribution to
3724 non-censored or censored data. Censored data may contain left-censored,
3725 right-censored and interval-censored values, with several lower and upper
3726 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
3727 provides moment matching (MME), quantile matching (QME) and maximum
3728 goodness-of-fit estimation (MGE) methods (available only for non-censored
3729 data). Weighted versions of MLE, MME and QME are available.")
3730 (license license:gpl2+)))
3731
3732 (define-public r-energy
3733 (package
3734 (name "r-energy")
3735 (version "1.7-8")
3736 (source
3737 (origin
3738 (method url-fetch)
3739 (uri (cran-uri "energy" version))
3740 (sha256
3741 (base32
3742 "12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y"))))
3743 (build-system r-build-system)
3744 (propagated-inputs
3745 `(("r-boot" ,r-boot)
3746 ("r-gsl" ,r-gsl)
3747 ("r-rcpp" ,r-rcpp)))
3748 (home-page "https://cran.r-project.org/web/packages/energy")
3749 (synopsis "Multivariate inference via the energy of data")
3750 (description
3751 "This package provides e-statistics (energy) tests and statistics for
3752 multivariate and univariate inference, including distance correlation,
3753 one-sample, two-sample, and multi-sample tests for comparing multivariate
3754 distributions, are implemented. Measuring and testing multivariate
3755 independence based on distance correlation, partial distance correlation,
3756 multivariate goodness-of-fit tests, clustering based on energy distance,
3757 testing for multivariate normality, distance components (disco) for
3758 non-parametric analysis of structured data, and other energy
3759 statistics/methods are implemented.")
3760 (license license:gpl2+)))
3761
3762 (define-public r-suppdists
3763 (package
3764 (name "r-suppdists")
3765 (version "1.1-9.5")
3766 (source
3767 (origin
3768 (method url-fetch)
3769 (uri (cran-uri "SuppDists" version))
3770 (sha256
3771 (base32
3772 "1i3iq12a5x5k49ac01mikzcrrq9gc148xq3m08h4xm07bha6f2v8"))))
3773 (properties `((upstream-name . "SuppDists")))
3774 (build-system r-build-system)
3775 (home-page "https://cran.r-project.org/web/packages/SuppDists")
3776 (synopsis "Supplementary distributions")
3777 (description
3778 "This package provides ten distributions supplementing those built into
3779 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
3780 Spearman's rho, maximum F ratio, the Pearson product moment correlation
3781 coefficient, Johnson distributions, normal scores and generalized
3782 hypergeometric distributions. In addition two random number generators of
3783 George Marsaglia are included.")
3784 (license license:gpl2+)))
3785
3786 (define-public r-ksamples
3787 (package
3788 (name "r-ksamples")
3789 (version "1.2-9")
3790 (source
3791 (origin
3792 (method url-fetch)
3793 (uri (cran-uri "kSamples" version))
3794 (sha256
3795 (base32
3796 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
3797 (properties `((upstream-name . "kSamples")))
3798 (build-system r-build-system)
3799 (propagated-inputs
3800 `(("r-suppdists" ,r-suppdists)))
3801 (home-page "https://cran.r-project.org/web/packages/kSamples")
3802 (synopsis "K-Sample rank tests and their combinations")
3803 (description
3804 "This package provides tools to compares k samples using the
3805 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
3806 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
3807 test. It computes asymptotic, simulated or (limited) exact P-values, all
3808 valid under randomization, with or without ties, or conditionally under random
3809 sampling from populations, given the observed tie pattern. Except for Steel's
3810 test and the JT test it also combines these tests across several blocks of
3811 samples.")
3812 (license license:gpl2+)))
3813
3814 (define-public r-cvst
3815 (package
3816 (name "r-cvst")
3817 (version "0.2-2")
3818 (source
3819 (origin
3820 (method url-fetch)
3821 (uri (cran-uri "CVST" version))
3822 (sha256
3823 (base32
3824 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
3825 (properties `((upstream-name . "CVST")))
3826 (build-system r-build-system)
3827 (propagated-inputs
3828 `(("r-kernlab" ,r-kernlab)
3829 ("r-matrix" ,r-matrix)))
3830 (home-page "https://cran.r-project.org/web/packages/CVST")
3831 (synopsis "Fast cross-validation via sequential testing")
3832 (description
3833 "This package implements the fast cross-validation via sequential
3834 testing (CVST) procedure. CVST is an improved cross-validation procedure
3835 which uses non-parametric testing coupled with sequential analysis to
3836 determine the best parameter set on linearly increasing subsets of the data.
3837 Additionally to the CVST the package contains an implementation of the
3838 ordinary k-fold cross-validation with a flexible and powerful set of helper
3839 objects and methods to handle the overall model selection process. The
3840 implementations of the Cochran's Q test with permutations and the sequential
3841 testing framework of Wald are generic and can therefore also be used in other
3842 contexts.")
3843 (license license:gpl2+)))
3844
3845 (define-public r-squarem
3846 (package
3847 (name "r-squarem")
3848 (version "2021.1")
3849 (source
3850 (origin
3851 (method url-fetch)
3852 (uri (cran-uri "SQUAREM" version))
3853 (sha256
3854 (base32
3855 "0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
3856 (properties `((upstream-name . "SQUAREM")))
3857 (build-system r-build-system)
3858 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3859 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3860 (description
3861 "This package provides algorithms for accelerating the convergence of
3862 slow, monotone sequences from smooth, contraction mapping such as the EM
3863 algorithm. It can be used to accelerate any smooth, linearly convergent
3864 acceleration scheme. A tutorial style introduction to this package is
3865 available in a vignette.")
3866 (license license:gpl2+)))
3867
3868 (define-public r-lava
3869 (package
3870 (name "r-lava")
3871 (version "1.6.9")
3872 (source
3873 (origin
3874 (method url-fetch)
3875 (uri (cran-uri "lava" version))
3876 (sha256
3877 (base32
3878 "07difbrz8zmvdyns63958v0zw4hyv48956mcww8zh7064a564k83"))))
3879 (build-system r-build-system)
3880 (propagated-inputs
3881 `(("r-numderiv" ,r-numderiv)
3882 ("r-squarem" ,r-squarem)
3883 ("r-survival" ,r-survival)))
3884 (native-inputs
3885 `(("r-knitr" ,r-knitr)))
3886 (home-page "https://github.com/kkholst/lava")
3887 (synopsis "Latent variable models")
3888 (description
3889 "This package provides tools for the estimation and simulation of latent
3890 variable models.")
3891 (license license:gpl3)))
3892
3893 (define-public r-drr
3894 (package
3895 (name "r-drr")
3896 (version "0.0.4")
3897 (source
3898 (origin
3899 (method url-fetch)
3900 (uri (cran-uri "DRR" version))
3901 (sha256
3902 (base32
3903 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3904 (properties `((upstream-name . "DRR")))
3905 (build-system r-build-system)
3906 (propagated-inputs
3907 `(("r-cvst" ,r-cvst)
3908 ("r-kernlab" ,r-kernlab)
3909 ("r-matrix" ,r-matrix)))
3910 (home-page "https://cran.r-project.org/web/packages/DRR")
3911 (synopsis "Dimensionality reduction via regression")
3912 (description
3913 "This package provides an implementation of dimensionality reduction via
3914 regression using Kernel Ridge Regression.")
3915 (license license:gpl3)))
3916
3917 (define-public r-prodlim
3918 (package
3919 (name "r-prodlim")
3920 (version "2019.11.13")
3921 (source
3922 (origin
3923 (method url-fetch)
3924 (uri (cran-uri "prodlim" version))
3925 (sha256
3926 (base32
3927 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3928 (build-system r-build-system)
3929 (propagated-inputs
3930 `(("r-kernsmooth" ,r-kernsmooth)
3931 ("r-lava" ,r-lava)
3932 ("r-rcpp" ,r-rcpp)
3933 ("r-survival" ,r-survival)))
3934 (home-page "https://cran.r-project.org/web/packages/prodlim")
3935 (synopsis "Product-limit estimation for censored event history analysis")
3936 (description
3937 "This package provides a fast and user-friendly implementation of
3938 nonparametric estimators for censored event history (survival) analysis with
3939 the Kaplan-Meier and Aalen-Johansen methods.")
3940 (license license:gpl2+)))
3941
3942 (define-public r-dimred
3943 (package
3944 (name "r-dimred")
3945 (version "0.2.3")
3946 (source
3947 (origin
3948 (method url-fetch)
3949 (uri (cran-uri "dimRed" version))
3950 (sha256
3951 (base32
3952 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3953 (properties `((upstream-name . "dimRed")))
3954 (build-system r-build-system)
3955 (propagated-inputs
3956 `(("r-drr" ,r-drr)
3957 ("r-magrittr" ,r-magrittr)))
3958 (home-page "https://github.com/gdkrmr/dimRed")
3959 (synopsis "Framework for dimensionality reduction")
3960 (description
3961 "This package provides a collection of dimensionality reduction
3962 techniques from R packages and provides a common interface for calling the
3963 methods.")
3964 (license license:gpl3)))
3965
3966 (define-public r-timedate
3967 (package
3968 (name "r-timedate")
3969 (version "3043.102")
3970 (source
3971 (origin
3972 (method url-fetch)
3973 (uri (cran-uri "timeDate" version))
3974 (sha256
3975 (base32
3976 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3977 (properties `((upstream-name . "timeDate")))
3978 (build-system r-build-system)
3979 (home-page "https://www.rmetrics.org")
3980 (synopsis "Chronological and calendar objects")
3981 (description
3982 "This package provides an environment for teaching \"Financial
3983 Engineering and Computational Finance\" and for managing chronological and
3984 calendar objects.")
3985 (license license:gpl2+)))
3986
3987 (define-public r-magic
3988 (package
3989 (name "r-magic")
3990 (version "1.5-9")
3991 (source
3992 (origin
3993 (method url-fetch)
3994 (uri (cran-uri "magic" version))
3995 (sha256
3996 (base32
3997 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3998 (build-system r-build-system)
3999 (propagated-inputs
4000 `(("r-abind" ,r-abind)))
4001 (home-page "https://github.com/RobinHankin/magic.git")
4002 (synopsis "Create and investigate magic squares")
4003 (description
4004 "This package provides a collection of efficient, vectorized algorithms
4005 for the creation and investigation of magic squares and hypercubes, including
4006 a variety of functions for the manipulation and analysis of arbitrarily
4007 dimensioned arrays.")
4008 (license license:gpl2)))
4009
4010 (define-public r-rmysql
4011 (package
4012 (name "r-rmysql")
4013 (version "0.10.21")
4014 (source
4015 (origin
4016 (method url-fetch)
4017 (uri (cran-uri "RMySQL" version))
4018 (sha256
4019 (base32
4020 "0cbb5ln9iigl816nzvsls9zil5qlfr8yv2aginapqv6n69nz0srs"))))
4021 (properties `((upstream-name . "RMySQL")))
4022 (build-system r-build-system)
4023 (inputs
4024 `(("mariadb-dev" ,mariadb "dev")
4025 ("zlib" ,zlib)))
4026 (propagated-inputs
4027 `(("r-dbi" ,r-dbi)))
4028 (home-page "https://github.com/r-dbi/RMySQL")
4029 (synopsis "Database interface and MySQL driver for R")
4030 (description
4031 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
4032 package contains an old implementation based on legacy code from S-PLUS which
4033 is being phased out. A modern MySQL client based on Rcpp is available from
4034 the RMariaDB package.")
4035 (license license:gpl2)))
4036
4037 (define-public r-rpostgresql
4038 (package
4039 (name "r-rpostgresql")
4040 (version "0.6-2")
4041 (source
4042 (origin
4043 (method url-fetch)
4044 (uri (cran-uri "RPostgreSQL" version))
4045 (sha256
4046 (base32
4047 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
4048 (properties `((upstream-name . "RPostgreSQL")))
4049 (build-system r-build-system)
4050 (inputs
4051 `(("postgresql" ,postgresql)))
4052 (propagated-inputs
4053 `(("r-dbi" ,r-dbi)))
4054 (home-page "https://github.com/tomoakin/RPostgreSQL")
4055 (synopsis "R interface to the PostgreSQL database system")
4056 (description
4057 "This package provides a Database Interface (DBI) compliant driver for R
4058 to access PostgreSQL database systems.")
4059 ;; The whole package is released under GPL version 2. It includes code
4060 ;; under the PostgreSQL license.
4061 (license license:gpl2)))
4062
4063 (define-public r-linprog
4064 (package
4065 (name "r-linprog")
4066 (version "0.9-2")
4067 (source
4068 (origin
4069 (method url-fetch)
4070 (uri (cran-uri "linprog" version))
4071 (sha256
4072 (base32
4073 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
4074 (build-system r-build-system)
4075 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
4076 (home-page "http://linprog.r-forge.r-project.org/")
4077 (synopsis "Linear programming and optimization")
4078 (description
4079 "This package can be used to solve Linear Programming / Linear
4080 Optimization problems by using the simplex algorithm.")
4081 (license license:gpl2+)))
4082
4083 (define-public r-geometry
4084 (package
4085 (name "r-geometry")
4086 (version "0.4.5")
4087 (source
4088 (origin
4089 (method url-fetch)
4090 (uri (cran-uri "geometry" version))
4091 (sha256
4092 (base32
4093 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
4094 (build-system r-build-system)
4095 (propagated-inputs
4096 `(("r-magic" ,r-magic)
4097 ("r-linprog" ,r-linprog)
4098 ("r-lpsolve" ,r-lpsolve)
4099 ("r-rcpp" ,r-rcpp)
4100 ("r-rcppprogress" ,r-rcppprogress)))
4101 (home-page "http://geometry.r-forge.r-project.org/")
4102 (synopsis "Mesh generator and surface tessellator")
4103 (description
4104 "This package makes the qhull library available in R, in a similar manner
4105 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
4106 intersections about a point, Voronoi diagrams, furthest-site Delaunay
4107 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
4108 and higher dimensions. It implements the Quickhull algorithm for computing
4109 the convex hull. Qhull does not support constrained Delaunay triangulations,
4110 or mesh generation of non-convex objects, but the package does include some R
4111 functions that allow for this. Currently the package only gives access to
4112 Delaunay triangulation and convex hull computation.")
4113 ;; The Qhull sources are included and are distributed under a custom
4114 ;; non-copyleft license. The R sources are released under GPL version 2.
4115 (license (list license:gpl2
4116 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
4117
4118 (define-public r-ddalpha
4119 (package
4120 (name "r-ddalpha")
4121 (version "1.3.11")
4122 (source
4123 (origin
4124 (method url-fetch)
4125 (uri (cran-uri "ddalpha" version))
4126 (sha256
4127 (base32
4128 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
4129 (build-system r-build-system)
4130 (propagated-inputs
4131 `(("r-bh" ,r-bh)
4132 ("r-class" ,r-class)
4133 ("r-geometry" ,r-geometry)
4134 ("r-mass" ,r-mass)
4135 ("r-rcpp" ,r-rcpp)
4136 ("r-robustbase" ,r-robustbase)
4137 ("r-sfsmisc" ,r-sfsmisc)))
4138 (native-inputs
4139 `(("gfortran" ,gfortran)))
4140 (home-page "https://cran.r-project.org/web/packages/ddalpha")
4141 (synopsis "Depth-Based classification and calculation of data depth")
4142 (description
4143 "This package contains procedures for depth-based supervised learning,
4144 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
4145 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
4146 statistical depth function to a compact low-dimensional space, where the final
4147 classification is done. It also offers an extension to functional data and
4148 routines for calculating certain notions of statistical depth functions. 50
4149 multivariate and 5 functional classification problems are included.")
4150 (license license:gpl2)))
4151
4152 (define-public r-gower
4153 (package
4154 (name "r-gower")
4155 (version "0.2.2")
4156 (source
4157 (origin
4158 (method url-fetch)
4159 (uri (cran-uri "gower" version))
4160 (sha256
4161 (base32
4162 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
4163 (build-system r-build-system)
4164 (home-page "https://github.com/markvanderloo/gower")
4165 (synopsis "Gower's distance")
4166 (description
4167 "This package provides tools to compute Gower's distance (or similarity)
4168 coefficient between records, and to compute the top-n matches between records.
4169 Core algorithms are executed in parallel on systems supporting OpenMP.")
4170 (license license:gpl3)))
4171
4172 (define-public r-rcpproll
4173 (package
4174 (name "r-rcpproll")
4175 (version "0.3.0")
4176 (source
4177 (origin
4178 (method url-fetch)
4179 (uri (cran-uri "RcppRoll" version))
4180 (sha256
4181 (base32
4182 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
4183 (properties `((upstream-name . "RcppRoll")))
4184 (build-system r-build-system)
4185 (propagated-inputs
4186 `(("r-rcpp" ,r-rcpp)))
4187 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
4188 (synopsis "Efficient rolling and windowed operations")
4189 (description
4190 "This package provides fast and efficient routines for common rolling /
4191 windowed operations. Routines for the efficient computation of windowed mean,
4192 median, sum, product, minimum, maximum, standard deviation and variance are
4193 provided.")
4194 (license license:gpl2+)))
4195
4196 (define-public r-ipred
4197 (package
4198 (name "r-ipred")
4199 (version "0.9-11")
4200 (source
4201 (origin
4202 (method url-fetch)
4203 (uri (cran-uri "ipred" version))
4204 (sha256
4205 (base32
4206 "04hfg27c72v0fz4091w3rgbc2vd7g6yl78y9plvsvh0vjlx8ymmp"))))
4207 (build-system r-build-system)
4208 (propagated-inputs
4209 `(("r-class" ,r-class)
4210 ("r-mass" ,r-mass)
4211 ("r-nnet" ,r-nnet)
4212 ("r-prodlim" ,r-prodlim)
4213 ("r-rpart" ,r-rpart)
4214 ("r-survival" ,r-survival)))
4215 (home-page "https://cran.r-project.org/web/packages/ipred")
4216 (synopsis "Improved predictors")
4217 (description
4218 "This package provides improved predictive models by indirect
4219 classification and bagging for classification, regression and survival
4220 problems as well as resampling based estimators of prediction error.")
4221 (license license:gpl2+)))
4222
4223 (define-public r-psych
4224 (package
4225 (name "r-psych")
4226 (version "2.1.3")
4227 (source
4228 (origin
4229 (method url-fetch)
4230 (uri (cran-uri "psych" version))
4231 (sha256
4232 (base32
4233 "1ibh1ivr280wpmk3qjgm715dk79wx0ikjl9jjjcqs03q6vz4wmdx"))))
4234 (build-system r-build-system)
4235 (propagated-inputs
4236 `(("r-lattice" ,r-lattice)
4237 ("r-mnormt" ,r-mnormt)
4238 ("r-nlme" ,r-nlme)))
4239 (native-inputs
4240 `(("r-knitr" ,r-knitr)))
4241 (home-page "https://cran.r-project.org/web/packages/psych/")
4242 (synopsis "Procedures for psychological, psychometric, and personality research")
4243 (description
4244 "This package provides a general purpose toolbox for personality,
4245 psychometric theory and experimental psychology. Functions are primarily for
4246 multivariate analysis and scale construction using factor analysis, principal
4247 component analysis, cluster analysis and reliability analysis, although others
4248 provide basic descriptive statistics. Item Response Theory is done using
4249 factor analysis of tetrachoric and polychoric correlations. Functions for
4250 analyzing data at multiple levels include within and between group statistics,
4251 including correlations and factor analysis. Functions for simulating and
4252 testing particular item and test structures are included. Several functions
4253 serve as a useful front end for structural equation modeling. Graphical
4254 displays of path diagrams, factor analysis and structural equation models are
4255 created using basic graphics.")
4256 (license license:gpl2+)))
4257
4258 (define-public r-generics
4259 (package
4260 (name "r-generics")
4261 (version "0.1.0")
4262 (source
4263 (origin
4264 (method url-fetch)
4265 (uri (cran-uri "generics" version))
4266 (sha256
4267 (base32
4268 "0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
4269 (build-system r-build-system)
4270 (home-page "https://github.com/r-lib/generics")
4271 (synopsis "Common S3 generics not provided by base R methods")
4272 (description
4273 "In order to reduce potential package dependencies and conflicts,
4274 generics provides a number of commonly used S3 generics that are not provided
4275 by base R methods related to model fitting.")
4276 (license license:gpl2)))
4277
4278 (define-public r-broom
4279 (package
4280 (name "r-broom")
4281 (version "0.7.6")
4282 (source
4283 (origin
4284 (method url-fetch)
4285 (uri (cran-uri "broom" version))
4286 (sha256
4287 (base32
4288 "1ljcl8mh0yqxw3qxzar482qwbxbcaim1x6y1wm82ws12pfdw0j8n"))))
4289 (build-system r-build-system)
4290 (propagated-inputs
4291 `(("r-backports" ,r-backports)
4292 ("r-dplyr" ,r-dplyr)
4293 ("r-ellipsis" ,r-ellipsis)
4294 ("r-generics" ,r-generics)
4295 ("r-glue" ,r-glue)
4296 ("r-purrr" ,r-purrr)
4297 ("r-rlang" ,r-rlang)
4298 ("r-stringr" ,r-stringr)
4299 ("r-tibble" ,r-tibble)
4300 ("r-tidyr" ,r-tidyr)))
4301 (native-inputs
4302 `(("r-knitr" ,r-knitr)))
4303 (home-page "https://github.com/tidyverse/broom")
4304 (synopsis "Convert statistical analysis objects into tidy data frames")
4305 (description
4306 "This package provides tools to convert statistical analysis objects from
4307 R into tidy data frames, so that they can more easily be combined, reshaped
4308 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
4309 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
4310 summarizes a model's statistical findings such as coefficients of a
4311 regression; @code{augment}, which adds columns to the original data such as
4312 predictions, residuals and cluster assignments; and @code{glance}, which
4313 provides a one-row summary of model-level statistics.")
4314 (license license:expat)))
4315
4316 (define-public r-recipes
4317 (package
4318 (name "r-recipes")
4319 (version "0.1.15")
4320 (source
4321 (origin
4322 (method url-fetch)
4323 (uri (cran-uri "recipes" version))
4324 (sha256
4325 (base32
4326 "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
4327 (build-system r-build-system)
4328 (propagated-inputs
4329 `(("r-dplyr" ,r-dplyr)
4330 ("r-generics" ,r-generics)
4331 ("r-glue" ,r-glue)
4332 ("r-gower" ,r-gower)
4333 ("r-ipred" ,r-ipred)
4334 ("r-lifecycle" ,r-lifecycle)
4335 ("r-lubridate" ,r-lubridate)
4336 ("r-magrittr" ,r-magrittr)
4337 ("r-matrix" ,r-matrix)
4338 ("r-purrr" ,r-purrr)
4339 ("r-rlang" ,r-rlang)
4340 ("r-tibble" ,r-tibble)
4341 ("r-tidyr" ,r-tidyr)
4342 ("r-tidyselect" ,r-tidyselect)
4343 ("r-timedate" ,r-timedate)
4344 ("r-withr" ,r-withr)))
4345 (native-inputs
4346 `(("r-knitr" ,r-knitr)))
4347 (home-page "https://github.com/topepo/recipes")
4348 (synopsis "Preprocessing tools to create design matrices")
4349 (description
4350 "Recipes is an extensible framework to create and preprocess design
4351 matrices. Recipes consist of one or more data manipulation and analysis
4352 \"steps\". Statistical parameters for the steps can be estimated from an
4353 initial data set and then applied to other data sets. The resulting design
4354 matrices can then be used as inputs into statistical or machine learning
4355 models.")
4356 (license license:gpl2)))
4357
4358 (define-public r-pdist
4359 (package
4360 (name "r-pdist")
4361 (version "1.2")
4362 (source
4363 (origin
4364 (method url-fetch)
4365 (uri (cran-uri "pdist" version))
4366 (sha256
4367 (base32
4368 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
4369 (build-system r-build-system)
4370 (home-page "https://github.com/jeffwong/pdist")
4371 (synopsis "Partitioned distance function")
4372 (description
4373 "Pdist computes the euclidean distance between rows of a matrix X and
4374 rows of another matrix Y. Previously, this could be done by binding the two
4375 matrices together and calling @code{dist}, but this creates unnecessary
4376 computation by computing the distances between a row of X and another row of
4377 X, and likewise for Y. Pdist strictly computes distances across the two
4378 matrices, not within the same matrix, making computations significantly faster
4379 for certain use cases.")
4380 (license license:gpl3+)))
4381
4382 (define-public r-ggrepel
4383 (package
4384 (name "r-ggrepel")
4385 (version "0.9.1")
4386 (source
4387 (origin
4388 (method url-fetch)
4389 (uri (cran-uri "ggrepel" version))
4390 (sha256
4391 (base32
4392 "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
4393 (build-system r-build-system)
4394 (propagated-inputs
4395 `(("r-ggplot2" ,r-ggplot2)
4396 ("r-rcpp" ,r-rcpp)
4397 ("r-rlang" ,r-rlang)
4398 ("r-scales" ,r-scales)))
4399 (native-inputs
4400 `(("r-knitr" ,r-knitr))) ; for vignettes
4401 (home-page "https://github.com/slowkow/ggrepel")
4402 (synopsis "Repulsive text and label geometries for ggplot2")
4403 (description
4404 "This package provides text and label geometries for ggplot2 that help to
4405 avoid overlapping text labels. Labels repel away from each other and away
4406 from the data points.")
4407 (license license:gpl3)))
4408
4409 (define-public r-corrplot
4410 (package
4411 (name "r-corrplot")
4412 (version "0.84")
4413 (source
4414 (origin
4415 (method url-fetch)
4416 (uri (cran-uri "corrplot" version))
4417 (sha256
4418 (base32
4419 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
4420 (build-system r-build-system)
4421 (home-page "https://github.com/taiyun/corrplot")
4422 (synopsis "Visualization of a correlation matrix")
4423 (description
4424 "This package provides a graphical display of a correlation matrix or
4425 general matrix. It also contains some algorithms to do matrix reordering. In
4426 addition, corrplot is good at details, including choosing color, text labels,
4427 color labels, layout, etc.")
4428 ;; Any version of the GPL
4429 (license license:gpl2+)))
4430
4431 (define-public r-stringdist
4432 (package
4433 (name "r-stringdist")
4434 (version "0.9.6.3")
4435 (source
4436 (origin
4437 (method url-fetch)
4438 (uri (cran-uri "stringdist" version))
4439 (sha256
4440 (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
4441 (build-system r-build-system)
4442 (home-page "https://github.com/markvanderloo/stringdist")
4443 (synopsis "Approximate string matching and string distance functions")
4444 (description
4445 "This package implements an approximate string matching version of R's
4446 native @code{match} function. It can calculate various string distances based
4447 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
4448 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
4449 Jaro-Winkler). An implementation of soundex is provided as well. Distances
4450 can be computed between character vectors while taking proper care of encoding
4451 or between integer vectors representing generic sequences.")
4452 (license license:gpl3+)))
4453
4454 (define-public r-ucminf
4455 (package
4456 (name "r-ucminf")
4457 (version "1.1-4")
4458 (source
4459 (origin
4460 (method url-fetch)
4461 (uri (cran-uri "ucminf" version))
4462 (sha256
4463 (base32
4464 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
4465 (build-system r-build-system)
4466 (native-inputs `(("gfortran" ,gfortran)))
4467 (home-page "https://cran.r-project.org/web/packages/ucminf/")
4468 (synopsis "General-purpose unconstrained non-linear optimization")
4469 (description
4470 "This package provides an implementation of an algorithm for
4471 general-purpose unconstrained non-linear optimization. The algorithm is of
4472 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
4473 search with a trust region type monitoring of the input to the line search
4474 algorithm. The interface of @code{ucminf} is designed for easy interchange
4475 with the package @code{optim}.")
4476 (license license:gpl2+)))
4477
4478 (define-public r-useful
4479 (package
4480 (name "r-useful")
4481 (version "1.2.6")
4482 (source (origin
4483 (method url-fetch)
4484 (uri (cran-uri "useful" version))
4485 (sha256
4486 (base32
4487 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
4488 (properties `((upstream-name . "useful")))
4489 (build-system r-build-system)
4490 (propagated-inputs
4491 `(("r-assertthat" ,r-assertthat)
4492 ("r-dplyr" ,r-dplyr)
4493 ("r-ggplot2" ,r-ggplot2)
4494 ("r-magrittr" ,r-magrittr)
4495 ("r-matrix" ,r-matrix)
4496 ("r-plyr" ,r-plyr)
4497 ("r-purrr" ,r-purrr)
4498 ("r-scales" ,r-scales)))
4499 (home-page "https://github.com/jaredlander/useful")
4500 (synopsis "Collection of handy, useful functions")
4501 (description "This package provides a set of little functions that have been
4502 found useful to do little odds and ends such as plotting the results of K-means
4503 clustering, substituting special text characters, viewing parts of a
4504 @code{data.frame}, constructing formulas from text and building design and
4505 response matrices.")
4506 (license license:bsd-3)))
4507
4508 (define-public r-ordinal
4509 (package
4510 (name "r-ordinal")
4511 (version "2019.12-10")
4512 (source
4513 (origin
4514 (method url-fetch)
4515 (uri (cran-uri "ordinal" version))
4516 (sha256
4517 (base32
4518 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
4519 (build-system r-build-system)
4520 (propagated-inputs
4521 `(("r-mass" ,r-mass)
4522 ("r-matrix" ,r-matrix)
4523 ("r-numderiv" ,r-numderiv)
4524 ("r-ucminf" ,r-ucminf)))
4525 (home-page "https://github.com/runehaubo/ordinal")
4526 (synopsis "Regression models for ordinal data")
4527 (description
4528 "This package provides an implementation of cumulative link (mixed)
4529 models also known as ordered regression models, proportional odds models,
4530 proportional hazards models for grouped survival times and ordered models.
4531 Estimation is via maximum likelihood and mixed models are fitted with the
4532 Laplace approximation and adaptive Gauss-Hermite quadrature.")
4533 (license license:gpl2+)))
4534
4535 (define-public r-jomo
4536 (package
4537 (name "r-jomo")
4538 (version "2.7-2")
4539 (source
4540 (origin
4541 (method url-fetch)
4542 (uri (cran-uri "jomo" version))
4543 (sha256
4544 (base32
4545 "1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
4546 (build-system r-build-system)
4547 (propagated-inputs
4548 `(("r-lme4" ,r-lme4)
4549 ("r-mass" ,r-mass)
4550 ("r-ordinal" ,r-ordinal)
4551 ("r-survival" ,r-survival)))
4552 (home-page "https://cran.r-project.org/web/packages/jomo/")
4553 (synopsis "Multilevel Joint Modelling Multiple Imputation")
4554 (description
4555 "Similarly to Schafer's package pan, jomo is a package for multilevel
4556 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
4557 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
4558 possibility of handling binary and categorical data through latent normal
4559 variables, the option to use cluster-specific covariance matrices and to
4560 impute compatibly with the substantive model.")
4561 (license license:gpl2)))
4562
4563 (define-public r-pan
4564 (package
4565 (name "r-pan")
4566 (version "1.6")
4567 (source
4568 (origin
4569 (method url-fetch)
4570 (uri (cran-uri "pan" version))
4571 (sha256
4572 (base32
4573 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
4574 (build-system r-build-system)
4575 (native-inputs `(("gfortran" ,gfortran)))
4576 (home-page "https://cran.r-project.org/web/packages/pan/")
4577 (synopsis "Multiple imputation for multivariate panel or clustered data")
4578 (description
4579 "This package implements multiple imputation for multivariate panel or
4580 clustered data.")
4581 (license license:gpl3)))
4582
4583 (define-public r-mitml
4584 (package
4585 (name "r-mitml")
4586 (version "0.4-1")
4587 (source
4588 (origin
4589 (method url-fetch)
4590 (uri (cran-uri "mitml" version))
4591 (sha256
4592 (base32
4593 "1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
4594 (build-system r-build-system)
4595 (propagated-inputs
4596 `(("r-haven" ,r-haven)
4597 ("r-jomo" ,r-jomo)
4598 ("r-pan" ,r-pan)))
4599 (native-inputs
4600 `(("r-knitr" ,r-knitr)))
4601 (home-page "https://cran.r-project.org/web/packages/mitml/")
4602 (synopsis "Tools for multiple imputation in multilevel modeling")
4603 (description
4604 "This package provides tools for multiple imputation of missing data in
4605 multilevel modeling. It includes a user-friendly interface to the packages
4606 pan and jomo, and several functions for visualization, data management and the
4607 analysis of multiply imputed data sets.")
4608 (license license:gpl2+)))
4609
4610 (define-public r-mice
4611 (package
4612 (name "r-mice")
4613 (version "3.13.0")
4614 (source
4615 (origin
4616 (method url-fetch)
4617 (uri (cran-uri "mice" version))
4618 (sha256
4619 (base32
4620 "11cpyqlilakan2pwjzacb9jjlazazsqdngy237nnrj8j6mky822i"))))
4621 (build-system r-build-system)
4622 (propagated-inputs
4623 `(("r-broom" ,r-broom)
4624 ("r-cpp11" ,r-cpp11)
4625 ("r-dplyr" ,r-dplyr)
4626 ("r-generics" ,r-generics)
4627 ("r-lattice" ,r-lattice)
4628 ("r-rcpp" ,r-rcpp)
4629 ("r-rlang" ,r-rlang)
4630 ("r-tidyr" ,r-tidyr)))
4631 (home-page "https://cran.r-project.org/web/packages/mice/")
4632 (synopsis "Multivariate imputation by chained equations")
4633 (description
4634 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
4635 implemented by the MICE algorithm as described in @url{Van Buuren and
4636 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
4637 variable has its own imputation model. Built-in imputation models are
4638 provided for continuous data (predictive mean matching, normal), binary
4639 data (logistic regression), unordered categorical data (polytomous logistic
4640 regression) and ordered categorical data (proportional odds). MICE can also
4641 impute continuous two-level data (normal model, pan, second-level variables).
4642 Passive imputation can be used to maintain consistency between variables.
4643 Various diagnostic plots are available to inspect the quality of the
4644 imputations.")
4645 ;; Any of these two versions.
4646 (license (list license:gpl2 license:gpl3))))
4647
4648 (define-public r-truncnorm
4649 (package
4650 (name "r-truncnorm")
4651 (version "1.0-8")
4652 (source
4653 (origin
4654 (method url-fetch)
4655 (uri (cran-uri "truncnorm" version))
4656 (sha256
4657 (base32
4658 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
4659 (build-system r-build-system)
4660 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
4661 (synopsis "Truncated normal distribution")
4662 (description "This package provides functions for the truncated normal
4663 distribution with mean equal to @code{mean} and standard deviation equal to
4664 @code{sd}. It includes density, distribution, quantile, and expected value
4665 functions, as well as a random generation function.")
4666 (license license:gpl2)))
4667
4668 (define-public r-rsolnp
4669 (package
4670 (name "r-rsolnp")
4671 (version "1.16")
4672 (source
4673 (origin
4674 (method url-fetch)
4675 (uri (cran-uri "Rsolnp" version))
4676 (sha256
4677 (base32
4678 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
4679 (properties `((upstream-name . "Rsolnp")))
4680 (build-system r-build-system)
4681 (propagated-inputs
4682 `(("r-truncnorm" ,r-truncnorm)))
4683 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
4684 (synopsis "General non-linear optimization")
4685 (description "The Rsolnp package implements a general non-linear augmented
4686 Lagrange multiplier method solver, a @dfn{sequential quadratic
4687 programming} (SQP) based solver).")
4688 ;; Any version of the GPL.
4689 (license license:gpl2+)))
4690
4691 (define-public r-hardyweinberg
4692 (package
4693 (name "r-hardyweinberg")
4694 (version "1.7.1")
4695 (source
4696 (origin
4697 (method url-fetch)
4698 (uri (cran-uri "HardyWeinberg" version))
4699 (sha256
4700 (base32
4701 "0afjz818yvaq3akvgpy4irnlpspd2dj71qkrwj81lm9y36ypwlw6"))))
4702 (properties `((upstream-name . "HardyWeinberg")))
4703 (build-system r-build-system)
4704 (propagated-inputs
4705 `(("r-mice" ,r-mice)
4706 ("r-rcpp" ,r-rcpp)
4707 ("r-rsolnp" ,r-rsolnp)))
4708 (home-page "https://cran.r-project.org/package=HardyWeinberg")
4709 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
4710 (description
4711 "This package contains tools for exploring Hardy-Weinberg equilibrium for
4712 diallelic genetic marker data. All classical tests (chi-square, exact,
4713 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
4714 included in the package, as well as functions for power computation and for
4715 the simulation of marker data under equilibrium and disequilibrium. Routines
4716 for dealing with markers on the X-chromosome are included. Functions for
4717 testing equilibrium in the presence of missing data by using multiple
4718 imputation are also provided. Implements several graphics for exploring the
4719 equilibrium status of a large set of diallelic markers: ternary plots with
4720 acceptance regions, log-ratio plots and Q-Q plots.")
4721 (license license:gpl2+)))
4722
4723 (define-public r-sm
4724 (package
4725 (name "r-sm")
4726 (version "2.2-5.6")
4727 (source
4728 (origin
4729 (method url-fetch)
4730 (uri (cran-uri "sm" version))
4731 (sha256
4732 (base32
4733 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
4734 (build-system r-build-system)
4735 (native-inputs `(("gfortran" ,gfortran)))
4736 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
4737 (synopsis "Smoothing methods for nonparametric regression and density estimation")
4738 (description
4739 "This is software accompanying the book 'Applied Smoothing Techniques for
4740 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
4741 University Press. It provides smoothing methods for nonparametric regression
4742 and density estimation")
4743 (license license:gpl2+)))
4744
4745 (define-public r-venndiagram
4746 (package
4747 (name "r-venndiagram")
4748 (version "1.6.20")
4749 (source (origin
4750 (method url-fetch)
4751 (uri (cran-uri "VennDiagram" version))
4752 (sha256
4753 (base32
4754 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
4755 (properties `((upstream-name . "VennDiagram")))
4756 (build-system r-build-system)
4757 (propagated-inputs
4758 `(("r-futile-logger" ,r-futile-logger)))
4759 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
4760 (synopsis "Generate High-Resolution Venn and Euler Plots")
4761 (description
4762 "This package provides a set of functions to generate high-resolution
4763 Venn and Euler plots. It includes handling for several special cases,
4764 including two-case scaling, and extensive customization of plot shape and
4765 structure.")
4766 (license license:gpl2+)))
4767
4768 (define-public r-vioplot
4769 (package
4770 (name "r-vioplot")
4771 (version "0.3.6")
4772 (source
4773 (origin
4774 (method url-fetch)
4775 (uri (cran-uri "vioplot" version))
4776 (sha256
4777 (base32
4778 "15vmrm9gwdhfg8mnq8rsg7m59kzc9h53cv96am4ds1dkm56w4n6p"))))
4779 (build-system r-build-system)
4780 (propagated-inputs
4781 `(("r-sm" ,r-sm)
4782 ("r-zoo" ,r-zoo)))
4783 (native-inputs
4784 `(("r-knitr" ,r-knitr)))
4785 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
4786 (synopsis "Violin plot")
4787 (description
4788 "This package provides a violin plot, which is a combination of a box
4789 plot and a kernel density plot.")
4790 (license license:bsd-3)))
4791
4792 (define-public r-rsofia
4793 (package
4794 (name "r-rsofia")
4795 (version "1.1")
4796 (source (origin
4797 (method url-fetch)
4798 ;; This package has been removed from CRAN, so we can
4799 ;; only fetch it from the archives.
4800 (uri (string-append "https://cran.r-project.org/src/"
4801 "contrib/Archive/RSofia/RSofia_"
4802 version ".tar.gz"))
4803 (sha256
4804 (base32
4805 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
4806 (properties `((upstream-name . "RSofia")))
4807 (build-system r-build-system)
4808 (propagated-inputs
4809 `(("r-rcpp" ,r-rcpp)))
4810 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
4811 (synopsis "Port of sofia-ml to R")
4812 (description "This package is a port of sofia-ml to R. Sofia-ml is a
4813 suite of fast incremental algorithms for machine learning that can be used for
4814 training models for classification or ranking.")
4815 (license license:asl2.0)))
4816
4817 (define-public r-xts
4818 (package
4819 (name "r-xts")
4820 (version "0.12.1")
4821 (source
4822 (origin
4823 (method url-fetch)
4824 (uri (cran-uri "xts" version))
4825 (sha256
4826 (base32
4827 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
4828 (build-system r-build-system)
4829 (propagated-inputs `(("r-zoo" ,r-zoo)))
4830 (home-page "https://github.com/joshuaulrich/xts")
4831 (synopsis "Extensible time series")
4832 (description
4833 "This package provides for uniform handling of R's different time-based
4834 data classes by extending @code{zoo}, maximizing native format information
4835 preservation and allowing for user-level customization and extension, while
4836 simplifying cross-class interoperability.")
4837 (license license:gpl2+)))
4838
4839 (define-public r-performanceanalytics
4840 (package
4841 (name "r-performanceanalytics")
4842 (version "2.0.4")
4843 (source
4844 (origin
4845 (method url-fetch)
4846 (uri (cran-uri "PerformanceAnalytics" version))
4847 (sha256
4848 (base32
4849 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
4850 (properties
4851 `((upstream-name . "PerformanceAnalytics")))
4852 (build-system r-build-system)
4853 (propagated-inputs
4854 `(("r-quadprog" ,r-quadprog)
4855 ("r-xts" ,r-xts)
4856 ("r-zoo" ,r-zoo)))
4857 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
4858 (synopsis "Econometric tools for performance and risk analysis")
4859 (description "This is a collection of econometric functions for
4860 performance and risk analysis. This package aims to aid practitioners and
4861 researchers in utilizing the latest research in analysis of non-normal return
4862 streams. In general, it is most tested on return (rather than price) data on
4863 a regular scale, but most functions will work with irregular return data as
4864 well, and increasing numbers of functions will work with P&L or price data
4865 where possible.")
4866 ;; Either version may be picked.
4867 (license (list license:gpl2 license:gpl3))))
4868
4869 (define-public r-laeken
4870 (package
4871 (name "r-laeken")
4872 (version "0.5.1")
4873 (source
4874 (origin
4875 (method url-fetch)
4876 (uri (cran-uri "laeken" version))
4877 (sha256
4878 (base32
4879 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4880 (build-system r-build-system)
4881 (propagated-inputs
4882 `(("r-boot" ,r-boot)
4883 ("r-mass" ,r-mass)))
4884 (home-page "https://cran.r-project.org/web/packages/laeken/")
4885 (synopsis "Estimation of indicators on social exclusion and poverty")
4886 (description "This package provides tools for the estimation of indicators
4887 on social exclusion and poverty, as well as an implementation of Pareto tail
4888 modeling for empirical income distributions.")
4889 (license license:gpl2+)))
4890
4891 (define-public r-vcd
4892 (package
4893 (name "r-vcd")
4894 (version "1.4-8")
4895 (source
4896 (origin
4897 (method url-fetch)
4898 (uri (cran-uri "vcd" version))
4899 (sha256
4900 (base32
4901 "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
4902 (build-system r-build-system)
4903 (propagated-inputs
4904 `(("r-colorspace" ,r-colorspace)
4905 ("r-lmtest" ,r-lmtest)
4906 ("r-mass" ,r-mass)))
4907 (home-page "https://cran.r-project.org/web/packages/vcd/")
4908 (synopsis "Visualizing categorical data")
4909 (description "This package provides visualization techniques, data sets,
4910 summary and inference procedures aimed particularly at categorical data.
4911 Special emphasis is given to highly extensible grid graphics. The package was
4912 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4913 Friendly and is now the main support package for a new book, \"Discrete Data
4914 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4915 (license license:gpl2)))
4916
4917 (define-public r-ica
4918 (package
4919 (name "r-ica")
4920 (version "1.0-2")
4921 (source
4922 (origin
4923 (method url-fetch)
4924 (uri (cran-uri "ica" version))
4925 (sha256
4926 (base32
4927 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4928 (build-system r-build-system)
4929 (home-page "https://cran.r-project.org/web/packages/ica/")
4930 (synopsis "Independent component analysis")
4931 (description "This package provides tools for @dfn{Independent Component
4932 Analysis} (ICA) using various algorithms: FastICA,
4933 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4934 of Eigenmatrices} (JADE).")
4935 (license license:gpl2+)))
4936
4937 (define-public r-dtw
4938 (package
4939 (name "r-dtw")
4940 (version "1.22-3")
4941 (source
4942 (origin
4943 (method url-fetch)
4944 (uri (cran-uri "dtw" version))
4945 (sha256
4946 (base32
4947 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
4948 (build-system r-build-system)
4949 (propagated-inputs `(("r-proxy" ,r-proxy)))
4950 (home-page "http://dtw.r-forge.r-project.org/")
4951 (synopsis "Dynamic Time Warping Algorithms")
4952 (description "This package provides a comprehensive implementation of
4953 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4954 optimal (least cumulative distance) alignment between points of two time
4955 series. Common DTW variants covered include local (slope) and global (window)
4956 constraints, subsequence matches, arbitrary distance definitions,
4957 normalizations, minimum variance matching, and so on.")
4958 (license license:gpl2+)))
4959
4960 (define-public r-sdmtools
4961 (package
4962 (name "r-sdmtools")
4963 (version "1.1-221.2")
4964 (source
4965 (origin
4966 (method url-fetch)
4967 (uri (cran-uri "SDMTools" version))
4968 (sha256
4969 (base32
4970 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4971 (properties `((upstream-name . "SDMTools")))
4972 (build-system r-build-system)
4973 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4974 (home-page "https://www.rforge.net/SDMTools/")
4975 (synopsis "Species distribution modelling tools")
4976 (description "This package provides a set of tools for post processing
4977 the outcomes of species distribution modeling exercises. It includes novel
4978 methods for comparing models and tracking changes in distributions through
4979 time. It further includes methods for visualizing outcomes, selecting
4980 thresholds, calculating measures of accuracy and landscape fragmentation
4981 statistics, etc.")
4982 (license license:gpl3+)))
4983
4984 (define-public r-scatterplot3d
4985 (package
4986 (name "r-scatterplot3d")
4987 (version "0.3-41")
4988 (source
4989 (origin
4990 (method url-fetch)
4991 (uri (cran-uri "scatterplot3d" version))
4992 (sha256
4993 (base32
4994 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4995 (build-system r-build-system)
4996 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4997 (synopsis "3D scatter plot")
4998 (description "This package provides an implementation of scatter plots for
4999 plotting. a three dimensional point cloud.")
5000 (license license:gpl2)))
5001
5002 (define-public r-ggridges
5003 (package
5004 (name "r-ggridges")
5005 (version "0.5.3")
5006 (source
5007 (origin
5008 (method url-fetch)
5009 (uri (cran-uri "ggridges" version))
5010 (sha256
5011 (base32
5012 "0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
5013 (build-system r-build-system)
5014 (propagated-inputs
5015 `(("r-ggplot2" ,r-ggplot2)
5016 ("r-plyr" ,r-plyr)
5017 ("r-scales" ,r-scales)
5018 ("r-withr" ,r-withr)))
5019 (native-inputs
5020 `(("r-knitr" ,r-knitr)))
5021 (home-page "https://github.com/clauswilke/ggridges")
5022 (synopsis "Ridgeline plots in ggplot2")
5023 (description
5024 "Ridgeline plots provide a convenient way of visualizing changes in
5025 distributions over time or space. This package enables the creation of such
5026 plots in @code{ggplot2}.")
5027 (license license:gpl2)))
5028
5029 (define-public r-ggjoy
5030 (package
5031 (name "r-ggjoy")
5032 (version "0.4.1")
5033 (source
5034 (origin
5035 (method url-fetch)
5036 (uri (cran-uri "ggjoy" version))
5037 (sha256
5038 (base32
5039 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
5040 (build-system r-build-system)
5041 (propagated-inputs
5042 `(("r-ggplot2" ,r-ggplot2)
5043 ("r-ggridges" ,r-ggridges)))
5044 (home-page "https://github.com/clauswilke/ggjoy")
5045 (synopsis "Joyplots in ggplot2")
5046 (description "Joyplots provide a convenient way of visualizing changes in
5047 distributions over time or space. This package enables the creation of such
5048 plots in @code{ggplot2}.")
5049 (license license:gpl2)))
5050
5051 (define-public r-cli
5052 (package
5053 (name "r-cli")
5054 (version "2.4.0")
5055 (source
5056 (origin
5057 (method url-fetch)
5058 (uri (cran-uri "cli" version))
5059 (sha256
5060 (base32
5061 "0l1s9yv23bc7mm0hfdlamgz4wjfrisv8aylr65ihjs98jsynrkg3"))))
5062 (build-system r-build-system)
5063 (propagated-inputs
5064 `(("r-glue" ,r-glue)))
5065 (home-page "https://github.com/r-lib/cli#readme")
5066 (synopsis "Helpers for developing command line interfaces")
5067 (description "This package provides a suite of tools designed to build
5068 attractive command line interfaces (CLIs). It includes tools for drawing
5069 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
5070 (license license:expat)))
5071
5072 (define-public r-argparser
5073 (package
5074 (name "r-argparser")
5075 (version "0.7.1")
5076 (source
5077 (origin
5078 (method url-fetch)
5079 (uri (cran-uri "argparser" version))
5080 (sha256
5081 (base32
5082 "0xcl0ivsbc4iw8s7027q4cx68j6s5lihbby0xa9pmlv4wjmcvdr6"))))
5083 (build-system r-build-system)
5084 (home-page "https://bitbucket.org/djhshih/argparser")
5085 (synopsis "Command-line argument parser")
5086 (description
5087 "This package provides a cross-platform command-line argument parser
5088 written purely in R with no external dependencies. It is useful with the
5089 Rscript front-end and facilitates turning an R script into an executable
5090 script.")
5091 (license license:gpl3+)))
5092
5093 (define-public r-debugme
5094 (package
5095 (name "r-debugme")
5096 (version "1.1.0")
5097 (source
5098 (origin
5099 (method url-fetch)
5100 (uri (cran-uri "debugme" version))
5101 (sha256
5102 (base32
5103 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
5104 (build-system r-build-system)
5105 (propagated-inputs `(("r-crayon" ,r-crayon)))
5106 (home-page "https://github.com/r-lib/debugme#readme")
5107 (synopsis "Debug R packages")
5108 (description
5109 "This package allows the user to specify debug messages as special string
5110 constants, and control debugging of packages via environment variables.")
5111 (license license:expat)))
5112
5113 (define-public r-processx
5114 (package
5115 (name "r-processx")
5116 (version "3.4.5")
5117 (source
5118 (origin
5119 (method url-fetch)
5120 (uri (cran-uri "processx" version))
5121 (sha256
5122 (base32 "055v2gdrgqsfy8s672wsq79bqr44b4jjmcbqivx4p2d6lqx10s73"))))
5123 (build-system r-build-system)
5124 (propagated-inputs
5125 `(("r-ps" ,r-ps)
5126 ("r-r6" ,r-r6)))
5127 (home-page "https://github.com/r-lib/processx3")
5128 (synopsis "Execute and control system processes")
5129 (description
5130 "This package provides portable tools to run system processes in the
5131 background. It can check if a background process is running; wait on a
5132 background process to finish; get the exit status of finished processes; kill
5133 background processes and their children; restart processes. It can read the
5134 standard output and error of the processes, using non-blocking connections.
5135 @code{processx} can poll a process for standard output or error, with a
5136 timeout. It can also poll several processes at once.")
5137 (license license:expat)))
5138
5139 (define-public r-tsp
5140 (package
5141 (name "r-tsp")
5142 (version "1.1-10")
5143 (source
5144 (origin
5145 (method url-fetch)
5146 (uri (cran-uri "TSP" version))
5147 (sha256
5148 (base32
5149 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
5150 (properties `((upstream-name . "TSP")))
5151 (build-system r-build-system)
5152 (propagated-inputs `(("r-foreach" ,r-foreach)))
5153 (home-page "https://cran.r-project.org/web/packages/TSP/")
5154 (synopsis "Traveling salesperson problem (TSP)")
5155 (description "This package provides basic infrastructure and some
5156 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
5157 traveling salesman problem).")
5158 (license license:gpl3)))
5159
5160 (define-public r-qap
5161 (package
5162 (name "r-qap")
5163 (version "0.1-1")
5164 (source
5165 (origin
5166 (method url-fetch)
5167 (uri (cran-uri "qap" version))
5168 (sha256
5169 (base32
5170 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
5171 (build-system r-build-system)
5172 (native-inputs `(("gfortran" ,gfortran)))
5173 (home-page "https://cran.r-project.org/web/packages/qap/")
5174 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
5175 (description "This package implements heuristics for the @dfn{quadratic
5176 assignment problem} (QAP). Currently only a simulated annealing heuristic is
5177 available.")
5178 (license license:gpl3)))
5179
5180 (define-public r-gclus
5181 (package
5182 (name "r-gclus")
5183 (version "1.3.2")
5184 (source
5185 (origin
5186 (method url-fetch)
5187 (uri (cran-uri "gclus" version))
5188 (sha256
5189 (base32
5190 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
5191 (build-system r-build-system)
5192 (propagated-inputs `(("r-cluster" ,r-cluster)))
5193 (home-page "https://cran.r-project.org/web/packages/gclus/")
5194 (synopsis "Clustering graphics")
5195 (description "This package orders panels in scatterplot matrices and
5196 parallel coordinate displays by some merit index. It contains various indices
5197 of merit, ordering functions, and enhanced versions of @code{pairs} and
5198 @code{parcoord} which color panels according to their merit level.")
5199 (license license:gpl2+)))
5200
5201 (define-public r-webshot
5202 (package
5203 (name "r-webshot")
5204 (version "0.5.2")
5205 (source
5206 (origin
5207 (method url-fetch)
5208 (uri (cran-uri "webshot" version))
5209 (sha256
5210 (base32
5211 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
5212 (build-system r-build-system)
5213 (propagated-inputs
5214 `(("r-callr" ,r-callr)
5215 ("r-jsonlite" ,r-jsonlite)
5216 ("r-magrittr" ,r-magrittr)))
5217 (home-page "https://github.com/wch/webshot/")
5218 (synopsis "Take screenshots of web pages")
5219 (description
5220 "Webshot makes it easy to take screenshots of web pages from within R.
5221 It can also run Shiny applications locally and take screenshots of the
5222 application; and it can render and screenshot static as well as interactive R
5223 Markdown documents.")
5224 (license license:gpl2)))
5225
5226 (define-public r-seriation
5227 (package
5228 (name "r-seriation")
5229 (version "1.2-9")
5230 (source
5231 (origin
5232 (method url-fetch)
5233 (uri (cran-uri "seriation" version))
5234 (sha256
5235 (base32
5236 "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
5237 (build-system r-build-system)
5238 (propagated-inputs
5239 `(("r-cluster" ,r-cluster)
5240 ("r-colorspace" ,r-colorspace)
5241 ("r-dendextend" ,r-dendextend)
5242 ("r-gclus" ,r-gclus)
5243 ("r-gplots" ,r-gplots)
5244 ("r-mass" ,r-mass)
5245 ("r-qap" ,r-qap)
5246 ("r-registry" ,r-registry)
5247 ("r-tsp" ,r-tsp)))
5248 (native-inputs `(("gfortran" ,gfortran)))
5249 (home-page "https://s2.smu.edu/IDA/seriation/")
5250 (synopsis "Infrastructure for ordering objects using seriation")
5251 (description
5252 "This package provides infrastructure for seriation with an
5253 implementation of several seriation/sequencing techniques to reorder matrices,
5254 dissimilarity matrices, and dendrograms. It also provides (optimally)
5255 reordered heatmaps, color images and clustering visualizations like
5256 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
5257 iVAT).")
5258 (license license:gpl3)))
5259
5260 (define-public r-xfun
5261 (package
5262 (name "r-xfun")
5263 (version "0.22")
5264 (source
5265 (origin
5266 (method url-fetch)
5267 (uri (cran-uri "xfun" version))
5268 (sha256
5269 (base32 "0ix3p0iw2c60whn5mvsflh0vhm4yixhw4s9d9v4023qhp077nw9y"))))
5270 (build-system r-build-system)
5271 ;; knitr itself depends on xfun
5272 #;
5273 (native-inputs
5274 `(("r-knitr" ,r-knitr)))
5275 (home-page "https://github.com/yihui/xfun")
5276 (synopsis "Miscellaneous functions")
5277 (description
5278 "This package provides miscellaneous functions commonly used in other
5279 packages maintained by Yihui Xie.")
5280 (license license:expat)))
5281
5282 (define-public r-utf8
5283 (package
5284 (name "r-utf8")
5285 (version "1.2.1")
5286 (source
5287 (origin
5288 (method url-fetch)
5289 (uri (cran-uri "utf8" version))
5290 (sha256
5291 (base32
5292 "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
5293 (build-system r-build-system)
5294 (native-inputs
5295 `(("r-knitr" ,r-knitr)))
5296 (home-page "https://github.com/patperry/r-utf8")
5297 (synopsis "Unicode text processing")
5298 (description
5299 "This package provides tools to process and print UTF-8 encoded
5300 international text (Unicode). Input, validate, normalize, encode, format, and
5301 display.")
5302 (license license:asl2.0)))
5303
5304 (define-public r-zeallot
5305 (package
5306 (name "r-zeallot")
5307 (version "0.1.0")
5308 (source
5309 (origin
5310 (method url-fetch)
5311 (uri (cran-uri "zeallot" version))
5312 (sha256
5313 (base32
5314 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
5315 (build-system r-build-system)
5316 (home-page "https://github.com/nteetor/zeallot")
5317 (synopsis "Multiple, unpacking, and destructuring assignment")
5318 (description
5319 "This package provides a @code{%<-%} operator to perform multiple,
5320 unpacking, and destructuring assignment in R. The operator unpacks the
5321 right-hand side of an assignment into multiple values and assigns these values
5322 to variables on the left-hand side of the assignment.")
5323 (license license:expat)))
5324
5325 (define-public r-vctrs
5326 (package
5327 (name "r-vctrs")
5328 (version "0.3.6")
5329 (source
5330 (origin
5331 (method url-fetch)
5332 (uri (cran-uri "vctrs" version))
5333 (sha256
5334 (base32
5335 "09ddxgzyah7lw42hn6n8fynsixf43s10jamsf94d2aidky63czfz"))))
5336 (build-system r-build-system)
5337 (propagated-inputs
5338 `(("r-digest" ,r-digest)
5339 ("r-ellipsis" ,r-ellipsis)
5340 ("r-glue" ,r-glue)
5341 ("r-rlang" ,r-rlang)))
5342 (native-inputs
5343 `(("r-knitr" ,r-knitr)))
5344 (home-page "https://github.com/r-lib/vctrs")
5345 (synopsis "Vector helpers")
5346 (description
5347 "There are three main goals to the @code{vctrs} package:
5348
5349 @enumerate
5350 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
5351 @code{length()} and @code{class()}. These definitions are paired with a
5352 framework for type-coercion and size-recycling.
5353 @item To define type- and size-stability as desirable function properties, use
5354 them to analyse existing base function, and to propose better alternatives.
5355 This work has been particularly motivated by thinking about the ideal
5356 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
5357 @item To provide a new @code{vctr} base class that makes it easy to create new
5358 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
5359 a few new @code{vctrs} generics, making implementation considerably simpler
5360 and more robust.
5361 @end enumerate\n")
5362 (license license:gpl3)))
5363
5364 (define-public r-pillar
5365 (package
5366 (name "r-pillar")
5367 (version "1.5.1")
5368 (source
5369 (origin
5370 (method url-fetch)
5371 (uri (cran-uri "pillar" version))
5372 (sha256
5373 (base32
5374 "0wp68cg95895aybi7yjqy0sidvc68lmfqndinpd63dysci9x3r8c"))))
5375 (build-system r-build-system)
5376 (propagated-inputs
5377 `(("r-cli" ,r-cli)
5378 ("r-crayon" ,r-crayon)
5379 ("r-ellipsis" ,r-ellipsis)
5380 ("r-fansi" ,r-fansi)
5381 ("r-lifecycle" ,r-lifecycle)
5382 ("r-rlang" ,r-rlang)
5383 ("r-utf8" ,r-utf8)
5384 ("r-vctrs" ,r-vctrs)))
5385 (native-inputs
5386 `(("r-knitr" ,r-knitr)))
5387 (home-page "https://github.com/r-lib/pillar")
5388 (synopsis "Coloured formatting for columns")
5389 (description
5390 "This package provides a @code{pillar} generic designed for formatting
5391 columns of data using the full range of colours provided by modern
5392 terminals.")
5393 (license license:gpl3)))
5394
5395 (define-public r-uuid
5396 (package
5397 (name "r-uuid")
5398 (version "0.1-4")
5399 (source
5400 (origin
5401 (method url-fetch)
5402 (uri (cran-uri "uuid" version))
5403 (sha256
5404 (base32
5405 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
5406 (build-system r-build-system)
5407 (home-page "https://www.rforge.net/uuid")
5408 (synopsis "Tools for generating and handling of UUIDs")
5409 (description
5410 "This package provides tools for generating and handling of
5411 @dfn{Universally Unique Identifiers} (UUIDs).")
5412 (license license:expat)))
5413
5414 (define-public r-tinytex
5415 (package
5416 (name "r-tinytex")
5417 (version "0.30")
5418 (source
5419 (origin
5420 (method url-fetch)
5421 (uri (cran-uri "tinytex" version))
5422 (sha256
5423 (base32
5424 "0dk6mpszwh1m65b0wfwjlcvpzywmasf6p31niqiq53wnd92my0gw"))))
5425 (build-system r-build-system)
5426 (propagated-inputs
5427 `(("r-xfun" ,r-xfun)))
5428 (home-page "https://github.com/yihui/tinytex")
5429 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
5430 (description
5431 "This package provides helper functions to install and maintain the LaTeX
5432 distribution named TinyTeX, a lightweight, cross-platform, portable, and
5433 easy-to-maintain version of TeX Live. This package also contains helper
5434 functions to compile LaTeX documents, and install missing LaTeX packages
5435 automatically.")
5436 (license license:expat)))
5437
5438 (define-public r-tinytest
5439 (package
5440 (name "r-tinytest")
5441 (version "1.2.4")
5442 (source
5443 (origin
5444 (method url-fetch)
5445 (uri (cran-uri "tinytest" version))
5446 (sha256
5447 (base32
5448 "1asryjrah3fj39gg0c6yxgpr142j5bg2n990v7q8r0a5pb8gcr45"))))
5449 (properties `((upstream-name . "tinytest")))
5450 (build-system r-build-system)
5451 (home-page "https://github.com/markvanderloo/tinytest")
5452 (synopsis "Lightweight unit testing framework")
5453 (description
5454 "This package provides a lightweight unit testing framework. Main
5455 features:
5456
5457 @enumerate
5458 @item install tests with the package;
5459 @item test results are treated as data that can be stored and manipulated;
5460 @item test files are R scripts interspersed with test commands, that can be
5461 programmed over;
5462 @item fully automated build-install-test sequence for packages;
5463 @item skip tests when not run locally (e.g. on CRAN);
5464 @item flexible and configurable output printing;
5465 @item compare computed output with output stored with the package;
5466 @item run tests in parallel;
5467 @item extensible by other packages;
5468 @item report side effects.
5469 @end enumerate
5470 ")
5471 (license license:gpl3)))
5472
5473 (define-public r-network
5474 (package
5475 (name "r-network")
5476 (version "1.16.1")
5477 (source
5478 (origin
5479 (method url-fetch)
5480 (uri (cran-uri "network" version))
5481 (sha256
5482 (base32
5483 "1cgy7vlbinyndl0zkzvnpcmi240wry6iwfb42sz1mj5c9iwkar7b"))))
5484 (build-system r-build-system)
5485 (propagated-inputs
5486 `(("r-magrittr" ,r-magrittr)
5487 ("r-tibble" ,r-tibble)))
5488 (home-page "https://statnet.org/")
5489 (synopsis "Classes for relational data")
5490 (description
5491 "This package provides tools to create and modify network objects. The
5492 @code{network} class can represent a range of relational data types, and
5493 supports arbitrary vertex/edge/graph attributes.")
5494 (license license:gpl2+)))
5495
5496 (define-public r-stabs
5497 (package
5498 (name "r-stabs")
5499 (version "0.6-4")
5500 (source
5501 (origin
5502 (method url-fetch)
5503 (uri (cran-uri "stabs" version))
5504 (sha256
5505 (base32
5506 "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
5507 (build-system r-build-system)
5508 (native-inputs
5509 `(("r-knitr" ,r-knitr)))
5510 (home-page "https://github.com/hofnerb/stabs")
5511 (synopsis "Stability selection with error control")
5512 (description
5513 "This package provides resampling procedures to assess the stability of
5514 selected variables with additional finite sample error control for
5515 high-dimensional variable selection procedures such as Lasso or boosting.
5516 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
5517 complementary pairs stability selection with improved error bounds
5518 (Shah & Samworth, 2013) are implemented. The package can be combined with
5519 arbitrary user specified variable selection approaches.")
5520 (license license:gpl2)))
5521
5522 (define-public r-rle
5523 (package
5524 (name "r-rle")
5525 (version "0.9.2")
5526 (source
5527 (origin
5528 (method url-fetch)
5529 (uri (cran-uri "rle" version))
5530 (sha256
5531 (base32
5532 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
5533 (properties `((upstream-name . "rle")))
5534 (build-system r-build-system)
5535 (home-page "https://cran.r-project.org/web/packages/rle/")
5536 (synopsis "Common functions for run-length encoded vectors")
5537 (description
5538 "This package provides common @code{base} and @code{stats} methods for
5539 @code{rle} objects, aiming to make it possible to treat them transparently as
5540 vectors.")
5541 (license license:gpl3)))
5542
5543 (define-public r-statnet-common
5544 (package
5545 (name "r-statnet-common")
5546 (version "4.4.1")
5547 (source
5548 (origin
5549 (method url-fetch)
5550 (uri (cran-uri "statnet.common" version))
5551 (sha256
5552 (base32
5553 "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
5554 (properties
5555 `((upstream-name . "statnet.common")))
5556 (build-system r-build-system)
5557 (propagated-inputs
5558 `(("r-coda" ,r-coda)
5559 ("r-rle" ,r-rle)))
5560 (home-page "https://statnet.org")
5561 (synopsis "R scripts and utilities used by the Statnet software")
5562 (description "This package provides non-statistical utilities used by the
5563 software developed by the Statnet Project.")
5564 (license license:gpl3)))
5565
5566 (define-public r-statcheck
5567 (package
5568 (name "r-statcheck")
5569 (version "1.3.0")
5570 (source
5571 (origin
5572 (method url-fetch)
5573 (uri (cran-uri "statcheck" version))
5574 (sha256
5575 (base32
5576 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
5577 (build-system r-build-system)
5578 (propagated-inputs
5579 `(("r-ggplot2" ,r-ggplot2)
5580 ("r-plyr" ,r-plyr)
5581 ("r-rmarkdown" ,r-rmarkdown)))
5582 (home-page "https://cran.r-project.org/web/packages/statcheck/")
5583 (synopsis "Extract statistics from articles and recompute p-values")
5584 (description "This package can automatically extract statistical
5585 null-hypothesis significant testing (NHST) results from articles and recompute
5586 the p-values based on the reported test statistic and degrees of freedom to
5587 detect possible inconsistencies.")
5588 (license license:gpl2)))
5589
5590 (define-public r-sna
5591 (package
5592 (name "r-sna")
5593 (version "2.6")
5594 (source
5595 (origin
5596 (method url-fetch)
5597 (uri (cran-uri "sna" version))
5598 (sha256
5599 (base32
5600 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
5601 (build-system r-build-system)
5602 (propagated-inputs
5603 `(("r-network" ,r-network)
5604 ("r-statnet-common" ,r-statnet-common)))
5605 (home-page "https://statnet.org")
5606 (synopsis "Tools for social network analysis")
5607 (description
5608 "This package provides a range of tools for social network analysis,
5609 including node and graph-level indices, structural distance and covariance
5610 methods, structural equivalence detection, network regression, random graph
5611 generation, and 2D/3D network visualization.")
5612 (license license:gpl2+)))
5613
5614 (define-public r-tfisher
5615 (package
5616 (name "r-tfisher")
5617 (version "0.2.0")
5618 (source
5619 (origin
5620 (method url-fetch)
5621 (uri (cran-uri "TFisher" version))
5622 (sha256
5623 (base32
5624 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
5625 (properties `((upstream-name . "TFisher")))
5626 (build-system r-build-system)
5627 (propagated-inputs
5628 `(("r-matrix" ,r-matrix)
5629 ("r-mvtnorm" ,r-mvtnorm)
5630 ("r-sn" ,r-sn)))
5631 (home-page "https://cran.r-project.org/web/packages/TFisher/")
5632 (synopsis "Optimal thresholding Fisher's p-value combination method")
5633 (description
5634 "This package provides the @dfn{cumulative distribution function} (CDF),
5635 quantile, and statistical power calculator for a collection of thresholding
5636 Fisher's p-value combination methods, including Fisher's p-value combination
5637 method, truncated product method and, in particular, soft-thresholding
5638 Fisher's p-value combination method which is proven to be optimal in some
5639 context of signal detection. The p-value calculator for the omnibus version
5640 of these tests are also included.")
5641 (license license:gpl2)))
5642
5643 (define-public r-ttr
5644 (package
5645 (name "r-ttr")
5646 (version "0.24.2")
5647 (source
5648 (origin
5649 (method url-fetch)
5650 (uri (cran-uri "TTR" version))
5651 (sha256
5652 (base32
5653 "06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
5654 (properties `((upstream-name . "TTR")))
5655 (build-system r-build-system)
5656 (propagated-inputs
5657 `(("r-curl" ,r-curl)
5658 ("r-xts" ,r-xts)
5659 ("r-zoo" ,r-zoo)))
5660 (home-page "https://github.com/joshuaulrich/TTR")
5661 (synopsis "Technical trading rules")
5662 (description
5663 "This package provides functions and data to construct technical trading
5664 rules with R.")
5665 (license license:gpl2)))
5666
5667 (define-public r-leaps
5668 (package
5669 (name "r-leaps")
5670 (version "3.1")
5671 (source
5672 (origin
5673 (method url-fetch)
5674 (uri (cran-uri "leaps" version))
5675 (sha256
5676 (base32
5677 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
5678 (build-system r-build-system)
5679 (native-inputs `(("gfortran" ,gfortran)))
5680 (home-page "https://cran.r-project.org/web/packages/leaps/")
5681 (synopsis "Regression subset selection")
5682 (description
5683 "This package provides tools for regression subset selection, including
5684 exhaustive search.")
5685 (license license:gpl2+)))
5686
5687 (define-public r-splus2r
5688 (package
5689 (name "r-splus2r")
5690 (version "1.3-3")
5691 (source
5692 (origin
5693 (method url-fetch)
5694 (uri (cran-uri "splus2R" version))
5695 (sha256
5696 (base32
5697 "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
5698 (properties `((upstream-name . "splus2R")))
5699 (build-system r-build-system)
5700 (home-page "https://cran.r-project.org/web/packages/splus2R/")
5701 (synopsis "Supplemental S-PLUS functionality in R")
5702 (description
5703 "Currently there are many functions in S-PLUS that are missing in R. To
5704 facilitate the conversion of S-PLUS packages to R packages, this package
5705 provides some missing S-PLUS functionality in R.")
5706 (license license:gpl2)))
5707
5708 (define-public r-ifultools
5709 (package
5710 (name "r-ifultools")
5711 (version "2.0-22")
5712 (source
5713 (origin
5714 (method url-fetch)
5715 (uri (cran-uri "ifultools" version))
5716 (sha256
5717 (base32
5718 "0f95vqc47dgssqngznk0rclr72ndbyxc7gdq2cmbksvq7qpn3gg1"))))
5719 (build-system r-build-system)
5720 (propagated-inputs
5721 `(("r-mass" ,r-mass)
5722 ("r-splus2r" ,r-splus2r)))
5723 (home-page "https://cran.r-project.org/web/packages/ifultools/")
5724 (synopsis "Insightful research tools")
5725 (description "This package provides C code used by the wmtsa, fractal, and
5726 sapa R packages.")
5727 (license license:gpl2)))
5728
5729 (define-public r-sapa
5730 (package
5731 (name "r-sapa")
5732 (version "2.0-2")
5733 (source
5734 (origin
5735 (method url-fetch)
5736 (uri (cran-uri "sapa" version))
5737 (sha256
5738 (base32
5739 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
5740 (build-system r-build-system)
5741 (propagated-inputs
5742 `(("r-ifultools" ,r-ifultools)
5743 ("r-splus2r" ,r-splus2r)))
5744 (home-page "https://cran.r-project.org/web/packages/sapa/")
5745 (synopsis "Spectral analysis for physical applications")
5746 (description "This package provides software for the book Spectral
5747 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
5748 Cambridge University Press, 1993.")
5749 (license license:gpl2)))
5750
5751 (define-public r-aggregation
5752 (package
5753 (name "r-aggregation")
5754 (version "1.0.1")
5755 (source
5756 (origin
5757 (method url-fetch)
5758 (uri (cran-uri "aggregation" version))
5759 (sha256
5760 (base32
5761 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
5762 (build-system r-build-system)
5763 (home-page "https://cran.r-project.org/web/packages/aggregation/")
5764 (synopsis "Methods for p-value aggregation")
5765 (description
5766 "This package contains functionality for performing the following methods
5767 of p-value aggregation: Fisher's method, the Lancaster method (weighted
5768 Fisher's method), and Sidak correction.")
5769 (license license:gpl3)))
5770
5771 (define-public r-quantmod
5772 (package
5773 (name "r-quantmod")
5774 (version "0.4.18")
5775 (source
5776 (origin
5777 (method url-fetch)
5778 (uri (cran-uri "quantmod" version))
5779 (sha256
5780 (base32
5781 "0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
5782 (build-system r-build-system)
5783 (propagated-inputs
5784 `(("r-curl" ,r-curl)
5785 ("r-ttr" ,r-ttr)
5786 ("r-xts" ,r-xts)
5787 ("r-zoo" ,r-zoo)))
5788 (home-page "https://cran.r-project.org/web/packages/quantmod/")
5789 (synopsis "Quantitative financial modelling framework")
5790 (description "This package provides a quantitative financial modelling
5791 framework to allow users to specify, build, trade, and analyse quantitative
5792 financial trading strategies.")
5793 (license license:gpl3)))
5794
5795 (define-public r-tseries
5796 (package
5797 (name "r-tseries")
5798 (version "0.10-48")
5799 (source
5800 (origin
5801 (method url-fetch)
5802 (uri (cran-uri "tseries" version))
5803 (sha256
5804 (base32
5805 "0wa4rcf0igayi1yrwc6wak6d491560p0z89rz32haqlkiiq25gak"))))
5806 (build-system r-build-system)
5807 (propagated-inputs
5808 `(("r-quadprog" ,r-quadprog)
5809 ("r-quantmod" ,r-quantmod)
5810 ("r-zoo" ,r-zoo)))
5811 (native-inputs
5812 `(("gfortran" ,gfortran)))
5813 (home-page "https://cran.r-project.org/web/packages/tseries/")
5814 (synopsis "Time series analysis and computational finance")
5815 (description
5816 "This package provides functions relating to time series analysis and
5817 computational finance.")
5818 (license license:gpl2)))
5819
5820 (define-public r-wmtsa
5821 (package
5822 (name "r-wmtsa")
5823 (version "2.0-3")
5824 (source
5825 (origin
5826 (method url-fetch)
5827 (uri (cran-uri "wmtsa" version))
5828 (sha256
5829 (base32
5830 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
5831 (build-system r-build-system)
5832 (propagated-inputs
5833 `(("r-ifultools" ,r-ifultools)
5834 ("r-mass" ,r-mass)
5835 ("r-splus2r" ,r-splus2r)))
5836 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
5837 (synopsis "Wavelet methods for time series analysis")
5838 (description
5839 "This package provides software to accompany the book \"Wavelet Methods
5840 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
5841 University Press, 2000.")
5842 (license license:gpl2)))
5843
5844 (define-public r-tsa
5845 (package
5846 (name "r-tsa")
5847 (version "1.3")
5848 (source
5849 (origin
5850 (method url-fetch)
5851 (uri (cran-uri "TSA" version))
5852 (sha256
5853 (base32
5854 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
5855 (properties `((upstream-name . "TSA")))
5856 (build-system r-build-system)
5857 (propagated-inputs
5858 `(("r-leaps" ,r-leaps)
5859 ("r-locfit" ,r-locfit)
5860 ("r-mgcv" ,r-mgcv)
5861 ("r-tseries" ,r-tseries)))
5862 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
5863 (synopsis "Time series analysis")
5864 (description
5865 "This package contains R functions and datasets detailed in the book
5866 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
5867 Cryer and Kung-Sik Chan.")
5868 (license license:gpl2+)))
5869
5870 (define-public r-extradistr
5871 (package
5872 (name "r-extradistr")
5873 (version "1.9.1")
5874 (source
5875 (origin
5876 (method url-fetch)
5877 (uri (cran-uri "extraDistr" version))
5878 (sha256
5879 (base32
5880 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
5881 (properties `((upstream-name . "extraDistr")))
5882 (build-system r-build-system)
5883 (propagated-inputs
5884 `(("r-rcpp" ,r-rcpp)))
5885 (home-page "https://github.com/twolodzko/extraDistr")
5886 (synopsis "Additional univariate and multivariate distributions")
5887 (description
5888 "This package implements density, distribution functions, quantile
5889 functions and random generation functions for a large number of univariate and
5890 multivariate distributions.")
5891 (license license:gpl2)))
5892
5893 (define-public r-fractal
5894 (package
5895 (name "r-fractal")
5896 (version "2.0-4")
5897 (source
5898 (origin
5899 (method url-fetch)
5900 (uri (cran-uri "fractal" version))
5901 (sha256
5902 (base32
5903 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
5904 (build-system r-build-system)
5905 (propagated-inputs
5906 `(("r-ifultools" ,r-ifultools)
5907 ("r-mass" ,r-mass)
5908 ("r-sapa" ,r-sapa)
5909 ("r-scatterplot3d" ,r-scatterplot3d)
5910 ("r-splus2r" ,r-splus2r)
5911 ("r-wmtsa" ,r-wmtsa)))
5912 (home-page "https://cran.r-project.org/web/packages/fractal/")
5913 (synopsis "Fractal time series modeling and analysis")
5914 (description
5915 "This package provides tools for stochastic fractal and deterministic
5916 chaotic time series analysis.")
5917 (license license:gpl2)))
5918
5919 (define-public r-urca
5920 (package
5921 (name "r-urca")
5922 (version "1.3-0")
5923 (source
5924 (origin
5925 (method url-fetch)
5926 (uri (cran-uri "urca" version))
5927 (sha256
5928 (base32
5929 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
5930 (build-system r-build-system)
5931 (propagated-inputs `(("r-nlme" ,r-nlme)))
5932 (native-inputs `(("gfortran" ,gfortran)))
5933 (home-page "https://cran.r-project.org/web/packages/urca/")
5934 (synopsis "Unit root and cointegration tests for time series data")
5935 (description
5936 "This package provides unit root and cointegration tests encountered in
5937 applied econometric analysis.")
5938 (license license:gpl2+)))
5939
5940 (define-public r-cubature
5941 (package
5942 (name "r-cubature")
5943 (version "2.0.4.1")
5944 (source
5945 (origin
5946 (method url-fetch)
5947 (uri (cran-uri "cubature" version))
5948 (sha256
5949 (base32
5950 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
5951 (build-system r-build-system)
5952 (propagated-inputs
5953 `(("r-rcpp" ,r-rcpp)))
5954 (native-inputs
5955 `(("r-knitr" ,r-knitr)))
5956 (home-page "https://github.com/bnaras/cubature")
5957 (synopsis "Adaptive multivariate integration over hypercubes")
5958 (description
5959 "This package is an R wrapper around the cubature C library for adaptive
5960 multivariate integration over hypercubes. This version provides both
5961 @code{hcubature} and @code{pcubature} routines in addition to a vector
5962 interface.")
5963 ;; The included cubature C library is released under GPLv2+, but the
5964 ;; wrapper declares the license to be GPLv3+.
5965 (license (list license:gpl2+ license:gpl3+))))
5966
5967 (define-public r-trend
5968 (package
5969 (name "r-trend")
5970 (version "1.1.4")
5971 (source
5972 (origin
5973 (method url-fetch)
5974 (uri (cran-uri "trend" version))
5975 (sha256
5976 (base32
5977 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
5978 (build-system r-build-system)
5979 (propagated-inputs
5980 `(("r-extradistr" ,r-extradistr)))
5981 (native-inputs
5982 `(("gfortran" ,gfortran)))
5983 (home-page "https://cran.r-project.org/web/packages/trend/")
5984 (synopsis "Non-parametric trend tests and change-point detection")
5985 (description
5986 "The analysis of environmental data often requires the detection of
5987 trends and change-points. This package includes tests for trend
5988 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5989 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5990 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5991 correlation trend test), change-point detection (Lanzante's test procedures,
5992 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5993 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5994 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5995 sample Robust Rank-Order Distributional Test.")
5996 (license license:gpl3)))
5997
5998 (define-public r-expm
5999 (package
6000 (name "r-expm")
6001 (version "0.999-6")
6002 (source
6003 (origin
6004 (method url-fetch)
6005 (uri (cran-uri "expm" version))
6006 (sha256
6007 (base32
6008 "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
6009 (build-system r-build-system)
6010 (propagated-inputs `(("r-matrix" ,r-matrix)))
6011 (native-inputs `(("gfortran" ,gfortran)))
6012 (home-page "https://r-forge.r-project.org/projects/expm/")
6013 (synopsis "Tools for matrix exponentials and related quantities")
6014 (description
6015 "This package provides tools for the computation of the matrix
6016 exponential, logarithm, square root, and related quantities.")
6017 (license license:gpl2+)))
6018
6019 (define-public r-complexplus
6020 (package
6021 (name "r-complexplus")
6022 (version "2.1")
6023 (source
6024 (origin
6025 (method url-fetch)
6026 (uri (cran-uri "complexplus" version))
6027 (sha256
6028 (base32
6029 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
6030 (build-system r-build-system)
6031 (propagated-inputs
6032 `(("r-expm" ,r-expm)
6033 ("r-matrix" ,r-matrix)))
6034 (home-page "https://cran.r-project.org/web/packages/complexplus/")
6035 (synopsis "Functions of complex or real variables")
6036 (description
6037 "This package extends several functions to the complex domain, including
6038 the matrix exponential and logarithm, and the determinant.")
6039 (license license:gpl2)))
6040
6041 (define-public r-phontools
6042 (package
6043 (name "r-phontools")
6044 (version "0.2-2.1")
6045 (source
6046 (origin
6047 (method url-fetch)
6048 (uri (cran-uri "phonTools" version))
6049 (sha256
6050 (base32
6051 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
6052 (properties `((upstream-name . "phonTools")))
6053 (build-system r-build-system)
6054 (home-page "http://www.santiagobarreda.com/rscripts.html")
6055 (synopsis "Tools for phonetic and acoustic analyses")
6056 (description
6057 "This package contains tools for the organization, display, and analysis
6058 of the sorts of data frequently encountered in phonetics research and
6059 experimentation, including the easy creation of IPA vowel plots, and the
6060 creation and manipulation of WAVE audio files.")
6061 (license license:bsd-2)))
6062
6063 (define-public r-np
6064 (package
6065 (name "r-np")
6066 (version "0.60-10")
6067 (source
6068 (origin
6069 (method url-fetch)
6070 (uri (cran-uri "np" version))
6071 (sha256
6072 (base32
6073 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
6074 (build-system r-build-system)
6075 (propagated-inputs
6076 `(("r-boot" ,r-boot)
6077 ("r-cubature" ,r-cubature)
6078 ("r-quadprog" ,r-quadprog)
6079 ("r-quantreg" ,r-quantreg)))
6080 (home-page "https://github.com/JeffreyRacine/R-Package-np")
6081 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
6082 (description "This package provides non-parametric (and semi-parametric)
6083 kernel methods that seamlessly handle a mix of continuous, unordered, and
6084 ordered factor data types.")
6085 ;; Any version of the GPL.
6086 (license license:gpl3+)))
6087
6088 (define-public r-powerplus
6089 (package
6090 (name "r-powerplus")
6091 (version "3.1")
6092 (source
6093 (origin
6094 (method url-fetch)
6095 (uri (cran-uri "powerplus" version))
6096 (sha256
6097 (base32
6098 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
6099 (build-system r-build-system)
6100 (propagated-inputs
6101 `(("r-complexplus" ,r-complexplus)
6102 ("r-expm" ,r-expm)
6103 ("r-mass" ,r-mass)
6104 ("r-matrix" ,r-matrix)
6105 ("r-phontools" ,r-phontools)))
6106 (home-page "https://cran.r-project.org/web/packages/powerplus/")
6107 (synopsis "Exponentiation operations")
6108 (description
6109 "This package provides tools for the computation of matrix and scalar
6110 exponentiation.")
6111 (license license:gpl2)))
6112
6113 (define-public r-egg
6114 (package
6115 (name "r-egg")
6116 (version "0.4.5")
6117 (source
6118 (origin
6119 (method url-fetch)
6120 (uri (cran-uri "egg" version))
6121 (sha256
6122 (base32
6123 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
6124 (properties `((upstream-name . "egg")))
6125 (build-system r-build-system)
6126 (propagated-inputs
6127 `(("r-ggplot2" ,r-ggplot2)
6128 ("r-gridextra" ,r-gridextra)
6129 ("r-gtable" ,r-gtable)))
6130 (home-page "https://cran.r-project.org/web/packages/egg")
6131 (synopsis "Extensions for ggplot2")
6132 (description
6133 "This package provides miscellaneous functions to help customize ggplot2
6134 objects. High-level functions are provided to post-process ggplot2 layouts
6135 and allow alignment between plot panels, as well as setting panel sizes to
6136 fixed values. Other functions include a custom @code{geom}, and helper
6137 functions to enforce symmetric scales or add tags to facetted plots.")
6138 (license license:gpl3)))
6139
6140 (define-public r-heatmaply
6141 (package
6142 (name "r-heatmaply")
6143 (version "1.2.1")
6144 (source
6145 (origin
6146 (method url-fetch)
6147 (uri (cran-uri "heatmaply" version))
6148 (sha256
6149 (base32
6150 "0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
6151 (build-system r-build-system)
6152 (propagated-inputs
6153 `(("r-assertthat" ,r-assertthat)
6154 ("r-colorspace" ,r-colorspace)
6155 ("r-dendextend" ,r-dendextend)
6156 ("r-egg" ,r-egg)
6157 ("r-ggplot2" ,r-ggplot2)
6158 ("r-htmlwidgets" ,r-htmlwidgets)
6159 ("r-magrittr" ,r-magrittr)
6160 ("r-plotly" ,r-plotly)
6161 ("r-rcolorbrewer" ,r-rcolorbrewer)
6162 ("r-reshape2" ,r-reshape2)
6163 ("r-scales" ,r-scales)
6164 ("r-seriation" ,r-seriation)
6165 ("r-viridis" ,r-viridis)
6166 ("r-webshot" ,r-webshot)))
6167 (native-inputs
6168 `(("r-knitr" ,r-knitr)))
6169 (home-page "https://cran.r-project.org/package=heatmaply")
6170 (synopsis "Interactive cluster heat maps using plotly")
6171 (description
6172 "This package enables you to create interactive cluster heatmaps that can
6173 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
6174 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
6175 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
6176 a popular graphical method for visualizing high-dimensional data, in which a
6177 table of numbers is encoded as a grid of colored cells. The rows and columns
6178 of the matrix are ordered to highlight patterns and are often accompanied by
6179 dendrograms.")
6180 ;; Either version of the license.
6181 (license (list license:gpl2 license:gpl3))))
6182
6183 (define-public r-h5
6184 (package
6185 (name "r-h5")
6186 (version "0.9.9")
6187 (source
6188 (origin
6189 (method url-fetch)
6190 (uri (cran-uri "h5" version))
6191 (sha256
6192 (base32
6193 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
6194 (build-system r-build-system)
6195 (inputs
6196 `(("zlib" ,zlib)
6197 ("hdf5" ,hdf5)))
6198 (native-inputs
6199 `(("which" ,which)))
6200 (propagated-inputs
6201 `(("r-rcpp" ,r-rcpp)))
6202 (home-page "https://github.com/mannau/h5")
6203 (synopsis "Interface to the HDF5 Library")
6204 (description
6205 "This package provides an S4 interface to the HDF5 library supporting
6206 fast storage and retrieval of R-objects like vectors, matrices and arrays to
6207 binary files in a language independent format. The HDF5 format can therefore
6208 be used as an alternative to R's save/load mechanism. Since h5 is able to
6209 access only subsets of stored data it can also handle data sets which do not
6210 fit into memory.")
6211 (license license:bsd-2)))
6212
6213 (define-public r-cgdsr
6214 (package
6215 (name "r-cgdsr")
6216 (version "1.3.0")
6217 (source
6218 (origin
6219 (method url-fetch)
6220 (uri (cran-uri "cgdsr" version))
6221 (sha256
6222 (base32
6223 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
6224 (build-system r-build-system)
6225 (propagated-inputs
6226 `(("r-httr" ,r-httr)
6227 ("r-r-methodss3" ,r-r-methodss3)
6228 ("r-r-oo" ,r-r-oo)))
6229 (home-page "https://github.com/cBioPortal/cgdsr")
6230 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
6231 (description
6232 "This package provides a basic set of R functions for querying the Cancer
6233 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
6234 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
6235 (license license:lgpl3)))
6236
6237 (define-public r-import
6238 (package
6239 (name "r-import")
6240 (version "1.2.0")
6241 (source
6242 (origin
6243 (method url-fetch)
6244 (uri (cran-uri "import" version))
6245 (sha256
6246 (base32
6247 "018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
6248 (build-system r-build-system)
6249 (native-inputs
6250 `(("r-knitr" ,r-knitr)))
6251 (home-page "https://github.com/smbache/import")
6252 (synopsis "Import mechanism for R")
6253 (description
6254 "This is an alternative mechanism for importing objects from packages.
6255 The syntax allows for importing multiple objects from a package with a single
6256 command in an expressive way. The import package bridges some of the gap
6257 between using @code{library} (or @code{require}) and direct (single-object)
6258 imports. Furthermore the imported objects are not placed in the current
6259 environment. It is also possible to import objects from stand-alone @code{.R}
6260 files.")
6261 (license license:expat)))
6262
6263 (define-public r-shinyace
6264 (package
6265 (name "r-shinyace")
6266 (version "0.4.1")
6267 (source
6268 (origin
6269 (method url-fetch)
6270 (uri (cran-uri "shinyAce" version))
6271 (sha256
6272 (base32
6273 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
6274 (properties `((upstream-name . "shinyAce")))
6275 (build-system r-build-system)
6276 (propagated-inputs
6277 `(("r-shiny" ,r-shiny)
6278 ("r-jsonlite" ,r-jsonlite)))
6279 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
6280 (synopsis "Ace editor bindings for Shiny")
6281 (description
6282 "This package provides Ace editor bindings to enable a rich text editing
6283 environment within Shiny.")
6284 (license license:expat)))
6285
6286 (define-public r-randomizr
6287 (package
6288 (name "r-randomizr")
6289 (version "0.20.0")
6290 (source
6291 (origin
6292 (method url-fetch)
6293 (uri (cran-uri "randomizr" version))
6294 (sha256
6295 (base32
6296 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
6297 (properties `((upstream-name . "randomizr")))
6298 (build-system r-build-system)
6299 (native-inputs
6300 `(("r-knitr" ,r-knitr)))
6301 (home-page "https://declaredesign.org/r/randomizr/")
6302 (synopsis "Tools for common forms of random assignment and sampling")
6303 (description
6304 "This package provides tools for generating random assignments for common
6305 experimental designs and random samples for common sampling designs.")
6306 (license license:expat)))
6307
6308 (define-public r-base64url
6309 (package
6310 (name "r-base64url")
6311 (version "1.4")
6312 (source
6313 (origin
6314 (method url-fetch)
6315 (uri (cran-uri "base64url" version))
6316 (sha256
6317 (base32
6318 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
6319 (build-system r-build-system)
6320 (propagated-inputs
6321 `(("r-backports" ,r-backports)))
6322 (home-page "https://github.com/mllg/base64url")
6323 (synopsis "Fast and URL-safe base64 encoder and decoder")
6324 (description
6325 "This package provides a URL-safe base64 encoder and decoder. In
6326 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
6327 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
6328 encoder does not fill the string with trailing @code{=}. The resulting
6329 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
6330 and thus are safe to use in URLs or for file names. The package also comes
6331 with a simple base32 encoder/decoder suited for case insensitive file
6332 systems.")
6333 (license license:gpl3)))
6334
6335 (define-public r-radiant-data
6336 (package
6337 (name "r-radiant-data")
6338 (version "1.3.12")
6339 (source
6340 (origin
6341 (method url-fetch)
6342 (uri (cran-uri "radiant.data" version))
6343 (sha256
6344 (base32
6345 "08bqqrfvpgyf613ikihwfnzb23l23f5nfs7zynnxbjxc1zfhbpny"))
6346 (modules '((guix build utils)))
6347 (snippet
6348 '(begin
6349 ;; Delete files that are under CC-NC-SA.
6350 (delete-file-recursively "inst/app/tools/help")
6351 #t))))
6352 (properties `((upstream-name . "radiant.data")))
6353 (build-system r-build-system)
6354 (propagated-inputs
6355 `(("r-base64enc" ,r-base64enc)
6356 ("r-broom" ,r-broom)
6357 ("r-car" ,r-car)
6358 ("r-curl" ,r-curl)
6359 ("r-dplyr" ,r-dplyr)
6360 ("r-dt" ,r-dt)
6361 ("r-glue" ,r-glue)
6362 ("r-ggplot2" ,r-ggplot2)
6363 ("r-import" ,r-import)
6364 ("r-jsonlite" ,r-jsonlite)
6365 ("r-knitr" ,r-knitr)
6366 ("r-lubridate" ,r-lubridate)
6367 ("r-magrittr" ,r-magrittr)
6368 ("r-markdown" ,r-markdown)
6369 ("r-mass" ,r-mass)
6370 ("r-patchwork" ,r-patchwork)
6371 ("r-plotly" ,r-plotly)
6372 ("r-psych" ,r-psych)
6373 ("r-randomizr" ,r-randomizr)
6374 ("r-readr" ,r-readr)
6375 ("r-readxl" ,r-readxl)
6376 ("r-rlang" ,r-rlang)
6377 ("r-rmarkdown" ,r-rmarkdown)
6378 ("r-rstudioapi" ,r-rstudioapi)
6379 ("r-scales" ,r-scales)
6380 ("r-shiny" ,r-shiny)
6381 ("r-shinyfiles" ,r-shinyfiles)
6382 ("r-shinyace" ,r-shinyace)
6383 ("r-stringi" ,r-stringi)
6384 ("r-tibble" ,r-tibble)
6385 ("r-tidyr" ,r-tidyr)
6386 ("r-writexl" ,r-writexl)))
6387 (home-page "https://github.com/radiant-rstats/radiant.data")
6388 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
6389 (description
6390 "The Radiant Data menu includes interfaces for loading, saving, viewing,
6391 visualizing, summarizing, transforming, and combining data. It also contains
6392 functionality to generate reproducible reports of the analyses conducted in
6393 the application.")
6394 (license license:agpl3)))
6395
6396 (define-public r-algdesign
6397 (package
6398 (name "r-algdesign")
6399 (version "1.2.0")
6400 (source
6401 (origin
6402 (method url-fetch)
6403 (uri (cran-uri "AlgDesign" version))
6404 (sha256
6405 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
6406 (properties `((upstream-name . "AlgDesign")))
6407 (build-system r-build-system)
6408 (home-page "https://github.com/jvbraun/AlgDesign")
6409 (synopsis "Algorithmic experimental design")
6410 (description
6411 "This package provides tools to calculate exact and approximate theory
6412 experimental designs for D, A, and I criteria. Very large designs may be
6413 created. Experimental designs may be blocked or blocked designs created from
6414 a candidate list, using several criteria. The blocking can be done when whole
6415 and within plot factors interact.")
6416 (license license:gpl2+)))
6417
6418 (define-public r-signal
6419 (package
6420 (name "r-signal")
6421 (version "0.7-6")
6422 (source
6423 (origin
6424 (method url-fetch)
6425 (uri (cran-uri "signal" version))
6426 (sha256
6427 (base32
6428 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
6429 (build-system r-build-system)
6430 (propagated-inputs `(("r-mass" ,r-mass)))
6431 (native-inputs `(("gfortran" ,gfortran)))
6432 (home-page "https://cran.r-project.org/web/packages/signal/")
6433 (synopsis "Signal processing")
6434 (description
6435 "This package provides a set of signal processing functions originally
6436 written for Matlab and GNU Octave. It includes filter generation utilities,
6437 filtering functions, resampling routines, and visualization of filter models.
6438 It also includes interpolation functions.")
6439 (license license:gpl2)))
6440
6441 (define-public r-gsubfn
6442 (package
6443 (name "r-gsubfn")
6444 (version "0.7")
6445 (source
6446 (origin
6447 (method url-fetch)
6448 (uri (cran-uri "gsubfn" version))
6449 (sha256
6450 (base32
6451 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
6452 (build-system r-build-system)
6453 (propagated-inputs `(("r-proto" ,r-proto)))
6454 (home-page "https://code.google.com/archive/p/gsubfn/")
6455 (synopsis "Utilities for strings and function arguments.")
6456 (description
6457 "This package provides @code{gsubfn} which is like @code{gsub} but can
6458 take a replacement function or certain other objects instead of the
6459 replacement string. Matches and back references are input to the replacement
6460 function and replaced by the function output. @code{gsubfn} can be used to
6461 split strings based on content rather than delimiters and for quasi-perl-style
6462 string interpolation. The package also has facilities for translating
6463 formulas to functions and allowing such formulas in function calls instead of
6464 functions.")
6465 (license license:gpl2+)))
6466
6467 (define-public r-sqldf
6468 (package
6469 (name "r-sqldf")
6470 (version "0.4-11")
6471 (source
6472 (origin
6473 (method url-fetch)
6474 (uri (cran-uri "sqldf" version))
6475 (sha256
6476 (base32
6477 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
6478 (build-system r-build-system)
6479 (propagated-inputs
6480 `(("r-chron" ,r-chron)
6481 ("r-dbi" ,r-dbi)
6482 ("r-gsubfn" ,r-gsubfn)
6483 ("r-proto" ,r-proto)
6484 ("r-rsqlite" ,r-rsqlite)))
6485 (home-page "https://github.com/ggrothendieck/sqldf")
6486 (synopsis "Manipulate R data frames using SQL")
6487 (description
6488 "The @code{sqldf} function is typically passed a single argument which is
6489 an SQL select statement where the table names are ordinary R data frame names.
6490 @code{sqldf} transparently sets up a database, imports the data frames into
6491 that database, performs the SQL statement and returns the result using a
6492 heuristic to determine which class to assign to each column of the returned
6493 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
6494 used to read filtered files into R even if the original files are larger than
6495 R itself can handle.")
6496 (license license:gpl2)))
6497
6498 (define-public r-abind
6499 (package
6500 (name "r-abind")
6501 (version "1.4-5")
6502 (source
6503 (origin
6504 (method url-fetch)
6505 (uri (cran-uri "abind" version))
6506 (sha256
6507 (base32
6508 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
6509 (build-system r-build-system)
6510 (home-page "https://cran.r-project.org/web/packages/abind/")
6511 (synopsis "Combine multidimensional arrays")
6512 (description
6513 "This package provides tools to combine multidimensional arrays into a
6514 single array. This is a generalization of @code{cbind} and @code{rbind}. It
6515 works with vectors, matrices, and higher-dimensional arrays. It also provides
6516 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
6517 extracting and replacing data in arrays.")
6518 (license license:lgpl2.0+)))
6519
6520 (define-public r-prroc
6521 (package
6522 (name "r-prroc")
6523 (version "1.3.1")
6524 (source
6525 (origin
6526 (method url-fetch)
6527 (uri (cran-uri "PRROC" version))
6528 (sha256
6529 (base32
6530 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
6531 (properties `((upstream-name . "PRROC")))
6532 (build-system r-build-system)
6533 (home-page "https://cran.r-project.org/web/packages/PRROC/")
6534 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
6535 (description
6536 "This package computes the areas under the @dfn{precision-recall} (PR)
6537 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
6538 contrast to other implementations, the interpolation between points of the PR
6539 curve is done by a non-linear piecewise function. In addition to the areas
6540 under the curves, the curves themselves can also be computed and plotted by a
6541 specific S3-method.")
6542 (license license:gpl3)))
6543
6544 (define-public r-vim
6545 (package
6546 (name "r-vim")
6547 (version "6.1.0")
6548 (source
6549 (origin
6550 (method url-fetch)
6551 (uri (cran-uri "VIM" version))
6552 (sha256
6553 (base32
6554 "1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
6555 (properties `((upstream-name . "VIM")))
6556 (build-system r-build-system)
6557 (propagated-inputs
6558 `(("r-car" ,r-car)
6559 ("r-colorspace" ,r-colorspace)
6560 ("r-data-table" ,r-data-table)
6561 ("r-e1071" ,r-e1071)
6562 ("r-laeken" ,r-laeken)
6563 ("r-magrittr" ,r-magrittr)
6564 ("r-mass" ,r-mass)
6565 ("r-nnet" ,r-nnet)
6566 ("r-ranger" ,r-ranger)
6567 ("r-rcpp" ,r-rcpp)
6568 ("r-robustbase" ,r-robustbase)
6569 ("r-sp" ,r-sp)
6570 ("r-vcd" ,r-vcd)))
6571 (native-inputs
6572 `(("r-knitr" ,r-knitr)))
6573 (home-page "https://github.com/alexkowa/VIM")
6574 (synopsis "Visualization and imputation of missing values")
6575 (description
6576 "This package provides tools for the visualization of missing and/or
6577 imputed values are introduced, which can be used for exploring the data and
6578 the structure of the missing and/or imputed values. Depending on this
6579 structure of the missing values, the corresponding methods may help to
6580 identify the mechanism generating the missing values and explore the
6581 data including missing values. In addition, the quality of imputation can be
6582 visually explored using various univariate, bivariate, multiple and
6583 multivariate plot methods.")
6584 (license license:gpl2+)))
6585
6586 (define-public r-fnn
6587 (package
6588 (name "r-fnn")
6589 (version "1.1.3")
6590 (source
6591 (origin
6592 (method url-fetch)
6593 (uri (cran-uri "FNN" version))
6594 (sha256
6595 (base32
6596 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
6597 (properties `((upstream-name . "FNN")))
6598 (build-system r-build-system)
6599 (home-page "https://cran.r-project.org/web/packages/FNN")
6600 (synopsis "Fast nearest neighbor search algorithms and applications")
6601 (description
6602 "This package provides cover-tree and kd-tree fast k-nearest neighbor
6603 search algorithms. Related applications including KNN classification,
6604 regression and information measures are implemented.")
6605 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
6606 ;; later can be used.
6607 (license license:gpl2+)))
6608
6609 (define-public r-smoother
6610 (package
6611 (name "r-smoother")
6612 (version "1.1")
6613 (source
6614 (origin
6615 (method url-fetch)
6616 (uri (cran-uri "smoother" version))
6617 (sha256
6618 (base32
6619 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
6620 (build-system r-build-system)
6621 (propagated-inputs
6622 `(("r-ttr" ,r-ttr)))
6623 (home-page "https://cran.r-project.org/web/packages/smoother")
6624 (synopsis "Functions relating to the smoothing of numerical data")
6625 (description
6626 "This package provides a collection of methods for smoothing numerical
6627 data, commencing with a port of the Matlab gaussian window smoothing function.
6628 In addition, several functions typically used in smoothing of financial data
6629 are included.")
6630 (license license:gpl2)))
6631
6632 (define-public r-riverplot
6633 (package
6634 (name "r-riverplot")
6635 (version "0.10")
6636 (source
6637 (origin
6638 (method url-fetch)
6639 (uri (cran-uri "riverplot" version))
6640 (sha256
6641 (base32
6642 "04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
6643 (build-system r-build-system)
6644 (propagated-inputs
6645 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
6646 (native-inputs
6647 `(("r-knitr" ,r-knitr)))
6648 (home-page "https://logfc.wordpress.com")
6649 (synopsis "Sankey or ribbon plots")
6650 (description
6651 "Sankey plots are a type of diagram that is convenient to illustrate how
6652 flow of information, resources etc. separates and joins, much like observing
6653 how rivers split and merge. For example, they can be used to compare
6654 different clusterings. This package provides an implementation of Sankey
6655 plots for R.")
6656 (license license:gpl2+)))
6657
6658 (define-public r-dyn
6659 (package
6660 (name "r-dyn")
6661 (version "0.2-9.6")
6662 (source
6663 (origin
6664 (method url-fetch)
6665 (uri (cran-uri "dyn" version))
6666 (sha256
6667 (base32
6668 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
6669 (build-system r-build-system)
6670 (propagated-inputs
6671 `(("r-zoo" ,r-zoo)))
6672 (home-page "https://cran.r-project.org/web/packages/dyn")
6673 (synopsis "Time series regression")
6674 (description
6675 "This package provides the dyn class interfaces @code{ts}, @code{irts},
6676 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
6677 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
6678 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
6679 @code{randomForest::randomForest()} and other regression functions, allowing
6680 those functions to be used with time series including specifications that may
6681 contain lags, diffs and missing values.")
6682 ;; Any GPL version.
6683 (license license:gpl2+)))
6684
6685 (define-public r-catdap
6686 (package
6687 (name "r-catdap")
6688 (version "1.3.5")
6689 (source
6690 (origin
6691 (method url-fetch)
6692 (uri (cran-uri "catdap" version))
6693 (sha256
6694 (base32
6695 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
6696 (build-system r-build-system)
6697 (native-inputs
6698 `(("gfortran" ,gfortran)))
6699 (home-page "https://cran.r-project.org/web/packages/catdap/")
6700 (synopsis "Tools for categorical data analysis")
6701 (description
6702 "This package provides functions for analyzing multivariate data.
6703 Dependencies of the distribution of the specified variable (response
6704 variable) to other variables (explanatory variables) are derived and
6705 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
6706 (license license:gpl2+)))
6707
6708 (define-public r-arules
6709 (package
6710 (name "r-arules")
6711 (version "1.6-6")
6712 (source
6713 (origin
6714 (method url-fetch)
6715 (uri (cran-uri "arules" version))
6716 (sha256
6717 (base32
6718 "1pk3jjizn2m5rwi7qkdkbq9f07acgpy0qdzzqmx0agg47cwahlkm"))))
6719 (build-system r-build-system)
6720 (propagated-inputs
6721 `(("r-matrix" ,r-matrix)))
6722 (home-page "https://github.com/mhahsler/arules")
6723 (synopsis "Mining association rules and frequent itemsets")
6724 (description
6725 "This package provides an infrastructure for representing, manipulating
6726 and analyzing transaction data and patterns (frequent itemsets and association rules).
6727 It also provides C implementations of the association mining algorithms Apriori
6728 and Eclat.")
6729 (license license:gpl3)))
6730
6731 (define-public r-parsedate
6732 (package
6733 (name "r-parsedate")
6734 (version "1.2.0")
6735 (source
6736 (origin
6737 (method url-fetch)
6738 (uri (cran-uri "parsedate" version))
6739 (sha256
6740 (base32
6741 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
6742 (build-system r-build-system)
6743 (propagated-inputs
6744 `(("r-rematch2" ,r-rematch2)))
6745 (home-page "https://github.com/gaborcsardi/parsedate")
6746 (synopsis
6747 "Recognize and parse dates in various formats")
6748 (description
6749 "This package provides three functions for dealing with dates:
6750 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
6751 time formats, @code{parse_date} parses dates in unspecified formats,
6752 and @code{format_iso_8601} formats a date in ISO 8601 format.")
6753 (license license:gpl2)))
6754
6755 (define-public r-abc-data
6756 (package
6757 (name "r-abc-data")
6758 (version "1.0")
6759 (source
6760 (origin
6761 (method url-fetch)
6762 (uri (cran-uri "abc.data" version))
6763 (sha256
6764 (base32
6765 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
6766 (properties `((upstream-name . "abc.data")))
6767 (build-system r-build-system)
6768 (home-page "https://cran.r-project.org/web/packages/abc.data/")
6769 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
6770 (description
6771 "This package contains data which are used by functions of the abc
6772 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
6773 algorithms for performing parameter estimation, model selection, and
6774 goodness-of-fit.")
6775 (license license:gpl3+)))
6776
6777 (define-public r-abc
6778 (package
6779 (name "r-abc")
6780 (version "2.1")
6781 (source
6782 (origin
6783 (method url-fetch)
6784 (uri (cran-uri "abc" version))
6785 (sha256
6786 (base32
6787 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
6788 (build-system r-build-system)
6789 (propagated-inputs
6790 `(("r-abc-data" ,r-abc-data)
6791 ("r-locfit" ,r-locfit)
6792 ("r-mass" ,r-mass)
6793 ("r-nnet" ,r-nnet)
6794 ("r-quantreg" ,r-quantreg)))
6795 (home-page "https://cran.r-project.org/web/packages/abc/")
6796 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
6797 (description
6798 "This package implements several @dfn{Approximate Bayesian
6799 Computation} (ABC) algorithms for performing parameter estimation, model
6800 selection, and goodness-of-fit. Cross-validation tools are also available for
6801 measuring the accuracy of ABC estimates, and to calculate the
6802 misclassification probabilities of different models.")
6803 (license license:gpl3+)))
6804
6805 (define-public r-zip
6806 (package
6807 (name "r-zip")
6808 (version "2.1.1")
6809 (source
6810 (origin
6811 (method url-fetch)
6812 (uri (cran-uri "zip" version))
6813 (sha256
6814 (base32
6815 "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
6816 (build-system r-build-system)
6817 (home-page "https://github.com/gaborcsardi/zip")
6818 (synopsis "Cross-platform Zip compression")
6819 (description
6820 "This package provides a cross-platform Zip compression library for R.
6821 It is a replacement for the @code{zip} function, that does not require any
6822 additional external tools on any platform.")
6823 (license license:cc0)))
6824
6825 (define-public r-openxlsx
6826 (package
6827 (name "r-openxlsx")
6828 (version "4.2.3")
6829 (source
6830 (origin
6831 (method url-fetch)
6832 (uri (cran-uri "openxlsx" version))
6833 (sha256
6834 (base32
6835 "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
6836 (build-system r-build-system)
6837 (propagated-inputs
6838 `(("r-rcpp" ,r-rcpp)
6839 ("r-stringi" ,r-stringi)
6840 ("r-zip" ,r-zip)))
6841 (native-inputs
6842 `(("r-knitr" ,r-knitr)))
6843 (home-page "https://github.com/awalker89/openxlsx")
6844 (synopsis "Read, write and edit XLSX files")
6845 (description
6846 "This package simplifies the creation of Excel @code{.xlsx} files by
6847 providing a high level interface to writing, styling and editing worksheets.
6848 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
6849 and @code{XLConnect} packages with the added benefit of removing the
6850 dependency on Java.")
6851 (license license:gpl3)))
6852
6853 (define-public r-rio
6854 (package
6855 (name "r-rio")
6856 (version "0.5.26")
6857 (source
6858 (origin
6859 (method url-fetch)
6860 (uri (cran-uri "rio" version))
6861 (sha256
6862 (base32
6863 "1k6zxjb2bb0z6rv7zmkbaz85cbvs84mj602ikkwk60alh8kpdw2d"))))
6864 (build-system r-build-system)
6865 (propagated-inputs
6866 `(("r-curl" ,r-curl)
6867 ("r-data-table" ,r-data-table)
6868 ("r-foreign" ,r-foreign)
6869 ("r-haven" ,r-haven)
6870 ("r-openxlsx" ,r-openxlsx)
6871 ("r-readxl" ,r-readxl)
6872 ("r-tibble" ,r-tibble)))
6873 (native-inputs
6874 `(("r-knitr" ,r-knitr)))
6875 (home-page "https://github.com/leeper/rio")
6876 (synopsis "Swiss-army knife for data I/O")
6877 (description
6878 "This package provides streamlined data import and export infrastructure
6879 by making assumptions that the user is probably willing to make: @code{import}
6880 and @code{export} determine the data structure from the file extension,
6881 reasonable defaults are used for data import and export (e.g.,
6882 @code{stringsAsFactors=FALSE}), web-based import is natively
6883 supported (including from SSL/HTTPS), compressed files can be read directly
6884 without explicit decompression, and fast import packages are used where
6885 appropriate. An additional convenience function, @code{convert}, provides a
6886 simple method for converting between file types.")
6887 (license license:gpl2)))
6888
6889 (define-public r-maptools
6890 (package
6891 (name "r-maptools")
6892 (version "1.1-1")
6893 (source
6894 (origin
6895 (method url-fetch)
6896 (uri (cran-uri "maptools" version))
6897 (sha256
6898 (base32
6899 "0pn4gwh2rl6pfh2vbc7ln86kzlg22cfpd02z95j7zpjidz2mva8l"))))
6900 (build-system r-build-system)
6901 (propagated-inputs
6902 `(("r-foreign" ,r-foreign)
6903 ("r-lattice" ,r-lattice)
6904 ("r-sp" ,r-sp)))
6905 (home-page "https://r-forge.r-project.org/projects/maptools/")
6906 (synopsis "Tools for reading and handling spatial objects")
6907 (description
6908 "This package provides a set of tools for manipulating and reading
6909 geographic data, in particular ESRI Shapefiles. It includes binary access to
6910 GSHHG shoreline files. The package also provides interface wrappers for
6911 exchanging spatial objects with other R packages.")
6912 ;; The C source files from shapelib are released under the Expat license.
6913 ;; The R code is released under GPL version 2 or later.
6914 (license (list license:gpl2+
6915 license:expat))))
6916
6917 (define-public r-later
6918 (package
6919 (name "r-later")
6920 (version "1.1.0.1")
6921 (source
6922 (origin
6923 (method url-fetch)
6924 (uri (cran-uri "later" version))
6925 (sha256
6926 (base32
6927 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
6928 (build-system r-build-system)
6929 (propagated-inputs
6930 `(("r-bh" ,r-bh)
6931 ("r-rcpp" ,r-rcpp)
6932 ("r-rlang" ,r-rlang)))
6933 (native-inputs
6934 `(("r-knitr" ,r-knitr)))
6935 (home-page "https://github.com/r-lib/later")
6936 (synopsis "Utilities for delaying function execution")
6937 (description
6938 "This package provides tools to execute arbitrary R or C functions some
6939 time after the current time, after the R execution stack has emptied.")
6940 (license license:gpl2+)))
6941
6942 (define-public r-promises
6943 (package
6944 (name "r-promises")
6945 (version "1.2.0.1")
6946 (source
6947 (origin
6948 (method url-fetch)
6949 (uri (cran-uri "promises" version))
6950 (sha256
6951 (base32
6952 "1dy4cbqw17awh4q8m7cy3anaj0n9iynabfzflb1g94cyj0bq4fld"))))
6953 (build-system r-build-system)
6954 (propagated-inputs
6955 `(("r-later" ,r-later)
6956 ("r-magrittr" ,r-magrittr)
6957 ("r-r6" ,r-r6)
6958 ("r-rcpp" ,r-rcpp)
6959 ("r-rlang" ,r-rlang)))
6960 (native-inputs
6961 `(("r-knitr" ,r-knitr)))
6962 (home-page "https://rstudio.github.io/promises")
6963 (synopsis "Abstractions for promise-based asynchronous programming")
6964 (description
6965 "This package provides fundamental abstractions for doing asynchronous
6966 programming in R using promises. Asynchronous programming is useful for
6967 allowing a single R process to orchestrate multiple tasks in the background
6968 while also attending to something else. Semantics are similar to JavaScript
6969 promises, but with a syntax that is idiomatic R.")
6970 (license license:expat)))
6971
6972 (define-public r-dosnow
6973 (package
6974 (name "r-dosnow")
6975 (version "1.0.19")
6976 (source
6977 (origin
6978 (method url-fetch)
6979 (uri (cran-uri "doSNOW" version))
6980 (sha256
6981 (base32
6982 "0f07b38cl7s61vwzkyqkzzsic9g4sw9k6ndbxk3g90l4ca0d1ljc"))))
6983 (properties `((upstream-name . "doSNOW")))
6984 (build-system r-build-system)
6985 (propagated-inputs
6986 `(("r-foreach" ,r-foreach)
6987 ("r-iterators" ,r-iterators)
6988 ("r-snow" ,r-snow)))
6989 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6990 (synopsis "Foreach parallel adaptor for the snow package")
6991 (description
6992 "This package provides a parallel backend for the @code{%dopar%} function
6993 using the @code{snow} package.")
6994 (license license:gpl2)))
6995
6996 (define-public r-fst
6997 (package
6998 (name "r-fst")
6999 (version "0.9.4")
7000 (source
7001 (origin
7002 (method url-fetch)
7003 (uri (cran-uri "fst" version))
7004 (sha256
7005 (base32
7006 "0vwclzxww8mw9nnpyj29bn71mrr8jjg7ka03979h9rbzw6d9bjrr"))))
7007 (properties `((upstream-name . "fst")))
7008 (build-system r-build-system)
7009 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7010 (home-page "http://www.fstpackage.org")
7011 (synopsis "Fast serialization of data frames")
7012 (description
7013 "The fst package for R provides a fast, easy and flexible way to
7014 serialize data frames. With access speeds of multiple GB/s, fst is
7015 specifically designed to unlock the potential of high speed solid state disks.
7016 Data frames stored in the fst format have full random access, both in column
7017 and rows. The fst format allows for random access of stored data and
7018 compression with the LZ4 and ZSTD compressors.")
7019 (license license:agpl3)))
7020
7021 (define-public r-snowfall
7022 (package
7023 (name "r-snowfall")
7024 (version "1.84-6.1")
7025 (source (origin
7026 (method url-fetch)
7027 (uri (cran-uri "snowfall" version))
7028 (sha256
7029 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
7030 (build-system r-build-system)
7031 (propagated-inputs
7032 `(("r-snow" ,r-snow)))
7033 (home-page "https://cran.r-project.org/web/packages/snowfall/")
7034 (synopsis "Easier cluster computing")
7035 (description "This package is a usability wrapper around snow for easier
7036 development of parallel R programs. This package offers e.g. extended error
7037 checks, and additional functions. All functions work in sequential mode, too,
7038 if no cluster is present or wished. The package is also designed as connector
7039 to the cluster management tool @code{sfCluster}, but can also used without
7040 it.")
7041 (license license:gpl2+)))
7042
7043 (define-public r-rgexf
7044 (package
7045 (name "r-rgexf")
7046 (version "0.16.0")
7047 (source
7048 (origin
7049 (method url-fetch)
7050 (uri (cran-uri "rgexf" version))
7051 (sha256
7052 (base32
7053 "1vj5ha1qx0xzflchxf25ycys6clfn9y32m1717afzkvhmkwisrra"))
7054 (snippet
7055 '(begin
7056 ;; Delete minified JavaScript files
7057 (for-each delete-file
7058 '("inst/gexf-js/js/jquery-2.0.2.min.js"
7059 "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
7060 "inst/gexf-js/js/jquery.mousewheel.min.js"))
7061 #true))))
7062 (properties `((upstream-name . "rgexf")))
7063 (build-system r-build-system)
7064 (arguments
7065 `(#:modules ((guix build utils)
7066 (guix build r-build-system)
7067 (srfi srfi-1)
7068 (ice-9 popen))
7069 #:phases
7070 (modify-phases %standard-phases
7071 (add-after 'unpack 'process-javascript
7072 (lambda* (#:key inputs #:allow-other-keys)
7073 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-jquery-ui"))
7074 (with-directory-excursion "inst/gexf-js/js/"
7075 (call-with-values
7076 (lambda ()
7077 (unzip2
7078 `((,(assoc-ref inputs "js-jquery")
7079 "jquery-2.0.2.min.js")
7080 ("/tmp/jquery-ui-1.10.3/ui/jquery-ui.js"
7081 "jquery-ui-1.10.3.custom.min.js")
7082 (,(assoc-ref inputs "js-jquery-mousewheel")
7083 "jquery.mousewheel.min.js"))))
7084 (lambda (sources targets)
7085 (for-each (lambda (source target)
7086 (format #true "Processing ~a --> ~a~%"
7087 source target)
7088 (invoke "esbuild" source "--minify"
7089 (string-append "--outfile=" target)))
7090 sources targets))))
7091 #t)))))
7092 (propagated-inputs
7093 `(("r-igraph" ,r-igraph)
7094 ("r-servr" ,r-servr)
7095 ("r-xml" ,r-xml)))
7096 (native-inputs
7097 `(("r-knitr" ,r-knitr)
7098 ("esbuild" ,esbuild)
7099 ("unzip" ,unzip)
7100 ("js-jquery"
7101 ,(origin
7102 (method url-fetch)
7103 (uri "https://code.jquery.com/jquery-2.0.2.js")
7104 (sha256
7105 (base32
7106 "0v818bxpw48gdk8i95qqqij80r9jcgisi2r4ac6xnxca20h0gvfj"))))
7107 ("js-jquery-ui"
7108 ,(origin
7109 (method url-fetch)
7110 (uri "https://jqueryui.com/resources/download/jquery-ui-1.10.3.zip")
7111 (sha256
7112 (base32
7113 "00xpfy0l69nj2yan4s8k65ldsrlfsjkmyw2dwcg93dc8mv454vxx"))))
7114 ("js-jquery-mousewheel"
7115 ,(origin
7116 (method url-fetch)
7117 (uri "https://raw.githubusercontent.com/jquery/jquery-mousewheel/\
7118 3.0.6/jquery.mousewheel.js")
7119 (sha256
7120 (base32
7121 "19lk5xy2s47bx8hsa7j6bg012f8yw6d770g230bcnm559kf4nc6v"))))))
7122 (home-page "https://gvegayon.github.io/rgexf")
7123 (synopsis "Build, import and export GEXF graph files")
7124 (description
7125 "Create, read and write GEXF (Graph Exchange XML Format) graph
7126 files (used in Gephi and others). It allows the user to easily build/read
7127 graph files including attributes, GEXF visual attributes (such as color, size,
7128 and position), network dynamics (for both edges and nodes) and edge weighting.
7129 Users can build/handle graphs element-by-element or massively through
7130 data-frames, visualize the graph on a web browser through gexf-js (a
7131 JavaScript library) and interact with the igraph package.")
7132 (license license:expat)))
7133
7134 (define-public r-data-tree
7135 (package
7136 (name "r-data-tree")
7137 (version "1.0.0")
7138 (source
7139 (origin
7140 (method url-fetch)
7141 (uri (cran-uri "data.tree" version))
7142 (sha256
7143 (base32
7144 "0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
7145 (properties `((upstream-name . "data.tree")))
7146 (build-system r-build-system)
7147 (propagated-inputs
7148 `(("r-r6" ,r-r6)
7149 ("r-stringi" ,r-stringi)))
7150 (native-inputs
7151 `(("r-knitr" ,r-knitr)))
7152 (home-page "https://github.com/gluc/data.tree")
7153 (synopsis "General purpose hierarchical data structure")
7154 (description
7155 "Create tree structures from hierarchical data, and traverse the tree in
7156 various orders. Aggregate, cumulate, print, plot, convert to and from
7157 data.frame and more. This is useful for decision trees, machine learning,
7158 finance, conversion from and to JSON, and many other applications.")
7159 (license license:gpl2+)))
7160
7161 (define-public r-collapsibletree
7162 (package
7163 (name "r-collapsibletree")
7164 (version "0.1.7")
7165 (source
7166 (origin
7167 (method url-fetch)
7168 (uri (cran-uri "collapsibleTree" version))
7169 (sha256
7170 (base32
7171 "0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
7172 (snippet
7173 '(begin
7174 ;; Delete minified JavaScript file
7175 (delete-file "inst/htmlwidgets/lib/d3-4.10.2/d3.min.js")
7176 #true))))
7177 (properties
7178 `((upstream-name . "collapsibleTree")))
7179 (build-system r-build-system)
7180 (arguments
7181 `(#:phases
7182 (modify-phases %standard-phases
7183 (add-after 'unpack 'process-javascript
7184 (lambda* (#:key inputs #:allow-other-keys)
7185 (with-directory-excursion "inst/htmlwidgets/lib/d3-4.10.2/"
7186 (let ((source (assoc-ref inputs "d3.v4.js"))
7187 (target "d3.min.js"))
7188 (format #t "Processing ~a --> ~a~%"
7189 source target)
7190 (invoke "esbuild" source "--minify"
7191 (string-append "--outfile=" target)))))))))
7192 (propagated-inputs
7193 `(("r-data-tree" ,r-data-tree)
7194 ("r-htmlwidgets" ,r-htmlwidgets)))
7195 (native-inputs
7196 `(("esbuild" ,esbuild)
7197 ("d3.v4.js"
7198 ,(origin
7199 (method url-fetch)
7200 (uri "https://d3js.org/d3.v4.js")
7201 (sha256
7202 (base32
7203 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
7204 (home-page "https://github.com/AdeelK93/collapsibleTree")
7205 (synopsis "Interactive collapsible tree diagrams using D3.js")
7206 (description
7207 "This is a package for interactive Reingold-Tilford tree diagrams created
7208 using D3.js, where every node can be expanded and collapsed by clicking on it.
7209 Tooltips and color gradients can be mapped to nodes using a numeric column in
7210 the source data frame.")
7211 (license license:gpl3+)))
7212
7213 (define-public r-rappdirs
7214 (package
7215 (name "r-rappdirs")
7216 (version "0.3.3")
7217 (source
7218 (origin
7219 (method url-fetch)
7220 (uri (cran-uri "rappdirs" version))
7221 (sha256
7222 (base32
7223 "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
7224 (build-system r-build-system)
7225 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
7226 (synopsis "Determine where to save data, caches, and logs")
7227 (description
7228 "This package provides an easy way to determine which directories on the
7229 user's computer should be used to save data, caches and logs. It is a port of
7230 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
7231 (license license:expat)))
7232
7233 (define-public r-rastervis
7234 (package
7235 (name "r-rastervis")
7236 (version "0.50")
7237 (source
7238 (origin
7239 (method url-fetch)
7240 (uri (cran-uri "rasterVis" version))
7241 (sha256
7242 (base32
7243 "0m7fjd53apxim0d0rjnyzc28vmfcg4spcrn0zbnk8llillxji1hi"))))
7244 (properties `((upstream-name . "rasterVis")))
7245 (build-system r-build-system)
7246 (propagated-inputs
7247 `(("r-hexbin" ,r-hexbin)
7248 ("r-lattice" ,r-lattice)
7249 ("r-latticeextra" ,r-latticeextra)
7250 ("r-raster" ,r-raster)
7251 ("r-rcolorbrewer" ,r-rcolorbrewer)
7252 ("r-sp" ,r-sp)
7253 ("r-terra" ,r-terra)
7254 ("r-viridislite" ,r-viridislite)
7255 ("r-zoo" ,r-zoo)))
7256 (home-page "https://oscarperpinan.github.io/rastervis/")
7257 (synopsis "Visualization methods for raster data")
7258 (description
7259 "This package provides methods for enhanced visualization and interaction
7260 with raster data. It implements visualization methods for quantitative data
7261 and categorical data, both for univariate and multivariate rasters. It also
7262 provides methods to display spatiotemporal rasters, and vector fields.")
7263 (license license:gpl3)))
7264
7265 (define-public r-rentrez
7266 (package
7267 (name "r-rentrez")
7268 (version "1.2.3")
7269 (source
7270 (origin
7271 (method url-fetch)
7272 (uri (cran-uri "rentrez" version))
7273 (sha256
7274 (base32
7275 "0x1g2f6hvkqqlb39z8m5qxhcvsizddic5i7rpqw0wy77xfbna9gv"))))
7276 (properties `((upstream-name . "rentrez")))
7277 (build-system r-build-system)
7278 (propagated-inputs
7279 `(("r-httr" ,r-httr)
7280 ("r-jsonlite" ,r-jsonlite)
7281 ("r-xml" ,r-xml)))
7282 (native-inputs
7283 `(("r-knitr" ,r-knitr)))
7284 (home-page "https://docs.ropensci.org/rentrez/")
7285 (synopsis "Entrez in R")
7286 (description
7287 "This package provides an R interface to the NCBI's EUtils API,
7288 allowing users to search databases like GenBank PubMed, process the results of
7289 those searches and pull data into their R sessions.")
7290 (license license:expat)))
7291
7292 (define-public r-renv
7293 (package
7294 (name "r-renv")
7295 (version "0.13.0")
7296 (source
7297 (origin
7298 (method url-fetch)
7299 (uri (cran-uri "renv" version))
7300 (sha256
7301 (base32
7302 "16n2dz9jibc03f7q1wrzxss6l5jmaks7m2lnli9dz9anvcmxbdia"))))
7303 (properties `((upstream-name . "renv")))
7304 (build-system r-build-system)
7305 (native-inputs
7306 `(("r-knitr" ,r-knitr)))
7307 (home-page "https://rstudio.github.io/renv")
7308 (synopsis "Project environments")
7309 (description
7310 "This package provides a dependency management toolkit for R. Using
7311 renv, you can create and manage project-local R libraries, save the state of
7312 these libraries to a lockfile, and later restore your library as required.
7313 Together, these tools can help make your projects more isolated, portable, and
7314 reproducible.")
7315 (license license:expat)))
7316
7317 (define-public r-learnr
7318 (package
7319 (name "r-learnr")
7320 (version "0.10.1")
7321 (source
7322 (origin
7323 (method url-fetch)
7324 (uri (cran-uri "learnr" version))
7325 (sha256
7326 (base32
7327 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
7328 (build-system r-build-system)
7329 (propagated-inputs
7330 `(("r-checkmate" ,r-checkmate)
7331 ("r-ellipsis" ,r-ellipsis)
7332 ("r-evaluate" ,r-evaluate)
7333 ("r-htmltools" ,r-htmltools)
7334 ("r-htmlwidgets" ,r-htmlwidgets)
7335 ("r-jsonlite" ,r-jsonlite)
7336 ("r-knitr" ,r-knitr)
7337 ("r-markdown" ,r-markdown)
7338 ("r-rappdirs" ,r-rappdirs)
7339 ("r-renv" ,r-renv)
7340 ("r-rmarkdown" ,r-rmarkdown)
7341 ("r-rprojroot" ,r-rprojroot)
7342 ("r-shiny" ,r-shiny)
7343 ("r-withr" ,r-withr)))
7344 (home-page "https://rstudio.github.io/learnr/")
7345 (synopsis "Interactive tutorials for R")
7346 (description
7347 "This package provides tools to create interactive tutorials using R
7348 Markdown. Use a combination of narrative, figures, videos, exercises, and
7349 quizzes to create self-paced tutorials for learning about R and R packages.")
7350 (license license:asl2.0)))
7351
7352 (define-public r-analytics
7353 (package
7354 (name "r-analytics")
7355 (version "3.0")
7356 (source
7357 (origin
7358 (method url-fetch)
7359 (uri (cran-uri "analytics" version))
7360 (sha256
7361 (base32
7362 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
7363 (build-system r-build-system)
7364 (propagated-inputs
7365 `(("r-car" ,r-car)
7366 ("r-cluster" ,r-cluster)
7367 ("r-fractal" ,r-fractal)
7368 ("r-lmtest" ,r-lmtest)
7369 ("r-mass" ,r-mass)
7370 ("r-np" ,r-np)
7371 ("r-powerplus" ,r-powerplus)
7372 ("r-robust" ,r-robust)
7373 ("r-trend" ,r-trend)
7374 ("r-tsa" ,r-tsa)
7375 ("r-urca" ,r-urca)
7376 ("r-vim" ,r-vim)))
7377 (home-page "https://cran.r-project.org/web/packages/analytics/")
7378 (synopsis "Collection of data analysis tools")
7379 (description
7380 "This package is a collection of data analysis tools. It includes tools
7381 for regression outlier detection in a fitted linear model, stationary
7382 bootstrap using a truncated geometric distribution, a comprehensive test for
7383 weak stationarity, column means by group, weighted biplots, and a heuristic to
7384 obtain a better initial configuration in non-metric MDS.")
7385 (license license:gpl2)))
7386
7387 (define-public r-reticulate
7388 (package
7389 (name "r-reticulate")
7390 (version "1.18")
7391 (source
7392 (origin
7393 (method url-fetch)
7394 (uri (cran-uri "reticulate" version))
7395 (sha256
7396 (base32
7397 "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
7398 (build-system r-build-system)
7399 (inputs `(("python" ,python)))
7400 (propagated-inputs
7401 `(("r-rappdirs" ,r-rappdirs)
7402 ("r-jsonlite" ,r-jsonlite)
7403 ("r-matrix" ,r-matrix)
7404 ("r-rcpp" ,r-rcpp)))
7405 (native-inputs
7406 `(("r-knitr" ,r-knitr)))
7407 (home-page "https://github.com/rstudio/reticulate")
7408 (synopsis "R interface to Python")
7409 (description
7410 "This package provides an interface from R to Python modules, classes,
7411 and functions. When calling into Python, R data types are automatically
7412 converted to their equivalent Python types. When values are returned from
7413 Python to R they are converted back to R types.")
7414 (license license:asl2.0)))
7415
7416 (define-public r-bibtex
7417 (package
7418 (name "r-bibtex")
7419 (version "0.4.2.3")
7420 (source
7421 (origin
7422 (method url-fetch)
7423 (uri (cran-uri "bibtex" version))
7424 (sha256
7425 (base32
7426 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
7427 (build-system r-build-system)
7428 (propagated-inputs `(("r-stringr" ,r-stringr)))
7429 (home-page "https://github.com/romainfrancois/bibtex")
7430 (synopsis "Bibtex parser")
7431 (description "This package provides a utility for R to parse a bibtex
7432 file.")
7433 (license license:gpl2+)))
7434
7435 (define-public r-ggseqlogo
7436 (package
7437 (name "r-ggseqlogo")
7438 (version "0.1")
7439 (source
7440 (origin
7441 (method url-fetch)
7442 (uri (cran-uri "ggseqlogo" version))
7443 (sha256
7444 (base32
7445 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
7446 (build-system r-build-system)
7447 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
7448 (home-page "https://github.com/omarwagih/ggseqlogo")
7449 (synopsis "ggplot2 extension for drawing genetic sequence logos")
7450 (description
7451 "The range of functions provided by this package makes it possible to
7452 draw highly versatile genomic sequence logos. Features include, but are not
7453 limited to, modifying colour schemes and fonts used to draw the logo,
7454 generating multiple logo plots, and aiding the visualisation with annotations.
7455 Sequence logos can easily be combined with other ggplot2 plots.")
7456 ;; Unspecified version of the LGPL.
7457 (license license:lgpl3+)))
7458
7459 (define-public r-ggsci
7460 (package
7461 (name "r-ggsci")
7462 (version "2.9")
7463 (source
7464 (origin
7465 (method url-fetch)
7466 (uri (cran-uri "ggsci" version))
7467 (sha256
7468 (base32
7469 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
7470 (build-system r-build-system)
7471 (propagated-inputs
7472 `(("r-ggplot2" ,r-ggplot2)
7473 ("r-scales" ,r-scales)))
7474 (home-page "https://nanx.me/ggsci/")
7475 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
7476 (description
7477 "This package provides a collection of ggplot2 color palettes inspired by
7478 plots in scientific journals, data visualization libraries, science fiction
7479 movies, and TV shows.")
7480 (license license:gpl3)))
7481
7482 (define-public r-ggsignif
7483 (package
7484 (name "r-ggsignif")
7485 (version "0.6.1")
7486 (source
7487 (origin
7488 (method url-fetch)
7489 (uri (cran-uri "ggsignif" version))
7490 (sha256
7491 (base32
7492 "0rjy9wqsq67jjm1jz3j7hm599x0rshrrhw2w01iaqb9kf506hvjh"))))
7493 (build-system r-build-system)
7494 (native-inputs
7495 `(("r-knitr" ,r-knitr)))
7496 (propagated-inputs
7497 `(("r-ggplot2" ,r-ggplot2)))
7498 (home-page "https://github.com/const-ae/ggsignif")
7499 (synopsis "Significance brackets for ggplot2")
7500 (description
7501 "Enrich your ggplots with group-wise comparisons. This package provides
7502 an easy way to indicate if two groups are significantly different. Commonly
7503 this is shown by a bracket on top connecting the groups of interest which
7504 itself is annotated with the level of significance. The package provides a
7505 single layer that takes the groups for comparison and the test as arguments
7506 and adds the annotation to the plot.")
7507 (license license:gpl3)))
7508
7509 (define-public r-rstatix
7510 (package
7511 (name "r-rstatix")
7512 (version "0.7.0")
7513 (source
7514 (origin
7515 (method url-fetch)
7516 (uri (cran-uri "rstatix" version))
7517 (sha256
7518 (base32
7519 "0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
7520 (properties `((upstream-name . "rstatix")))
7521 (build-system r-build-system)
7522 (propagated-inputs
7523 `(("r-broom" ,r-broom)
7524 ("r-car" ,r-car)
7525 ("r-corrplot" ,r-corrplot)
7526 ("r-dplyr" ,r-dplyr)
7527 ("r-generics" ,r-generics)
7528 ("r-magrittr" ,r-magrittr)
7529 ("r-purrr" ,r-purrr)
7530 ("r-rlang" ,r-rlang)
7531 ("r-tibble" ,r-tibble)
7532 ("r-tidyr" ,r-tidyr)
7533 ("r-tidyselect" ,r-tidyselect)))
7534 (home-page "https://rpkgs.datanovia.com/rstatix/")
7535 (synopsis "Pipe-friendly framework for basic statistical tests")
7536 (description
7537 "This package provides a simple and intuitive pipe-friendly framework,
7538 coherent with the @code{tidyverse} design philosophy, for performing basic
7539 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
7540 correlation analyses. The output of each test is automatically transformed
7541 into a tidy data frame to facilitate visualization. Additional functions are
7542 available for reshaping, reordering, manipulating and visualizing correlation
7543 matrix.")
7544 (license license:gpl2)))
7545
7546 (define-public r-ggpubr
7547 (package
7548 (name "r-ggpubr")
7549 (version "0.4.0")
7550 (source
7551 (origin
7552 (method url-fetch)
7553 (uri (cran-uri "ggpubr" version))
7554 (sha256
7555 (base32
7556 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
7557 (build-system r-build-system)
7558 (propagated-inputs
7559 `(("r-cowplot" ,r-cowplot)
7560 ("r-dplyr" ,r-dplyr)
7561 ("r-ggplot2" ,r-ggplot2)
7562 ("r-ggrepel" ,r-ggrepel)
7563 ("r-ggsci" ,r-ggsci)
7564 ("r-ggsignif" ,r-ggsignif)
7565 ("r-glue" ,r-glue)
7566 ("r-gridextra" ,r-gridextra)
7567 ("r-magrittr" ,r-magrittr)
7568 ("r-polynom" ,r-polynom)
7569 ("r-purrr" ,r-purrr)
7570 ("r-rlang" ,r-rlang)
7571 ("r-scales" ,r-scales)
7572 ("r-rstatix" ,r-rstatix)
7573 ("r-tibble" ,r-tibble)
7574 ("r-tidyr" ,r-tidyr)))
7575 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
7576 (synopsis "ggplot2-based publication-ready plots")
7577 (description
7578 "The ggplot2 package is an excellent and flexible package for elegant
7579 data visualization in R. However the default generated plots require some
7580 formatting before we can send them for publication. The ggpubr package
7581 provides some easy-to-use functions for creating and customizing ggplot2-based
7582 publication-ready plots.")
7583 (license license:gpl2)))
7584
7585 (define-public r-ellipse
7586 (package
7587 (name "r-ellipse")
7588 (version "0.4.2")
7589 (source
7590 (origin
7591 (method url-fetch)
7592 (uri (cran-uri "ellipse" version))
7593 (sha256
7594 (base32
7595 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
7596 (build-system r-build-system)
7597 (home-page "https://cran.r-project.org/web/packages/ellipse/")
7598 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
7599 (description
7600 "This package contains various routines for drawing ellipses and
7601 ellipse-like confidence regions, implementing the plots described in Murdoch
7602 and Chow (1996), A graphical display of large correlation matrices, The
7603 American Statistician 50, 178-180. There are also routines implementing the
7604 profile plots described in Bates and Watts (1988), Nonlinear Regression
7605 Analysis and its Applications.")
7606 (license license:gpl2+)))
7607
7608 (define-public r-flashclust
7609 (package
7610 (name "r-flashclust")
7611 (version "1.01-2")
7612 (source
7613 (origin
7614 (method url-fetch)
7615 (uri (cran-uri "flashClust" version))
7616 (sha256
7617 (base32
7618 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
7619 (properties `((upstream-name . "flashClust")))
7620 (build-system r-build-system)
7621 (native-inputs `(("gfortran" ,gfortran)))
7622 (home-page "https://cran.r-project.org/web/packages/flashClust/")
7623 (synopsis "Implementation of optimal hierarchical clustering")
7624 (description
7625 "This package provides a fast implementation of hierarchical
7626 clustering.")
7627 (license license:gpl2+)))
7628
7629 (define-public r-factominer
7630 (package
7631 (name "r-factominer")
7632 (version "2.4")
7633 (source
7634 (origin
7635 (method url-fetch)
7636 (uri (cran-uri "FactoMineR" version))
7637 (sha256
7638 (base32
7639 "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
7640 (properties `((upstream-name . "FactoMineR")))
7641 (build-system r-build-system)
7642 (propagated-inputs
7643 `(("r-car" ,r-car)
7644 ("r-cluster" ,r-cluster)
7645 ("r-dt" ,r-dt)
7646 ("r-ellipse" ,r-ellipse)
7647 ("r-flashclust" ,r-flashclust)
7648 ("r-ggplot2" ,r-ggplot2)
7649 ("r-ggrepel" ,r-ggrepel)
7650 ("r-lattice" ,r-lattice)
7651 ("r-leaps" ,r-leaps)
7652 ("r-mass" ,r-mass)
7653 ("r-scatterplot3d" ,r-scatterplot3d)))
7654 (native-inputs
7655 `(("r-knitr" ,r-knitr)))
7656 (home-page "http://factominer.free.fr")
7657 (synopsis "Multivariate exploratory data analysis and data mining")
7658 (description
7659 "This package provides exploratory data analysis methods to summarize,
7660 visualize and describe datasets. The main principal component methods are
7661 available, those with the largest potential in terms of applications:
7662 principal component analysis (PCA) when variables are quantitative,
7663 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
7664 variables are categorical, Multiple Factor Analysis when variables are
7665 structured in groups, etc. and hierarchical cluster analysis.")
7666 (license license:gpl2+)))
7667
7668 (define-public r-factoextra
7669 (package
7670 (name "r-factoextra")
7671 (version "1.0.7")
7672 (source
7673 (origin
7674 (method url-fetch)
7675 (uri (cran-uri "factoextra" version))
7676 (sha256
7677 (base32
7678 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
7679 (build-system r-build-system)
7680 (propagated-inputs
7681 `(("r-abind" ,r-abind)
7682 ("r-cluster" ,r-cluster)
7683 ("r-dendextend" ,r-dendextend)
7684 ("r-factominer" ,r-factominer)
7685 ("r-ggplot2" ,r-ggplot2)
7686 ("r-ggpubr" ,r-ggpubr)
7687 ("r-ggrepel" ,r-ggrepel)
7688 ("r-reshape2" ,r-reshape2)
7689 ("r-tidyr" ,r-tidyr)))
7690 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
7691 (synopsis "Extract and visualize the results of multivariate data analyses")
7692 (description
7693 "This package provides some easy-to-use functions to extract and
7694 visualize the output of multivariate data analyses, including
7695 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
7696 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
7697 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
7698 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
7699 packages. It contains also functions for simplifying some clustering analysis
7700 steps and provides ggplot2-based elegant data visualization.")
7701 (license license:gpl2)))
7702
7703 (define-public r-fansi
7704 (package
7705 (name "r-fansi")
7706 (version "0.4.2")
7707 (source
7708 (origin
7709 (method url-fetch)
7710 (uri (cran-uri "fansi" version))
7711 (sha256
7712 (base32
7713 "0i7wmaflkjzdbggqv31wnsj3m9imvc6db429vyjk64xrz1ng1vd2"))))
7714 (build-system r-build-system)
7715 (native-inputs
7716 `(("r-knitr" ,r-knitr))) ; for vignettes
7717 (home-page "https://github.com/brodieG/fansi")
7718 (synopsis "ANSI control sequence aware string functions")
7719 (description
7720 "This package provides counterparts to R string manipulation functions
7721 that account for the effects of ANSI text formatting control sequences.")
7722 (license license:gpl2+)))
7723
7724 (define-public r-nbclust
7725 (package
7726 (name "r-nbclust")
7727 (version "3.0")
7728 (source
7729 (origin
7730 (method url-fetch)
7731 (uri (cran-uri "NbClust" version))
7732 (sha256
7733 (base32
7734 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
7735 (properties `((upstream-name . "NbClust")))
7736 (build-system r-build-system)
7737 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
7738 (synopsis "Determine the best number of clusters in a data set")
7739 (description
7740 "NbClust provides 30 indexes for determining the optimal number of
7741 clusters in a data set and offers the best clustering scheme from different
7742 results to the user.")
7743 (license license:gpl2)))
7744
7745 (define-public r-hdf5r
7746 (package
7747 (name "r-hdf5r")
7748 (version "1.3.3")
7749 (source
7750 (origin
7751 (method url-fetch)
7752 (uri (cran-uri "hdf5r" version))
7753 (sha256
7754 (base32
7755 "0i8m4yjxggrs05slq2afvz2ckl1yc9wq7gd1s7dq2gjn46zkry50"))))
7756 (build-system r-build-system)
7757 (inputs
7758 `(("hdf5" ,hdf5)
7759 ("zlib" ,zlib)))
7760 (propagated-inputs
7761 `(("r-bit64" ,r-bit64)
7762 ("r-r6" ,r-r6)))
7763 (native-inputs
7764 `(("r-knitr" ,r-knitr)))
7765 (home-page "https://hhoeflin.github.io/hdf5r")
7766 (synopsis "Interface to the HDF5 binary data format")
7767 (description
7768 "HDF5 is a data model, library and file format for storing and managing
7769 large amounts of data. This package provides a nearly feature complete,
7770 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
7771 functionality is added so that HDF5 objects behave very similar to their
7772 corresponding R counterparts.")
7773 (license license:asl2.0)))
7774
7775 (define-public r-itertools
7776 (package
7777 (name "r-itertools")
7778 (version "0.1-3")
7779 (source
7780 (origin
7781 (method url-fetch)
7782 (uri (cran-uri "itertools" version))
7783 (sha256
7784 (base32
7785 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
7786 (build-system r-build-system)
7787 (propagated-inputs
7788 `(("r-iterators" ,r-iterators)))
7789 (home-page "https://cran.r-project.org/web/packages/itertools/")
7790 (synopsis "Iterator tools")
7791 (description
7792 "This package provides various tools for creating iterators, many
7793 patterned after functions in the Python @code{itertools} module, and others
7794 patterned after functions in the snow package.")
7795 (license license:gpl2)))
7796
7797 (define-public r-polynom
7798 (package
7799 (name "r-polynom")
7800 (version "1.4-0")
7801 (source
7802 (origin
7803 (method url-fetch)
7804 (uri (cran-uri "polynom" version))
7805 (sha256
7806 (base32
7807 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
7808 (build-system r-build-system)
7809 (home-page "https://cran.r-project.org/web/packages/polynom/")
7810 (synopsis "Functions for univariate polynomial manipulations")
7811 (description
7812 "This package provides a collection of functions to implement a class for
7813 univariate polynomial manipulations.")
7814 (license license:gpl2)))
7815
7816 (define-public r-gbrd
7817 (package
7818 (name "r-gbrd")
7819 (version "0.4-11")
7820 (source
7821 (origin
7822 (method url-fetch)
7823 (uri (cran-uri "gbRd" version))
7824 (sha256
7825 (base32
7826 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
7827 (properties `((upstream-name . "gbRd")))
7828 (build-system r-build-system)
7829 (home-page "https://cran.r-project.org/web/packages/gbRd/")
7830 (synopsis "Utilities for processing Rd objects and files")
7831 (description
7832 "This package provides utilities for processing Rd objects and files.
7833 Extract argument descriptions and other parts of the help pages of
7834 functions.")
7835 (license license:gpl2+)))
7836
7837 (define-public r-rjags
7838 (package
7839 (name "r-rjags")
7840 (version "4-10")
7841 (source
7842 (origin
7843 (method url-fetch)
7844 (uri (cran-uri "rjags" version))
7845 (sha256
7846 (base32
7847 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
7848 (build-system r-build-system)
7849 (propagated-inputs
7850 `(("r-coda" ,r-coda)))
7851 (inputs
7852 `(("jags" ,jags)))
7853 (native-inputs
7854 `(("pkg-config" ,pkg-config)))
7855 (home-page "http://mcmc-jags.sourceforge.net")
7856 (synopsis "Bayesian graphical models using MCMC")
7857 (description
7858 "This package provides an R interface to the JAGS MCMC library. JAGS is
7859 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
7860 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
7861 (license license:gpl2)))
7862
7863 (define-public r-rbibutils
7864 (package
7865 (name "r-rbibutils")
7866 (version "2.0")
7867 (source
7868 (origin
7869 (method url-fetch)
7870 (uri (cran-uri "rbibutils" version))
7871 (sha256
7872 (base32
7873 "1vfg2188i4dyhrmvnwpsh2la8qkd4wkryz2fpj4cppi1wfz3ml83"))))
7874 (properties `((upstream-name . "rbibutils")))
7875 (build-system r-build-system)
7876 (home-page "https://geobosh.github.io/rbibutils/")
7877 (synopsis "Convert between bibliography formats")
7878 (description
7879 "This package converts between a number of bibliography formats,
7880 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
7881 utilities and supports all bibliography formats and character encodings
7882 implemented in bibutils.")
7883 (license license:gpl2)))
7884
7885 (define-public r-rdpack
7886 (package
7887 (name "r-rdpack")
7888 (version "2.1.1")
7889 (source
7890 (origin
7891 (method url-fetch)
7892 (uri (cran-uri "Rdpack" version))
7893 (sha256
7894 (base32
7895 "11psw5yiamq0g7jc6fqn2wis565i60qgda4a5d09qi8fyzd6mnfb"))))
7896 (properties `((upstream-name . "Rdpack")))
7897 (build-system r-build-system)
7898 (propagated-inputs
7899 `(("r-rbibutils" ,r-rbibutils)))
7900 (home-page "https://github.com/GeoBosh/Rdpack")
7901 (synopsis "Update and manipulate Rd documentation objects")
7902 (description
7903 "This package provides functions for manipulation of R documentation
7904 objects, including functions @code{reprompt()} and @code{ereprompt()} for
7905 updating Rd documentation for functions, methods and classes; it also includes
7906 Rd macros for citations and import of references from bibtex files for use in
7907 Rd files and roxygen2 comments, as well as many functions for manipulation of
7908 references and Rd files.")
7909 (license license:gpl2+)))
7910
7911 (define-public r-officer
7912 (package
7913 (name "r-officer")
7914 (version "0.3.17")
7915 (source
7916 (origin
7917 (method url-fetch)
7918 (uri (cran-uri "officer" version))
7919 (sha256
7920 (base32
7921 "1apg0dh1zfhrqcbbmm8318l40gyjbqc2l9sdvwxx7qi8mzc1mqvw"))))
7922 (build-system r-build-system)
7923 (propagated-inputs
7924 `(("r-r6" ,r-r6)
7925 ("r-uuid" ,r-uuid)
7926 ("r-xml2" ,r-xml2)
7927 ("r-zip" ,r-zip)))
7928 (native-inputs
7929 `(("r-knitr" ,r-knitr)))
7930 (home-page "https://davidgohel.github.io/officer")
7931 (synopsis "Manipulation of Word and PowerPoint documents")
7932 (description
7933 "This package provides tools to access and manipulate Word and PowerPoint
7934 documents from R. The package focuses on tabular and graphical reporting from
7935 R; it also provides two functions that let users get document content into
7936 data objects. A set of functions lets add and remove images, tables and
7937 paragraphs of text in new or existing documents. When working with PowerPoint
7938 presentations, slides can be added or removed; shapes inside slides can also
7939 be added or removed. When working with Word documents, a cursor can be used
7940 to help insert or delete content at a specific location in the document.")
7941 (license license:gpl3)))
7942
7943 (define-public r-profilemodel
7944 (package
7945 (name "r-profilemodel")
7946 (version "0.6.1")
7947 (source
7948 (origin
7949 (method url-fetch)
7950 (uri (cran-uri "profileModel" version))
7951 (sha256
7952 (base32
7953 "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
7954 (properties `((upstream-name . "profileModel")))
7955 (build-system r-build-system)
7956 (home-page "https://github.com/ikosmidis/profileModel")
7957 (synopsis "Profiling inference functions for various model classes")
7958 (description
7959 "This package provides tools that can be used to calculate, evaluate,
7960 plot and use for inference the profiles of *arbitrary* inference functions for
7961 arbitrary @code{glm}-like fitted models with linear predictors. More information
7962 on the methods that are implemented can be found in Kosmidis (2008)
7963 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
7964 (license license:gpl2+)))
7965
7966 (define-public r-brglm
7967 (package
7968 (name "r-brglm")
7969 (version "0.7.1")
7970 (source
7971 (origin
7972 (method url-fetch)
7973 (uri (cran-uri "brglm" version))
7974 (sha256
7975 (base32
7976 "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
7977 (properties `((upstream-name . "brglm")))
7978 (build-system r-build-system)
7979 (propagated-inputs
7980 `(("r-profilemodel" ,r-profilemodel)))
7981 (home-page "https://github.com/ikosmidis/brglm")
7982 (synopsis "Bias reduction in binomial-response generalized linear models")
7983 (description
7984 "Fit generalized linear models with binomial responses using either an
7985 adjusted-score approach to bias reduction or maximum penalized likelihood
7986 where penalization is by Jeffreys invariant prior. These procedures return
7987 estimates with improved frequentist properties (bias, mean squared error) that
7988 are always finite even in cases where the maximum likelihood estimates are
7989 infinite (data separation). Fitting takes place by fitting generalized linear
7990 models on iteratively updated pseudo-data. The interface is essentially the
7991 same as @code{glm}. More flexibility is provided by the fact that custom
7992 pseudo-data representations can be specified and used for model fitting.
7993 Functions are provided for the construction of confidence intervals for the
7994 reduced-bias estimates.")
7995 (license license:gpl2+)))
7996
7997 (define-public r-entropy
7998 (package
7999 (name "r-entropy")
8000 (version "1.2.1")
8001 (source
8002 (origin
8003 (method url-fetch)
8004 (uri (cran-uri "entropy" version))
8005 (sha256
8006 (base32
8007 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
8008 (properties `((upstream-name . "entropy")))
8009 (build-system r-build-system)
8010 (home-page "https://www.strimmerlab.org/software/entropy/")
8011 (synopsis "Estimation of entropy, mutual information and related quantities")
8012 (description
8013 "This package implements various estimators of entropy, such as the
8014 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
8015 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
8016 estimator. It also offers an R interface to the NSB estimator. Furthermore,
8017 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
8018 mutual information, and chi-squared statistic of independence. In addition
8019 there are functions for discretizing continuous random variables.")
8020 (license license:gpl3+)))
8021
8022 (define-public r-abn
8023 (package
8024 (name "r-abn")
8025 (version "2.3-0")
8026 (source
8027 (origin
8028 (method url-fetch)
8029 (uri (cran-uri "abn" version))
8030 (sha256
8031 (base32
8032 "17vdrqm6qp5aijg00ah2imj3pqr6cl5r43hgg8dijbrbhznarci6"))))
8033 (build-system r-build-system)
8034 (inputs
8035 `(("gsl" ,gsl)))
8036 (propagated-inputs
8037 `(("r-lme4" ,r-lme4)
8038 ("r-nnet" ,r-nnet)
8039 ("r-rcpp" ,r-rcpp)
8040 ("r-rcpparmadillo" ,r-rcpparmadillo)
8041 ("r-rjags" ,r-rjags)))
8042 (home-page "https://r-bayesian-networks.org/")
8043 (synopsis "Modelling multivariate data with additive bayesian networks")
8044 (description
8045 "Bayesian network analysis is a form of probabilistic graphical models
8046 which derives from empirical data a directed acyclic graph, DAG, describing
8047 the dependency structure between random variables. An additive Bayesian
8048 network model consists of a form of a DAG where each node comprises a
8049 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
8050 equivalent to Bayesian multivariate regression using graphical modelling, they
8051 generalises the usual multivariable regression, GLM, to multiple dependent
8052 variables. This package provides routines to help determine optimal Bayesian
8053 network models for a given data set, where these models are used to identify
8054 statistical dependencies in messy, complex data.")
8055 (license license:gpl2+)))
8056
8057 (define-public r-acd
8058 (package
8059 (name "r-acd")
8060 (version "1.5.3")
8061 (source
8062 (origin
8063 (method url-fetch)
8064 (uri (cran-uri "ACD" version))
8065 (sha256
8066 (base32
8067 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
8068 (properties `((upstream-name . "ACD")))
8069 (build-system r-build-system)
8070 (home-page "https://cran.r-project.org/web/packages/ACD/")
8071 (synopsis "Categorical data analysis with complete or missing responses")
8072 (description
8073 "This package provides tools for categorical data analysis with complete
8074 or missing responses.")
8075 (license license:gpl2+)))
8076
8077 (define-public r-acdm
8078 (package
8079 (name "r-acdm")
8080 (version "1.0.4")
8081 (source
8082 (origin
8083 (method url-fetch)
8084 (uri (cran-uri "ACDm" version))
8085 (sha256
8086 (base32
8087 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
8088 (properties `((upstream-name . "ACDm")))
8089 (build-system r-build-system)
8090 (propagated-inputs
8091 `(("r-dplyr" ,r-dplyr)
8092 ("r-ggplot2" ,r-ggplot2)
8093 ("r-plyr" ,r-plyr)
8094 ("r-rsolnp" ,r-rsolnp)
8095 ("r-zoo" ,r-zoo)))
8096 (home-page "https://cran.r-project.org/web/packages/ACDm/")
8097 (synopsis "Tools for Autoregressive Conditional Duration Models")
8098 (description
8099 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
8100 and Russell, 1998) models. It creates trade, price or volume durations from
8101 transactions (tic) data, performs diurnal adjustments, fits various ACD models
8102 and tests them.")
8103 (license license:gpl2+)))
8104
8105 (define-public r-overlap
8106 (package
8107 (name "r-overlap")
8108 (version "0.3.3")
8109 (source
8110 (origin
8111 (method url-fetch)
8112 (uri (cran-uri "overlap" version))
8113 (sha256
8114 (base32
8115 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
8116 (build-system r-build-system)
8117 (home-page "https://cran.r-project.org/web/packages/overlap/")
8118 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
8119 (description
8120 "This package provides functions to fit kernel density functions to data
8121 on temporal activity patterns of animals; estimate coefficients of overlapping
8122 of densities for two species; and calculate bootstrap estimates of confidence
8123 intervals.")
8124 (license license:gpl3+)))
8125
8126 (define-public r-snakecase
8127 (package
8128 (name "r-snakecase")
8129 (version "0.11.0")
8130 (source
8131 (origin
8132 (method url-fetch)
8133 (uri (cran-uri "snakecase" version))
8134 (sha256
8135 (base32
8136 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
8137 (build-system r-build-system)
8138 (propagated-inputs
8139 `(("r-stringi" ,r-stringi)
8140 ("r-stringr" ,r-stringr)))
8141 (home-page "https://github.com/Tazinho/snakecase")
8142 (synopsis "Convert strings into any case")
8143 (description
8144 "This package provides a consistent, flexible and easy to use tool to
8145 parse and convert strings into cases like snake or camel among others.")
8146 (license license:gpl3)))
8147
8148 (define-public r-prediction
8149 (package
8150 (name "r-prediction")
8151 (version "0.3.14")
8152 (source
8153 (origin
8154 (method url-fetch)
8155 (uri (cran-uri "prediction" version))
8156 (sha256
8157 (base32
8158 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
8159 (build-system r-build-system)
8160 (propagated-inputs
8161 `(("r-data-table" ,r-data-table)))
8162 (home-page "https://github.com/leeper/prediction")
8163 (synopsis "Tidy, type-safe prediction methods")
8164 (description
8165 "This package provides the @code{prediction()} function, a type-safe
8166 alternative to @code{predict()} that always returns a data frame. The package
8167 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
8168 from the @code{stats} package, as well as numerous other model classes from
8169 other add-on packages.")
8170 (license license:expat)))
8171
8172 (define-public r-insight
8173 (package
8174 (name "r-insight")
8175 (version "0.13.1")
8176 (source
8177 (origin
8178 (method url-fetch)
8179 (uri (cran-uri "insight" version))
8180 (sha256
8181 (base32
8182 "1la4yxzfl9fnknamnaziil6gvpdzl78z16lfzis9jgzg8r9q0y5l"))))
8183 (build-system r-build-system)
8184 (native-inputs
8185 `(("r-knitr" ,r-knitr)))
8186 (home-page "https://easystats.github.io/insight/")
8187 (synopsis "Easy access to model information for various model objects")
8188 (description
8189 "This package provides a tool to provide an easy, intuitive and
8190 consistent access to information contained in various R models, like model
8191 formulas, model terms, information about random effects, data that was used to
8192 fit the model or data from response variables. The package mainly revolves
8193 around two types of functions: Functions that find (the names of) information,
8194 starting with @code{find_}, and functions that get the underlying data,
8195 starting with @code{get_}. The package has a consistent syntax and works with
8196 many different model objects, where otherwise functions to access these
8197 information are missing.")
8198 (license license:gpl3)))
8199
8200 (define-public r-sjlabelled
8201 (package
8202 (name "r-sjlabelled")
8203 (version "1.1.7")
8204 (source
8205 (origin
8206 (method url-fetch)
8207 (uri (cran-uri "sjlabelled" version))
8208 (sha256
8209 (base32
8210 "0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
8211 (build-system r-build-system)
8212 (propagated-inputs
8213 `(("r-insight" ,r-insight)))
8214 (native-inputs
8215 `(("r-knitr" ,r-knitr)))
8216 (home-page "https://github.com/strengejacke/sjlabelled")
8217 (synopsis "Labelled data utility functions")
8218 (description
8219 "This package provides a collection of functions dealing with labelled
8220 data, like reading and writing data between R and other statistical software
8221 packages. This includes easy ways to get, set or change value and variable
8222 label attributes, to convert labelled vectors into factors or numeric (and
8223 vice versa), or to deal with multiple declared missing values.")
8224 (license license:gpl3)))
8225
8226 (define-public r-sjmisc
8227 (package
8228 (name "r-sjmisc")
8229 (version "2.8.6")
8230 (source
8231 (origin
8232 (method url-fetch)
8233 (uri (cran-uri "sjmisc" version))
8234 (sha256
8235 (base32
8236 "1nfrkv5jfnwb85blpv7yk7xac1myzi2c30bqcf7xicniknkjwycr"))))
8237 (build-system r-build-system)
8238 (propagated-inputs
8239 `(("r-dplyr" ,r-dplyr)
8240 ("r-insight" ,r-insight)
8241 ("r-magrittr" ,r-magrittr)
8242 ("r-purrr" ,r-purrr)
8243 ("r-rlang" ,r-rlang)
8244 ("r-sjlabelled" ,r-sjlabelled)
8245 ("r-tidyselect" ,r-tidyselect)))
8246 (native-inputs
8247 `(("r-knitr" ,r-knitr)))
8248 (home-page "https://github.com/strengejacke/sjmisc")
8249 (synopsis "Data and variable transformation functions")
8250 (description
8251 "This package is a collection of miscellaneous utility functions,
8252 supporting data transformation tasks like recoding, dichotomizing or grouping
8253 variables, setting and replacing missing values. The data transformation
8254 functions also support labelled data, and all integrate seamlessly into a
8255 tidyverse workflow.")
8256 (license license:gpl3)))
8257
8258 (define-public r-nortest
8259 (package
8260 (name "r-nortest")
8261 (version "1.0-4")
8262 (source
8263 (origin
8264 (method url-fetch)
8265 (uri (cran-uri "nortest" version))
8266 (sha256
8267 (base32
8268 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
8269 (build-system r-build-system)
8270 (home-page "https://cran.r-project.org/web/packages/nortest/")
8271 (synopsis "Tests for normality")
8272 (description
8273 "This package provides five omnibus tests for testing the composite
8274 hypothesis of normality.")
8275 (license license:gpl2+)))
8276
8277 (define-public r-moonbook
8278 (package
8279 (name "r-moonbook")
8280 (version "0.2.4")
8281 (source
8282 (origin
8283 (method url-fetch)
8284 (uri (cran-uri "moonBook" version))
8285 (sha256
8286 (base32
8287 "0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
8288 (properties `((upstream-name . "moonBook")))
8289 (build-system r-build-system)
8290 (propagated-inputs
8291 `(("r-magrittr" ,r-magrittr)
8292 ("r-nortest" ,r-nortest)
8293 ("r-sjmisc" ,r-sjmisc)
8294 ("r-stringr" ,r-stringr)
8295 ("r-survival" ,r-survival)
8296 ("r-ztable" ,r-ztable)))
8297 (native-inputs
8298 `(("r-knitr" ,r-knitr)))
8299 (home-page "https://github.com/cardiomoon/moonBook")
8300 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
8301 (description
8302 "This package provides several analysis-related functions for the book
8303 entitled \"R statistics and graph for medical articles\" (written in Korean),
8304 version 1, by Keon-Woong Moon with Korean demographic data with several plot
8305 functions.")
8306 (license license:gpl2)))
8307
8308 (define-public r-flextable
8309 (package
8310 (name "r-flextable")
8311 (version "0.6.4")
8312 (source
8313 (origin
8314 (method url-fetch)
8315 (uri (cran-uri "flextable" version))
8316 (sha256
8317 (base32
8318 "1ykjfnqhn8nd9f3l4jj8hf1bbjjckkna3p7fdsg0a73c05a17yma"))))
8319 (build-system r-build-system)
8320 (propagated-inputs
8321 `(("r-base64enc" ,r-base64enc)
8322 ("r-data-table" ,r-data-table)
8323 ("r-gdtools" ,r-gdtools)
8324 ("r-htmltools" ,r-htmltools)
8325 ("r-knitr" ,r-knitr)
8326 ("r-officer" ,r-officer)
8327 ("r-rlang" ,r-rlang)
8328 ("r-rmarkdown" ,r-rmarkdown)
8329 ("r-uuid" ,r-uuid)
8330 ("r-xml2" ,r-xml2)))
8331 (native-inputs
8332 `(("r-knitr" ,r-knitr)))
8333 (home-page "https://davidgohel.github.io/flextable")
8334 (synopsis "Functions for tabular reporting")
8335 (description
8336 "This package provides tools to create pretty tables for HTML documents
8337 and other formats. Functions are provided to let users create tables, modify
8338 and format their content. It extends the @code{officer} package and can be
8339 used within R markdown documents when rendering to HTML and to Word
8340 documents.")
8341 (license license:gpl3)))
8342
8343 (define-public r-writexl
8344 (package
8345 (name "r-writexl")
8346 (version "1.3.1")
8347 (source
8348 (origin
8349 (method url-fetch)
8350 (uri (cran-uri "writexl" version))
8351 (sha256
8352 (base32
8353 "1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
8354 (build-system r-build-system)
8355 (inputs `(("zlib" ,zlib)))
8356 (home-page "https://github.com/ropensci/writexl")
8357 (synopsis "Export data frames to xlsx format")
8358 (description
8359 "This package provides a data frame to xlsx exporter based on
8360 libxlsxwriter.")
8361 (license license:bsd-2)))
8362
8363 (define-public r-biasedurn
8364 (package
8365 (name "r-biasedurn")
8366 (version "1.07")
8367 (source
8368 (origin
8369 (method url-fetch)
8370 (uri (cran-uri "BiasedUrn" version))
8371 (sha256
8372 (base32
8373 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
8374 (properties `((upstream-name . "BiasedUrn")))
8375 (build-system r-build-system)
8376 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
8377 (synopsis "Biased Urn model distributions")
8378 (description
8379 "This package provides statistical models of biased sampling in the form
8380 of univariate and multivariate noncentral hypergeometric distributions,
8381 including Wallenius' noncentral hypergeometric distribution and Fisher's
8382 noncentral hypergeometric distribution (also called extended hypergeometric
8383 distribution).")
8384 (license license:gpl3)))
8385
8386 (define-public r-goplot
8387 (package
8388 (name "r-goplot")
8389 (version "1.0.2")
8390 (source
8391 (origin
8392 (method url-fetch)
8393 (uri (cran-uri "GOplot" version))
8394 (sha256
8395 (base32
8396 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
8397 (properties `((upstream-name . "GOplot")))
8398 (build-system r-build-system)
8399 (propagated-inputs
8400 `(("r-ggdendro" ,r-ggdendro)
8401 ("r-ggplot2" ,r-ggplot2)
8402 ("r-gridextra" ,r-gridextra)
8403 ("r-rcolorbrewer" ,r-rcolorbrewer)))
8404 (home-page "https://github.com/wencke/wencke.github.io")
8405 (synopsis "Visualization of functional analysis data")
8406 (description
8407 "This package provides an implementation of multilayered visualizations
8408 for enhanced graphical representation of functional analysis data. It
8409 combines and integrates omics data derived from expression and functional
8410 annotation enrichment analyses. Its plotting functions have been developed
8411 with an hierarchical structure in mind: starting from a general overview to
8412 identify the most enriched categories (modified bar plot, bubble plot) to a
8413 more detailed one displaying different types of relevant information for the
8414 molecules in a given set of categories (circle plot, chord plot, cluster plot,
8415 Venn diagram, heatmap).")
8416 (license license:gpl2)))
8417
8418 (define-public r-getopt
8419 (package
8420 (name "r-getopt")
8421 (version "1.20.3")
8422 (source
8423 (origin
8424 (method url-fetch)
8425 (uri (cran-uri "getopt" version))
8426 (sha256
8427 (base32
8428 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
8429 (build-system r-build-system)
8430 (home-page "https://github.com/trevorld/getopt")
8431 (synopsis "Command-line option processor for R")
8432 (description
8433 "This package is designed to be used with Rscript to write shebang
8434 scripts that accept short and long options. Many users will prefer to
8435 use the packages @code{optparse} or @code{argparse} which add extra
8436 features like automatically generated help options and usage texts,
8437 support for default values, positional argument support, etc.")
8438 (license license:gpl2+)))
8439
8440 (define-public r-findpython
8441 (package
8442 (name "r-findpython")
8443 (version "1.0.7")
8444 (source
8445 (origin
8446 (method url-fetch)
8447 (uri (cran-uri "findpython" version))
8448 (sha256
8449 (base32
8450 "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
8451 (build-system r-build-system)
8452 (home-page "https://github.com/trevorld/findpython")
8453 (synopsis "Functions to find an acceptable Python binary")
8454 (description
8455 "This package was designed to find an acceptable Python binary that
8456 matches version and feature constraints.")
8457 (license license:expat)))
8458
8459 ;; This in not the same as "r-argparser"
8460 (define-public r-argparse
8461 (package
8462 (name "r-argparse")
8463 (version "2.0.3")
8464 (source
8465 (origin
8466 (method url-fetch)
8467 (uri (cran-uri "argparse" version))
8468 (sha256
8469 (base32
8470 "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
8471 (build-system r-build-system)
8472 (inputs `(("python" ,python)))
8473 (propagated-inputs
8474 `(("r-findpython" ,r-findpython)
8475 ("r-jsonlite" ,r-jsonlite)
8476 ("r-r6" ,r-r6)))
8477 (native-inputs
8478 `(("r-knitr" ,r-knitr)))
8479 (home-page "https://github.com/trevorld/argparse")
8480 (synopsis "Command line optional and positional argument parser")
8481 (description
8482 "This package provides a command line parser to be used with Rscript to
8483 write shebang scripts that gracefully accept positional and optional arguments
8484 and automatically generate usage notices.")
8485 (license license:gpl2+)))
8486
8487 (define-public r-hash
8488 (package
8489 (name "r-hash")
8490 (version "2.2.6.1")
8491 (source
8492 (origin
8493 (method url-fetch)
8494 (uri (cran-uri "hash" version))
8495 (sha256
8496 (base32
8497 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
8498 (build-system r-build-system)
8499 (home-page "https://cran.r-project.org/web/packages/hash/")
8500 (synopsis "Implementation of hash/associated arrays/dictionaries")
8501 (description
8502 "This package implements a data structure similar to hashes in Perl and
8503 dictionaries in Python but with a purposefully R flavor. For objects of
8504 appreciable size, access using hashes outperforms native named lists and
8505 vectors.")
8506 (license license:gpl2+)))
8507
8508 (define-public r-orddom
8509 (package
8510 (name "r-orddom")
8511 (version "3.1")
8512 (source
8513 (origin
8514 (method url-fetch)
8515 (uri (cran-uri "orddom" version))
8516 (sha256
8517 (base32
8518 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
8519 (build-system r-build-system)
8520 (propagated-inputs `(("r-psych" ,r-psych)))
8521 (home-page "https://cran.r-project.org/web/packages/orddom/")
8522 (synopsis "Ordinal dominance statistics")
8523 (description
8524 "This package provides tools to compute ordinal, statistics and effect
8525 sizes as an alternative to mean comparison: Cliff's delta or success rate
8526 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
8527 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
8528 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
8529 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
8530 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
8531 Group (Non-)Overlap considerations.")
8532 (license license:gpl2)))
8533
8534 (define-public r-deriv
8535 (package
8536 (name "r-deriv")
8537 (version "4.1.3")
8538 (source
8539 (origin
8540 (method url-fetch)
8541 (uri (cran-uri "Deriv" version))
8542 (sha256
8543 (base32
8544 "130g3mv0z9sqs6y23a0a94512iiw05yr6fp378vhdxxbignzbnyv"))))
8545 (properties `((upstream-name . "Deriv")))
8546 (build-system r-build-system)
8547 (home-page "https://cran.r-project.org/web/packages/Deriv")
8548 (synopsis "Symbolic differentiation")
8549 (description
8550 "This package provides an R-based solution for symbolic differentiation.
8551 It admits user-defined functions as well as function substitution in arguments
8552 of functions to be differentiated. Some symbolic simplification is part of
8553 the work.")
8554 (license license:gpl3+)))
8555
8556 (define-public r-doby
8557 (package
8558 (name "r-doby")
8559 (version "4.6.9")
8560 (source
8561 (origin
8562 (method url-fetch)
8563 (uri (cran-uri "doBy" version))
8564 (sha256
8565 (base32
8566 "02f545md5yhbpp3wb3q2c8zabqwgf02555r5c6g7znab5zjbyr00"))))
8567 (properties `((upstream-name . "doBy")))
8568 (build-system r-build-system)
8569 (propagated-inputs
8570 `(("r-broom" ,r-broom)
8571 ("r-deriv" ,r-deriv)
8572 ("r-dplyr" ,r-dplyr)
8573 ("r-ggplot2" ,r-ggplot2)
8574 ("r-magrittr" ,r-magrittr)
8575 ("r-mass" ,r-mass)
8576 ("r-matrix" ,r-matrix)
8577 ("r-pbkrtest" ,r-pbkrtest)
8578 ("r-tibble" ,r-tibble)))
8579 (native-inputs
8580 `(("r-knitr" ,r-knitr)))
8581 (home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
8582 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
8583 (description
8584 "This package contains:
8585
8586 @itemize
8587 @item facilities for working with grouped data: @code{do}
8588 something to data stratified @code{by} some variables.
8589 @item implementations of least-squares means, general linear contrasts, and
8590 @item miscellaneous other utilities.
8591 @end itemize\n")
8592 (license license:gpl2+)))
8593
8594 (define-public r-refgenome
8595 (package
8596 (name "r-refgenome")
8597 (version "1.7.7")
8598 (source
8599 (origin
8600 (method url-fetch)
8601 (uri (cran-uri "refGenome" version))
8602 (sha256
8603 (base32
8604 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
8605 (properties `((upstream-name . "refGenome")))
8606 (build-system r-build-system)
8607 (propagated-inputs
8608 `(("r-dbi" ,r-dbi)
8609 ("r-doby" ,r-doby)
8610 ("r-rsqlite" ,r-rsqlite)))
8611 (home-page "https://cran.r-project.org/web/packages/refGenome/")
8612 (synopsis
8613 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
8614 (description
8615 "This package contains functionality for importing and managing of
8616 downloaded genome annotation data from the Ensembl genome browser (European
8617 Bioinformatics Institute) and from the UCSC genome browser (University of
8618 California, Santa Cruz) and annotation routines for genomic positions and
8619 splice site positions.")
8620 (license license:gpl2)))
8621
8622 (define-public r-basix
8623 (package
8624 (name "r-basix")
8625 (version "1.1")
8626 (source
8627 (origin
8628 (method url-fetch)
8629 (uri (cran-uri "BASIX" version))
8630 (sha256
8631 (base32
8632 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
8633 (properties `((upstream-name . "BASIX")))
8634 (build-system r-build-system)
8635 (home-page "https://cran.r-project.org/web/packages/BASIX/")
8636 (synopsis "Efficient C/C++ toolset for R")
8637 (description
8638 "BASIX provides some efficient C/C++ implementations of native R
8639 procedures to speed up calculations in R.")
8640 (license license:gpl2)))
8641
8642 (define-public r-blockfest
8643 (package
8644 (name "r-blockfest")
8645 (version "2.0")
8646 (source
8647 (origin
8648 (method url-fetch)
8649 (uri (cran-uri "BlockFeST" version))
8650 (sha256
8651 (base32
8652 "1fcl3yc1cf09znqbj787d3fd2kl5rp63la7pxawsgmap7nxwkp65"))))
8653 (properties `((upstream-name . "BlockFeST")))
8654 (build-system r-build-system)
8655 (propagated-inputs `(("r-basix" ,r-basix)))
8656 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
8657 (synopsis "Bayesian calculation of region-specific fixation index")
8658 (description
8659 "This package provides an R implementation of an extension of the
8660 BayeScan software for codominant markers, adding the option to group
8661 individual SNPs into pre-defined blocks. A typical application of this new
8662 approach is the identification of genomic regions, genes, or gene sets
8663 containing one or more SNPs that evolved under directional selection.")
8664 (license license:gpl2)))
8665
8666 (define-public r-proc
8667 (package
8668 (name "r-proc")
8669 (version "1.17.0.1")
8670 (source
8671 (origin
8672 (method url-fetch)
8673 (uri (cran-uri "pROC" version))
8674 (sha256
8675 (base32
8676 "1gd6a47d6bcfd237s3g7r9rws8x2sg7zrvq5k6clpc41zdpp4712"))))
8677 (properties `((upstream-name . "pROC")))
8678 (build-system r-build-system)
8679 (propagated-inputs
8680 `(("r-plyr" ,r-plyr)
8681 ("r-rcpp" ,r-rcpp)))
8682 (home-page "https://web.expasy.org/pROC/")
8683 (synopsis "Display and analyze ROC curves")
8684 (description
8685 "This package provides tools for visualizing, smoothing and comparing
8686 receiver operating characteristic (ROC curves). The area under the
8687 curve (AUC) can be compared with statistical tests based on U-statistics or
8688 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
8689 (license license:gpl3+)))
8690
8691 (define-public r-rootsolve
8692 (package
8693 (name "r-rootsolve")
8694 (version "1.8.2.1")
8695 (source
8696 (origin
8697 (method url-fetch)
8698 (uri (cran-uri "rootSolve" version))
8699 (sha256
8700 (base32
8701 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
8702 (properties `((upstream-name . "rootSolve")))
8703 (build-system r-build-system)
8704 (native-inputs `(("gfortran" ,gfortran)))
8705 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
8706 (synopsis "Tools for the analysis of ordinary differential equations")
8707 (description
8708 "This package provides routines to find the root of nonlinear functions,
8709 and to perform steady-state and equilibrium analysis of @dfn{ordinary
8710 differential equations} (ODE). It includes routines that:
8711
8712 @enumerate
8713 @item generate gradient and jacobian matrices (full and banded),
8714 @item find roots of non-linear equations by the Newton-Raphson method,
8715 @item estimate steady-state conditions of a system of (differential) equations
8716 in full, banded or sparse form, using the Newton-Raphson method, or by
8717 dynamically running,
8718 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
8719 and 3-D partial differential equations, that have been converted to ordinary
8720 differential equations by numerical differencing (using the method-of-lines
8721 approach).
8722 @end enumerate\n")
8723 (license license:gpl2+)))
8724
8725 (define-public r-abcanalysis
8726 (package
8727 (name "r-abcanalysis")
8728 (version "1.2.1")
8729 (source
8730 (origin
8731 (method url-fetch)
8732 (uri (cran-uri "ABCanalysis" version))
8733 (sha256
8734 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
8735 (properties `((upstream-name . "ABCanalysis")))
8736 (build-system r-build-system)
8737 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
8738 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
8739 (synopsis "Computed ABC Analysis")
8740 (description
8741 "Multivariate data sets often differ in several factors or derived statistical
8742 parameters, which have to be selected for a valid interpretation. Basing this
8743 selection on traditional statistical limits leads occasionally to the perception
8744 of losing information from a data set. This package provides tools to calculate
8745 these limits on the basis of the mathematical properties of the distribution of
8746 the analyzed items.")
8747 (license license:gpl3)))
8748
8749 (define-public r-slam
8750 (package
8751 (name "r-slam")
8752 (version "0.1-48")
8753 (source
8754 (origin
8755 (method url-fetch)
8756 (uri (cran-uri "slam" version))
8757 (sha256
8758 (base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
8759 (build-system r-build-system)
8760 (home-page "https://cran.r-project.org/web/packages/slam/")
8761 (synopsis "Sparse lightweight arrays and matrices")
8762 (description
8763 "This package contains data structures and algorithms for sparse arrays and matrices,
8764 based on index arrays and simple triplet representations, respectively.")
8765 (license license:gpl2)))
8766
8767 (define-public r-manipulatewidget
8768 (package
8769 (name "r-manipulatewidget")
8770 (version "0.10.1")
8771 (source
8772 (origin
8773 (method url-fetch)
8774 (uri (cran-uri "manipulateWidget" version))
8775 (sha256
8776 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
8777 (properties
8778 `((upstream-name . "manipulateWidget")))
8779 (build-system r-build-system)
8780 (propagated-inputs
8781 `(("r-base64enc" ,r-base64enc)
8782 ("r-codetools" ,r-codetools)
8783 ("r-htmltools" ,r-htmltools)
8784 ("r-htmlwidgets" ,r-htmlwidgets)
8785 ("r-knitr" ,r-knitr)
8786 ("r-miniui" ,r-miniui)
8787 ("r-shiny" ,r-shiny)
8788 ("r-webshot" ,r-webshot)))
8789 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
8790 (synopsis "Add even more interactivity to interactive charts")
8791 (description
8792 "This package lets you create in just a few lines of R code a nice user interface to
8793 modify the data or the graphical parameters of one or multiple interactive
8794 charts. It is useful to quickly explore visually some data or for package
8795 developers to generate user interfaces easy to maintain.")
8796 (license license:gpl2+)))
8797
8798 (define-public r-a3
8799 (package
8800 (name "r-a3")
8801 (version "1.0.0")
8802 (source
8803 (origin
8804 (method url-fetch)
8805 (uri (cran-uri "A3" version))
8806 (sha256
8807 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
8808 (properties `((upstream-name . "A3")))
8809 (build-system r-build-system)
8810 (propagated-inputs
8811 `(("r-pbapply" ,r-pbapply)
8812 ("r-xtable" ,r-xtable)))
8813 (home-page "https://cran.r-project.org/web/packages/A3/")
8814 (synopsis "Error metrics for predictive models")
8815 (description
8816 "This package supplies tools for tabulating and analyzing the results of predictive
8817 models. The methods employed are applicable to virtually any predictive model
8818 and make comparisons between different methodologies straightforward.")
8819 (license license:gpl2+)))
8820
8821 (define-public r-infotheo
8822 (package
8823 (name "r-infotheo")
8824 (version "1.2.0")
8825 (source
8826 (origin
8827 (method url-fetch)
8828 (uri (cran-uri "infotheo" version))
8829 (sha256
8830 (base32
8831 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
8832 (build-system r-build-system)
8833 (home-page "http://homepage.meyerp.com/software")
8834 (synopsis "Information-theoretic measures")
8835 (description
8836 "This package implements various measures of information theory based on
8837 several entropy estimators.")
8838 (license license:gpl3+)))
8839
8840 (define-public r-abcoptim
8841 (package
8842 (name "r-abcoptim")
8843 (version "0.15.0")
8844 (source
8845 (origin
8846 (method url-fetch)
8847 (uri (cran-uri "ABCoptim" version))
8848 (sha256
8849 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
8850 (properties `((upstream-name . "ABCoptim")))
8851 (build-system r-build-system)
8852 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8853 (home-page "https://github.com/gvegayon/ABCoptim/")
8854 (synopsis "Optimization of Artificial Bee Colony algorithm")
8855 (description
8856 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
8857 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
8858 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
8859 algorithms, and uses only common control parameters such as colony size and
8860 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
8861 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
8862 This version is a work-in-progress and is written in R code.")
8863 (license license:expat)))
8864
8865 (define-public r-abcp2
8866 (package
8867 (name "r-abcp2")
8868 (version "1.2")
8869 (source
8870 (origin
8871 (method url-fetch)
8872 (uri (cran-uri "ABCp2" version))
8873 (sha256
8874 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
8875 (properties `((upstream-name . "ABCp2")))
8876 (build-system r-build-system)
8877 (propagated-inputs `(("r-mass" ,r-mass)))
8878 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
8879 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
8880 (description
8881 "This package tests the goodness of fit of a distribution of offspring to the Normal,
8882 Poisson, and Gamma distribution and estimates the proportional paternity of the
8883 second male (P2) based on the best fit distribution.")
8884 (license license:gpl2)))
8885
8886 (define-public r-abcrf
8887 (package
8888 (name "r-abcrf")
8889 (version "1.8.1")
8890 (source
8891 (origin
8892 (method url-fetch)
8893 (uri (cran-uri "abcrf" version))
8894 (sha256
8895 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
8896 (build-system r-build-system)
8897 (propagated-inputs
8898 `(("r-doparallel" ,r-doparallel)
8899 ("r-foreach" ,r-foreach)
8900 ("r-mass" ,r-mass)
8901 ("r-matrixstats" ,r-matrixstats)
8902 ("r-ranger" ,r-ranger)
8903 ("r-rcpp" ,r-rcpp)
8904 ("r-rcpparmadillo" ,r-rcpparmadillo)
8905 ("r-readr" ,r-readr)
8906 ("r-stringr" ,r-stringr)))
8907 (home-page "https://cran.r-project.org/web/packages/abcrf/")
8908 (synopsis "Approximate bayesian computation via random forests")
8909 (description
8910 "This package performs approximate bayesian computation (ABC) model choice and
8911 parameter inference via random forests. This machine learning tool named random
8912 forests (RF) can conduct selection among the highly complex models covered by
8913 ABC algorithms.")
8914 (license license:gpl2+)))
8915
8916 (define-public r-abctools
8917 (package
8918 (name "r-abctools")
8919 (version "1.1.3")
8920 (source
8921 (origin
8922 (method url-fetch)
8923 (uri (cran-uri "abctools" version))
8924 (sha256
8925 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
8926 (build-system r-build-system)
8927 (propagated-inputs
8928 `(("r-abc" ,r-abc)
8929 ("r-abind" ,r-abind)
8930 ("r-hmisc" ,r-hmisc)
8931 ("r-plyr" ,r-plyr)))
8932 (home-page "https://github.com/dennisprangle/abctools/")
8933 (synopsis "Tools for ABC analyses")
8934 (description
8935 "This @code{r-abctools} package provides tools for approximate Bayesian computation
8936 including summary statistic selection and assessing coverage. This includes
8937 recent dimension reduction algorithms to tune the choice of summary statistics,
8938 and coverage methods to tune the choice of threshold.")
8939 (license license:gpl2+)))
8940
8941 (define-public r-ggstance
8942 (package
8943 (name "r-ggstance")
8944 (version "0.3.5")
8945 (source
8946 (origin
8947 (method url-fetch)
8948 (uri (cran-uri "ggstance" version))
8949 (sha256
8950 (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
8951 (build-system r-build-system)
8952 (propagated-inputs
8953 `(("r-ggplot2" ,r-ggplot2)
8954 ("r-plyr" ,r-plyr)
8955 ("r-rlang" ,r-rlang)
8956 ("r-withr" ,r-withr)))
8957 (home-page "https://cran.r-project.org/web/packages/ggstance/")
8958 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
8959 (description
8960 "This package is a @code{r-ggplot2} extension that provides flipped components:
8961 @enumerate
8962 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
8963 @item vertical versions of @code{r-ggplot2} positions.
8964 @end enumerate")
8965 (license license:gpl3)))
8966
8967 (define-public r-mosaiccore
8968 (package
8969 (name "r-mosaiccore")
8970 (version "0.9.0")
8971 (source
8972 (origin
8973 (method url-fetch)
8974 (uri (cran-uri "mosaicCore" version))
8975 (sha256
8976 (base32 "1h3ixzna4xy42rdnd89jj0v9q0riy3fnkd33z6l5c0zaidzm58fz"))))
8977 (properties `((upstream-name . "mosaicCore")))
8978 (build-system r-build-system)
8979 (propagated-inputs
8980 `(("r-dplyr" ,r-dplyr)
8981 ("r-mass" ,r-mass)
8982 ("r-rlang" ,r-rlang)
8983 ("r-tidyr" ,r-tidyr)))
8984 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
8985 (synopsis "Common utilities for mosaic family packages")
8986 (description
8987 "Common utilities used in other Mosaic family packages are collected here.")
8988 (license license:gpl2+)))
8989
8990 (define-public r-labelled
8991 (package
8992 (name "r-labelled")
8993 (version "2.8.0")
8994 (source
8995 (origin
8996 (method url-fetch)
8997 (uri (cran-uri "labelled" version))
8998 (sha256
8999 (base32
9000 "0fs8fhmk9j2nv2j87mpkmm0clz34f8kybnzn6pzqpcbwk0i2pcwg"))))
9001 (properties `((upstream-name . "labelled")))
9002 (build-system r-build-system)
9003 (propagated-inputs
9004 `(("r-dplyr" ,r-dplyr)
9005 ("r-haven" ,r-haven)
9006 ("r-lifecycle" ,r-lifecycle)
9007 ("r-rlang" ,r-rlang)
9008 ("r-stringr" ,r-stringr)
9009 ("r-tidyr" ,r-tidyr)
9010 ("r-vctrs" ,r-vctrs)))
9011 (native-inputs
9012 `(("r-knitr" ,r-knitr)))
9013 (home-page "http://larmarange.github.io/labelled/")
9014 (synopsis "Manipulating labelled data")
9015 (description
9016 "This package provides useful functions to deal with the
9017 @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
9018 haven package. ")
9019 (license license:gpl3)))
9020
9021 (define-public r-ggformula
9022 (package
9023 (name "r-ggformula")
9024 (version "0.10.1")
9025 (source
9026 (origin
9027 (method url-fetch)
9028 (uri (cran-uri "ggformula" version))
9029 (sha256
9030 (base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
9031 (build-system r-build-system)
9032 (propagated-inputs
9033 `(("r-ggforce" ,r-ggforce)
9034 ("r-ggplot2" ,r-ggplot2)
9035 ("r-ggridges" ,r-ggridges)
9036 ("r-ggstance" ,r-ggstance)
9037 ("r-labelled" ,r-labelled)
9038 ("r-magrittr" ,r-magrittr)
9039 ("r-mosaiccore" ,r-mosaiccore)
9040 ("r-rlang" ,r-rlang)
9041 ("r-scales" ,r-scales)
9042 ("r-stringr" ,r-stringr)
9043 ("r-tibble" ,r-tibble)))
9044 (native-inputs
9045 `(("r-knitr" ,r-knitr)))
9046 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
9047 (synopsis "Formula interface for the @code{r-ggplot2}")
9048 (description
9049 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
9050 gf_density(), and so on, bring the formula interface to ggplot(). This captures
9051 and extends the excellent simplicity of the lattice-graphics formula interface,
9052 while providing the intuitive capabilities of @code{r-ggplot2}.")
9053 (license license:expat)))
9054
9055 (define-public r-mosaicdata
9056 (package
9057 (name "r-mosaicdata")
9058 (version "0.20.2")
9059 (source
9060 (origin
9061 (method url-fetch)
9062 (uri (cran-uri "mosaicData" version))
9063 (sha256
9064 (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
9065 (properties `((upstream-name . "mosaicData")))
9066 (build-system r-build-system)
9067 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
9068 (synopsis "Data sets for project Mosaic")
9069 (description
9070 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
9071 used to teach mathematics, statistics, computation and modeling.")
9072 (license license:gpl2+)))
9073
9074 (define-public r-raster
9075 (package
9076 (name "r-raster")
9077 (version "3.4-5")
9078 (source
9079 (origin
9080 (method url-fetch)
9081 (uri (cran-uri "raster" version))
9082 (sha256
9083 (base32
9084 "19g4chd0nyhnz6hc2j0v9ahjcgz64vvja4y3mrj1pfis1dwhsqn6"))))
9085 (build-system r-build-system)
9086 (propagated-inputs
9087 `(("r-rcpp" ,r-rcpp)
9088 ("r-sp" ,r-sp)))
9089 (home-page "https://www.rspatial.org/")
9090 (synopsis "Geographic data analysis and modeling")
9091 (description
9092 "The package implements basic and high-level functions for reading,
9093 writing, manipulating, analyzing and modeling of gridded spatial data.
9094 Processing of very large files is supported.")
9095 (license license:gpl3+)))
9096
9097 (define-public r-mosaic
9098 (package
9099 (name "r-mosaic")
9100 (version "1.4.0")
9101 (source
9102 (origin
9103 (method url-fetch)
9104 (uri (cran-uri "mosaic" version))
9105 (sha256
9106 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
9107 (build-system r-build-system)
9108 (propagated-inputs
9109 `(("r-broom" ,r-broom)
9110 ("r-dplyr" ,r-dplyr)
9111 ("r-ggdendro" ,r-ggdendro)
9112 ("r-ggformula" ,r-ggformula)
9113 ("r-ggplot2" ,r-ggplot2)
9114 ("r-ggrepel" ,r-ggrepel)
9115 ("r-glue" ,r-glue)
9116 ("r-gridextra" ,r-gridextra)
9117 ("r-lattice" ,r-lattice)
9118 ("r-latticeextra" ,r-latticeextra)
9119 ("r-lazyeval" ,r-lazyeval)
9120 ("r-mass" ,r-mass)
9121 ("r-matrix" ,r-matrix)
9122 ("r-mosaiccore" ,r-mosaiccore)
9123 ("r-mosaicdata" ,r-mosaicdata)
9124 ("r-readr" ,r-readr)
9125 ("r-tidyr" ,r-tidyr)))
9126 (native-inputs
9127 `(("r-knitr" ,r-knitr)))
9128 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
9129 (synopsis "Mathematics, statistics, and computation teaching utilities")
9130 (description
9131 "This package contain data sets and utilities from
9132 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
9133 statistics, computation and modeling. Project MOSAIC is a community of
9134 educators working to tie together aspects of quantitative work that students
9135 in science, technology, engineering and mathematics will need in their
9136 professional lives, but which are usually taught in isolation, if at all.")
9137 (license license:gpl2+)))
9138
9139 (define-public r-abd
9140 (package
9141 (name "r-abd")
9142 (version "0.2-8")
9143 (source
9144 (origin
9145 (method url-fetch)
9146 (uri (cran-uri "abd" version))
9147 (sha256
9148 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
9149 (build-system r-build-system)
9150 (propagated-inputs
9151 `(("r-lattice" ,r-lattice)
9152 ("r-mosaic" ,r-mosaic)
9153 ("r-nlme" ,r-nlme)))
9154 (home-page "https://cran.r-project.org/web/packages/abd/")
9155 (synopsis "Analysis of biological data")
9156 (description
9157 "The @code{r-abd} package contains data sets and sample code for the Analysis of
9158 biological data by Michael Whitlock and Dolph Schluter.")
9159 (license license:gpl2)))
9160
9161 (define-public r-svgui
9162 (package
9163 (name "r-svgui")
9164 (version "1.0.0")
9165 (source
9166 (origin
9167 (method url-fetch)
9168 (uri (cran-uri "svGUI" version))
9169 (sha256
9170 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
9171 (properties `((upstream-name . "svGUI")))
9172 (build-system r-build-system)
9173 (home-page "https://github.com/SciViews/svGUI/")
9174 (synopsis "Functions for managing GUI clients in R")
9175 (description
9176 "The SciViews @code{svGUI} package eases the management of Graphical User
9177 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
9178 centralizes info about GUI elements currently used, and it dispatches GUI
9179 calls to the particular toolkits in use in function of the context.")
9180 (license license:gpl2)))
9181
9182 (define-public r-svdialogs
9183 (package
9184 (name "r-svdialogs")
9185 (version "1.0.0")
9186 (source
9187 (origin
9188 (method url-fetch)
9189 (uri (cran-uri "svDialogs" version))
9190 (sha256
9191 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
9192 (properties `((upstream-name . "svDialogs")))
9193 (build-system r-build-system)
9194 (inputs
9195 `(("yad" ,yad)
9196 ("zenity" ,zenity)))
9197 (propagated-inputs
9198 `(("r-rstudioapi" ,r-rstudioapi)
9199 ("r-svgui" ,r-svgui)))
9200 (home-page "https://github.com/SciViews/svDialogs/")
9201 (synopsis "Portable dialog boxes")
9202 (description
9203 "This package helps to construct standard dialog boxes for your GUI, including
9204 message boxes, input boxes, list, file or directory selection, and others. In
9205 case R cannot display GUI dialog boxes, a simpler command line version of these
9206 interactive elements is also provided as a fallback solution.")
9207 (license license:gpl2)))
9208
9209 (define-public r-abe
9210 (package
9211 (name "r-abe")
9212 (version "3.0.1")
9213 (source
9214 (origin
9215 (method url-fetch)
9216 (uri (cran-uri "abe" version))
9217 (sha256
9218 (base32
9219 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
9220 (build-system r-build-system)
9221 (home-page "https://cran.r-project.org/web/packages/abe/")
9222 (synopsis "Augmented backward elimination")
9223 (description
9224 "This package performs augmented backward elimination and checks the
9225 stability of the obtained model. Augmented backward elimination combines
9226 significance or information based criteria with the change in estimate to
9227 either select the optimal model for prediction purposes or to serve as a tool
9228 to obtain a practically sound, highly interpretable model.")
9229 (license license:gpl2+)))
9230
9231 (define-public r-abf2
9232 (package
9233 (name "r-abf2")
9234 (version "0.7-1")
9235 (source
9236 (origin
9237 (method url-fetch)
9238 (uri (cran-uri "abf2" version))
9239 (sha256
9240 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
9241 (build-system r-build-system)
9242 (home-page "https://cran.r-project.org/web/packages/abf2/")
9243 (synopsis "Load gap-free axon @code{r-abf2} files")
9244 (description
9245 "This package loads electrophysiology data from ABF2 files, as created by
9246 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
9247 mode are currently supported.")
9248 (license license:artistic2.0)))
9249
9250 (define-public r-abhgenotyper
9251 (package
9252 (name "r-abhgenotyper")
9253 (version "1.0.1")
9254 (source
9255 (origin
9256 (method url-fetch)
9257 (uri (cran-uri "ABHgenotypeR" version))
9258 (sha256
9259 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
9260 (properties `((upstream-name . "ABHgenotypeR")))
9261 (build-system r-build-system)
9262 (propagated-inputs
9263 `(("r-ggplot2" ,r-ggplot2)
9264 ("r-reshape2" ,r-reshape2)))
9265 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
9266 (synopsis "Visualize and manipulate ABH genotypes")
9267 (description
9268 "The @code{r-abhgenotyper} package provides simple imputation,
9269 error-correction and plotting capacities for genotype data. The package is
9270 supposed to serve as an intermediate but independent analysis tool between the
9271 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
9272 not found in either TASSEL or @code{r-qtl} in addition to visualization of
9273 genotypes as \"graphical genotypes\".")
9274 (license license:gpl3)))
9275
9276 (define-public r-furrr
9277 (package
9278 (name "r-furrr")
9279 (version "0.2.2")
9280 (source
9281 (origin
9282 (method url-fetch)
9283 (uri (cran-uri "furrr" version))
9284 (sha256
9285 (base32
9286 "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
9287 (build-system r-build-system)
9288 (propagated-inputs
9289 `(("r-ellipsis" ,r-ellipsis)
9290 ("r-future" ,r-future)
9291 ("r-globals" ,r-globals)
9292 ("r-lifecycle" ,r-lifecycle)
9293 ("r-purrr" ,r-purrr)
9294 ("r-rlang" ,r-rlang)
9295 ("r-vctrs" ,r-vctrs)))
9296 (home-page "https://github.com/DavisVaughan/furrr")
9297 (synopsis "Apply mapping functions in parallel using futures")
9298 (description
9299 "This package provides implementations of the family of @code{map()}
9300 functions from the @code{purrr} package that can be resolved using any
9301 @code{future}-supported backend, e.g. parallel on the local machine or
9302 distributed on a compute cluster.")
9303 (license license:lgpl2.1+)))
9304
9305 (define-public r-abjutils
9306 (package
9307 (name "r-abjutils")
9308 (version "0.3.1")
9309 (source
9310 (origin
9311 (method url-fetch)
9312 (uri (cran-uri "abjutils" version))
9313 (sha256
9314 (base32 "18mmlkqsrjfclk8islfjdsp8sbw6dpjj5x45kqilxdiss69gg5zd"))))
9315 (build-system r-build-system)
9316 (propagated-inputs
9317 `(("r-dplyr" ,r-dplyr)
9318 ("r-magrittr" ,r-magrittr)
9319 ("r-purrr" ,r-purrr)
9320 ("r-rlang" ,r-rlang)
9321 ("r-rstudioapi" ,r-rstudioapi)
9322 ("r-stringi" ,r-stringi)
9323 ("r-stringr" ,r-stringr)
9324 ("r-tidyr" ,r-tidyr)))
9325 (home-page "https://github.com/abjur/abjutils/")
9326 (synopsis "Collection of tools for jurimetrical analysis")
9327 (description
9328 "This package implements general purpose tools, such as functions for
9329 sampling and basic manipulation of Brazilian lawsuits identification number.
9330 It also implements functions for text cleaning, such as accentuation
9331 removal.")
9332 (license license:expat)))
9333
9334 (define-public r-abnormality
9335 (package
9336 (name "r-abnormality")
9337 (version "0.1.0")
9338 (source
9339 (origin
9340 (method url-fetch)
9341 (uri (cran-uri "abnormality" version))
9342 (sha256
9343 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
9344 (build-system r-build-system)
9345 (propagated-inputs
9346 `(("r-mass" ,r-mass)
9347 ("r-matrix" ,r-matrix)))
9348 (home-page "https://cran.r-project.org/web/packages/abnormality/")
9349 (synopsis "Measure a subject's abnormality with respect to a reference population")
9350 (description
9351 "This package contains functions to implement the methodology and
9352 considerations laid out by Marks et al. in the article \"Measuring abnormality
9353 in high dimensional spaces: applications in biomechanical gait analysis\".
9354 Using high-dimensional datasets to measure a subject's overall level of
9355 abnormality as compared to a reference population is often needed in outcomes
9356 research.")
9357 (license license:expat)))
9358
9359 (define-public r-abodoutlier
9360 (package
9361 (name "r-abodoutlier")
9362 (version "0.1")
9363 (source
9364 (origin
9365 (method url-fetch)
9366 (uri (cran-uri "abodOutlier" version))
9367 (sha256
9368 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
9369 (properties `((upstream-name . "abodOutlier")))
9370 (build-system r-build-system)
9371 (propagated-inputs
9372 `(("r-cluster" ,r-cluster)))
9373 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
9374 (synopsis "Angle-based outlier detection")
9375 (description
9376 "This package performs angle-based outlier detection on a given data
9377 frame. It offers three methods to process data:
9378 @enumerate
9379 @item full but slow implementation using all the data that has cubic
9380 complexity;
9381 @item a fully randomized method;
9382 @item a method using k-nearest neighbours.
9383 @end enumerate
9384 These algorithms are well suited for high dimensional data outlier
9385 detection.")
9386 (license license:expat)))
9387
9388 (define-public r-abps
9389 (package
9390 (name "r-abps")
9391 (version "0.3")
9392 (source
9393 (origin
9394 (method url-fetch)
9395 (uri (cran-uri "ABPS" version))
9396 (sha256
9397 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
9398 (properties `((upstream-name . "ABPS")))
9399 (build-system r-build-system)
9400 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
9401 (home-page "https://cran.r-project.org/web/packages/ABPS/")
9402 (synopsis "Abnormal blood profile score to detect blood doping")
9403 (description
9404 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
9405 The ABPS is a part of the Athlete biological passport program of the World
9406 anti-doping agency, which combines several blood parameters into a single
9407 score in order to detect blood doping. The package also contains functions to
9408 calculate other scores used in anti-doping programs, such as the ratio of
9409 hemoglobin to reticulocytes (OFF-score), as well as example data.")
9410 (license license:gpl2+)))
9411
9412 (define-public r-parmigene
9413 (package
9414 (name "r-parmigene")
9415 (version "1.1.0")
9416 (source
9417 (origin
9418 (method url-fetch)
9419 (uri (cran-uri "parmigene" version))
9420 (sha256
9421 (base32
9422 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
9423 (build-system r-build-system)
9424 (home-page "https://cran.r-project.org/web/packages/parmigene/")
9425 (synopsis "Mutual information estimation for gene network reconstruction")
9426 (description
9427 "This package provides a parallel estimation of the mutual information
9428 based on entropy estimates from k-nearest neighbors distances and algorithms
9429 for the reconstruction of gene regulatory networks.")
9430 (license license:agpl3+)))
9431
9432 (define-public r-pscl
9433 (package
9434 (name "r-pscl")
9435 (version "1.5.5")
9436 (source
9437 (origin
9438 (method url-fetch)
9439 (uri (cran-uri "pscl" version))
9440 (sha256
9441 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
9442 (build-system r-build-system)
9443 (propagated-inputs
9444 `(("r-mass" ,r-mass)))
9445 (home-page "https://github.com/atahk/pscl/")
9446 (synopsis "Political science computational laboratory")
9447 (description
9448 "The @code{pscl} is an R package providing classes and methods for:
9449 @enumerate
9450 @item Bayesian analysis of roll call data (item-response models);
9451 @item elementary Bayesian statistics;
9452 @item maximum likelihood estimation of zero-inflated and hurdle models for count
9453 data;
9454 @item utility functions.
9455 @end enumerate")
9456 (license license:gpl2)))
9457
9458 (define-public r-accelmissing
9459 (package
9460 (name "r-accelmissing")
9461 (version "1.4")
9462 (source
9463 (origin
9464 (method url-fetch)
9465 (uri (cran-uri "accelmissing" version))
9466 (sha256
9467 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
9468 (build-system r-build-system)
9469 (propagated-inputs
9470 `(("r-mice" ,r-mice)
9471 ("r-pscl" ,r-pscl)))
9472 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
9473 (synopsis "Missing value imputation for accelerometer data")
9474 (description
9475 "This package provides a statistical method to impute the missing values in
9476 accelerometer data. The methodology includes both parametric and
9477 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
9478 model. It also provides multiple functions to preprocess the accelerometer data
9479 previous to the missing data imputation. These include detecting the wearing
9480 and the non-wearing time, selecting valid days and subjects, and creating plots.")
9481 (license license:gpl2+)))
9482
9483 (define-public r-mhsmm
9484 (package
9485 (name "r-mhsmm")
9486 (version "0.4.16")
9487 (source
9488 (origin
9489 (method url-fetch)
9490 (uri (cran-uri "mhsmm" version))
9491 (sha256
9492 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
9493 (build-system r-build-system)
9494 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9495 (home-page "https://github.com/jaredo/mhsmm/")
9496 (synopsis "Inference for hidden Markov and semi-Markov models")
9497 (description
9498 "The @code{r-mhsmm} package implements estimation and prediction methods for
9499 hidden Markov and semi-Markov models for multiple observation sequences. Such
9500 techniques are of interest when observed data is thought to be dependent on some
9501 unobserved (or hidden) state. Also, this package is suitable for equidistant
9502 time series data, with multivariate and/or missing data. Allows user defined
9503 emission distributions.")
9504 (license license:gpl2+)))
9505
9506 (define-public r-nleqslv
9507 (package
9508 (name "r-nleqslv")
9509 (version "3.3.2")
9510 (source
9511 (origin
9512 (method url-fetch)
9513 (uri (cran-uri "nleqslv" version))
9514 (sha256
9515 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
9516 (build-system r-build-system)
9517 (native-inputs `(("gfortran" ,gfortran)))
9518 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
9519 (synopsis "Solve systems of nonlinear equations")
9520 (description
9521 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
9522 Broyden or a Newton method with a choice of global strategies such as line
9523 search and trust region. There are options for using a numerical or user
9524 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
9525 singular or ill-conditioned Jacobian.")
9526 (license license:gpl2+)))
9527
9528 (define-public r-physicalactivity
9529 (package
9530 (name "r-physicalactivity")
9531 (version "0.2-4")
9532 (source
9533 (origin
9534 (method url-fetch)
9535 (uri (cran-uri "PhysicalActivity" version))
9536 (sha256
9537 (base32 "0b27prkv3x6v2afz0y53ccs9scibpc7nj54n0hpd9fgn1wyg4c40"))))
9538 (properties
9539 `((upstream-name . "PhysicalActivity")))
9540 (build-system r-build-system)
9541 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
9542 (synopsis "Procesing accelerometer data for physical activity measurement")
9543 (description
9544 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
9545 for classification of monitor wear and nonwear time intervals in accelerometer
9546 data collected to assess physical activity. The package also contains functions
9547 for making plots of accelerometer data and obtaining the summary of various
9548 information including daily monitor wear time and the mean monitor wear time
9549 during valid days. The revised package version 0.2-1 improved the functions
9550 regarding speed, robustness and add better support for time zones and daylight
9551 saving. In addition, several functions were added:
9552 @enumerate
9553 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
9554 @item the @code{markPAI} can categorize physical activity intensity level based
9555 on user-defined cut-points of accelerometer counts.
9556 @end enumerate
9557 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
9558 @code{queryActigraph} functions.")
9559 (license license:gpl3+)))
9560
9561 (define-public r-acc
9562 (package
9563 (name "r-acc")
9564 (version "1.3.3")
9565 (source
9566 (origin
9567 (method url-fetch)
9568 (uri (cran-uri "acc" version))
9569 (sha256
9570 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
9571 (build-system r-build-system)
9572 (propagated-inputs
9573 `(("r-circlize" ,r-circlize)
9574 ("r-dbi" ,r-dbi)
9575 ("r-ggplot2" ,r-ggplot2)
9576 ("r-iterators" ,r-iterators)
9577 ("r-mhsmm" ,r-mhsmm)
9578 ("r-nleqslv" ,r-nleqslv)
9579 ("r-physicalactivity" ,r-physicalactivity)
9580 ("r-plyr" ,r-plyr)
9581 ("r-r-utils" ,r-r-utils)
9582 ("r-rcpp" ,r-rcpp)
9583 ("r-rcpparmadillo" ,r-rcpparmadillo)
9584 ("r-rsqlite" ,r-rsqlite)
9585 ("r-zoo" ,r-zoo)))
9586 (home-page "https://cran.r-project.org/web/packages/acc/")
9587 (synopsis "Exploring accelerometer data")
9588 (description
9589 "This package processes accelerometer data from uni-axial and tri-axial devices
9590 and generates data summaries. Also, includes functions to plot, analyze, and
9591 simulate accelerometer data.")
9592 (license license:gpl2+)))
9593
9594 (define-public r-rbenchmark
9595 (package
9596 (name "r-rbenchmark")
9597 (version "1.0.0")
9598 (source
9599 (origin
9600 (method url-fetch)
9601 (uri (cran-uri "rbenchmark" version))
9602 (sha256
9603 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
9604 (build-system r-build-system)
9605 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
9606 (synopsis "Benchmarking routine for R")
9607 (description
9608 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
9609 and is intended to facilitate benchmarking of arbitrary R code. The library
9610 consists of just one function, benchmark, which is a simple wrapper around
9611 system.time. Given a specification of the benchmarking process (counts of
9612 replications, evaluation environment) and an arbitrary number of expressions,
9613 benchmark evaluates each of the expressions in the specified environment,
9614 replicating the evaluation as many times as specified, and returning the results
9615 conveniently wrapped into a data frame.")
9616 (license license:gpl2+)))
9617
9618 (define-public r-mitools
9619 (package
9620 (name "r-mitools")
9621 (version "2.4")
9622 (source
9623 (origin
9624 (method url-fetch)
9625 (uri (cran-uri "mitools" version))
9626 (sha256
9627 (base32
9628 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
9629 (build-system r-build-system)
9630 (propagated-inputs `(("r-dbi" ,r-dbi)))
9631 (home-page "https://cran.r-project.org/web/packages/mitools/")
9632 (synopsis "Tools for multiple imputation of missing data")
9633 (description
9634 "This package provides tools to perform analyses and combine results from
9635 multiple-imputation datasets.")
9636 (license license:gpl2)))
9637
9638 (define-public r-mixsqp
9639 (package
9640 (name "r-mixsqp")
9641 (version "0.3-43")
9642 (source (origin
9643 (method url-fetch)
9644 (uri (cran-uri "mixsqp" version))
9645 (sha256
9646 (base32
9647 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
9648 (properties `((upstream-name . "mixsqp")))
9649 (build-system r-build-system)
9650 (propagated-inputs
9651 `(("r-irlba" ,r-irlba)
9652 ("r-rcpp" ,r-rcpp)
9653 ("r-rcpparmadillo" ,r-rcpparmadillo)))
9654 (native-inputs
9655 `(("r-knitr" ,r-knitr)))
9656 (home-page "https://github.com/stephenslab/mixsqp")
9657 (synopsis
9658 "Sequential quadratic programming for maximum-likelihood estimation")
9659 (description
9660 "This package provides an optimization method based on sequential
9661 quadratic programming for maximum likelihood estimation of the mixture
9662 proportions in a finite mixture model where the component densities are
9663 known. The algorithm is expected to obtain solutions that are at least
9664 as accurate as the state-of-the-art MOSEK interior-point solver, and they
9665 are expected to arrive at solutions more quickly when the number of
9666 samples is large and the number of mixture components is not too large.")
9667 (license license:expat)))
9668
9669 (define-public r-magick
9670 (package
9671 (name "r-magick")
9672 (version "2.7.0")
9673 (source
9674 (origin
9675 (method url-fetch)
9676 (uri (cran-uri "magick" version))
9677 (sha256
9678 (base32
9679 "0m1kij6pp7dmsrhl80h60iyccjqmbbb3zdnqdc9sgy1kj1x3pscp"))))
9680 (build-system r-build-system)
9681 (inputs
9682 `(("imagemagick" ,imagemagick)
9683 ("zlib" ,zlib)))
9684 (propagated-inputs
9685 `(("r-curl" ,r-curl)
9686 ("r-magrittr" ,r-magrittr)
9687 ("r-rcpp" ,r-rcpp)))
9688 (native-inputs
9689 `(("pkg-config" ,pkg-config)
9690 ("r-knitr" ,r-knitr)))
9691 (home-page "https://github.com/ropensci/magick")
9692 (synopsis "Advanced graphics and image-processing in R")
9693 (description
9694 "This package provides bindings to ImageMagick, a comprehensive image
9695 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
9696 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
9697 operations are vectorized via the Magick++ STL meaning they operate either on
9698 a single frame or a series of frames for working with layers, collages, or
9699 animation. In RStudio, images are automatically previewed when printed to the
9700 console, resulting in an interactive editing environment.")
9701 (license license:expat)))
9702
9703 (define-public r-survey
9704 (package
9705 (name "r-survey")
9706 (version "4.0")
9707 (source
9708 (origin
9709 (method url-fetch)
9710 (uri (cran-uri "survey" version))
9711 (sha256
9712 (base32
9713 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
9714 (build-system r-build-system)
9715 (propagated-inputs
9716 `(("r-lattice" ,r-lattice)
9717 ("r-matrix" ,r-matrix)
9718 ("r-minqa" ,r-minqa)
9719 ("r-mitools" ,r-mitools)
9720 ("r-numderiv" ,r-numderiv)
9721 ("r-survival" ,r-survival)))
9722 (home-page "http://r-survey.r-forge.r-project.org/survey/")
9723 (synopsis "Analysis of complex survey samples")
9724 (description
9725 "This package provides tools for the analysis of complex survey samples.
9726 The provided features include: summary statistics, two-sample tests, rank
9727 tests, generalised linear models, cumulative link models, Cox models,
9728 loglinear models, and general maximum pseudolikelihood estimation for
9729 multistage stratified, cluster-sampled, unequally weighted survey samples;
9730 variances by Taylor series linearisation or replicate weights;
9731 post-stratification, calibration, and raking; two-phase subsampling designs;
9732 graphics; PPS sampling without replacement; principal components, and factor
9733 analysis.")
9734 ;; Either version of the GPL.
9735 (license (list license:gpl2 license:gpl3))))
9736
9737 (define-public r-gee
9738 (package
9739 (name "r-gee")
9740 (version "4.13-20")
9741 (source
9742 (origin
9743 (method url-fetch)
9744 (uri (cran-uri "gee" version))
9745 (sha256
9746 (base32
9747 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
9748 (properties `((upstream-name . "gee")))
9749 (build-system r-build-system)
9750 (native-inputs
9751 `(("gfortran" ,gfortran)))
9752 (home-page "https://cran.r-project.org/web/packages/gee/")
9753 (synopsis "Generalized estimation equation solver")
9754 (description
9755 "This package provides a solver for generalized estimation equations.")
9756 (license license:gpl2)))
9757
9758 (define-public r-tab
9759 (package
9760 (name "r-tab")
9761 (version "4.1.1")
9762 (source
9763 (origin
9764 (method url-fetch)
9765 (uri (cran-uri "tab" version))
9766 (sha256
9767 (base32
9768 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
9769 (properties `((upstream-name . "tab")))
9770 (build-system r-build-system)
9771 (propagated-inputs
9772 `(("r-dplyr" ,r-dplyr)
9773 ("r-gee" ,r-gee)
9774 ("r-knitr" ,r-knitr)
9775 ("r-mass" ,r-mass)
9776 ("r-survey" ,r-survey)
9777 ("r-survival" ,r-survival)
9778 ("r-xtable" ,r-xtable)))
9779 (home-page "https://cran.r-project.org/web/packages/tab/")
9780 (synopsis "Create summary tables for statistical reports")
9781 (description
9782 "This package contains functions for creating various types of summary
9783 tables, e.g. comparing characteristics across levels of a categorical variable
9784 and summarizing fitted generalized linear models, generalized estimating
9785 equations, and Cox proportional hazards models. Functions are available to
9786 handle data from simple random samples as well as complex surveys.")
9787 (license license:gpl3+)))
9788
9789 (define-public r-dvmisc
9790 (package
9791 (name "r-dvmisc")
9792 (version "1.1.4")
9793 (source
9794 (origin
9795 (method url-fetch)
9796 (uri (cran-uri "dvmisc" version))
9797 (sha256
9798 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
9799 (build-system r-build-system)
9800 (propagated-inputs
9801 `(("r-cubature" ,r-cubature)
9802 ("r-data-table" ,r-data-table)
9803 ("r-dplyr" ,r-dplyr)
9804 ("r-ggplot2" ,r-ggplot2)
9805 ("r-mass" ,r-mass)
9806 ("r-mvtnorm" ,r-mvtnorm)
9807 ("r-pracma" ,r-pracma)
9808 ("r-rbenchmark" ,r-rbenchmark)
9809 ("r-rcpp" ,r-rcpp)
9810 ("r-survey" ,r-survey)
9811 ("r-tab" ,r-tab)))
9812 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
9813 (synopsis "Faster computation of common statistics and miscellaneous functions")
9814 (description
9815 "This package implements faster versions of base R functions (e.g. mean, standard
9816 deviation, covariance, weighted mean), mostly written in C++, along with
9817 miscellaneous functions for various purposes (e.g. create the histogram with
9818 fitted probability density function or probability mass function curve, create
9819 the body mass index groups, assess the linearity assumption in logistic
9820 regression).")
9821 (license license:gpl2)))
9822
9823 (define-public r-accelerometry
9824 (package
9825 (name "r-accelerometry")
9826 (version "3.1.2")
9827 (source
9828 (origin
9829 (method url-fetch)
9830 (uri (cran-uri "accelerometry" version))
9831 (sha256
9832 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
9833 (build-system r-build-system)
9834 (propagated-inputs
9835 `(("r-dvmisc" ,r-dvmisc)
9836 ("r-rcpp" ,r-rcpp)))
9837 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
9838 (synopsis "Functions for processing accelerometer data")
9839 (description
9840 "This package provides a collection of functions that perform operations on
9841 time-series accelerometer data, such as identify the non-wear time, flag minutes
9842 that are part of an activity bout, and find the maximum 10-minute average count
9843 value. The functions are generally very flexible, allowing for a variety of
9844 algorithms to be implemented.")
9845 (license license:gpl3)))
9846
9847 (define-public r-absim
9848 (package
9849 (name "r-absim")
9850 (version "0.2.6")
9851 (source
9852 (origin
9853 (method url-fetch)
9854 (uri (cran-uri "AbSim" version))
9855 (sha256
9856 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
9857 (properties `((upstream-name . "AbSim")))
9858 (build-system r-build-system)
9859 (propagated-inputs
9860 `(("r-ape" ,r-ape)
9861 ("r-powerlaw" ,r-powerlaw)))
9862 (home-page "https://cran.r-project.org/web/packages/AbSim/")
9863 (synopsis "Time resolved simulations of antibody repertoires")
9864 (description
9865 "This package provides simulation methods for the evolution of antibody repertoires.
9866 The heavy and light chain variable region of both human and C57BL/6 mice can
9867 be simulated in a time-dependent fashion. Both single lineages using one set of
9868 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
9869 with an initial V-D-J recombination event, starting the first phylogenetic tree.
9870 Upon completion, the main loop of the algorithm begins, with each iteration
9871 representing one simulated time step. Various mutation events are possible at
9872 each time step, contributing to a diverse final repertoire.")
9873 (license license:gpl2)))
9874
9875 (define-public r-quic
9876 (package
9877 (name "r-quic")
9878 (version "1.1")
9879 (source
9880 (origin
9881 (method url-fetch)
9882 (uri (cran-uri "QUIC" version))
9883 (sha256
9884 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
9885 (properties `((upstream-name . "QUIC")))
9886 (build-system r-build-system)
9887 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
9888 (synopsis "Regularized sparse inverse covariance matrix estimation")
9889 (description
9890 "This package implements the regularized Gaussian maximum likelihood
9891 estimation of the inverse of a covariance matrix. It uses Newton's method and
9892 coordinate descent to solve the regularized inverse covariance matrix
9893 estimation problem.")
9894 ;; The project home page states that the release is under GPLv3 or later.
9895 ;; The CRAN page only says GPL-3.
9896 (license license:gpl3+)))
9897
9898 (define-public r-abundant
9899 (package
9900 (name "r-abundant")
9901 (version "1.1")
9902 (source
9903 (origin
9904 (method url-fetch)
9905 (uri (cran-uri "abundant" version))
9906 (sha256
9907 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
9908 (build-system r-build-system)
9909 (propagated-inputs
9910 `(("r-quic" ,r-quic)))
9911 (home-page "https://cran.r-project.org/web/packages/abundant/")
9912 (synopsis "Abundant regression and high-dimensional principal fitted components")
9913 (description
9914 "This package provides tools to fit and predict with the high-dimensional
9915 principal fitted components model. This model is described by Cook, Forzani,
9916 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
9917 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
9918 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
9919 (license license:gpl2+)))
9920
9921 (define-public r-ac3net
9922 (package
9923 (name "r-ac3net")
9924 (version "1.2.2")
9925 (source
9926 (origin
9927 (method url-fetch)
9928 (uri (cran-uri "Ac3net" version))
9929 (sha256
9930 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
9931 (properties `((upstream-name . "Ac3net")))
9932 (build-system r-build-system)
9933 (propagated-inputs
9934 `(("r-data-table" ,r-data-table)))
9935 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
9936 (synopsis "Inferring directional conservative causal core gene networks")
9937 (description "This package infers directional Conservative causal core
9938 (gene) networks (C3NET). This is a version of the algorithm C3NET with
9939 directional network.")
9940 (license license:gpl3+)))
9941
9942 (define-public r-aca
9943 (package
9944 (name "r-aca")
9945 (version "1.1")
9946 (source
9947 (origin
9948 (method url-fetch)
9949 (uri (cran-uri "ACA" version))
9950 (sha256
9951 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
9952 (properties `((upstream-name . "ACA")))
9953 (build-system r-build-system)
9954 (home-page "https://cran.r-project.org/web/packages/ACA/")
9955 (synopsis "Abrupt change-point or aberration detection in point series")
9956 (description
9957 "This package offers an interactive function for the detection of breakpoints in
9958 series.")
9959 ;; Any version of the GPL
9960 (license (list license:gpl2+ license:gpl3+))))
9961
9962 (define-public r-acceptancesampling
9963 (package
9964 (name "r-acceptancesampling")
9965 (version "1.0-6")
9966 (source
9967 (origin
9968 (method url-fetch)
9969 (uri (cran-uri "AcceptanceSampling" version))
9970 (sha256
9971 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9972 (properties
9973 `((upstream-name . "AcceptanceSampling")))
9974 (build-system r-build-system)
9975 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
9976 (synopsis "Creation and evaluation of acceptance sampling plans")
9977 (description
9978 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
9979 acceptance sampling plans. Acceptance sampling is a methodology commonly used
9980 in quality control and improvement. International standards of acceptance
9981 sampling provide sampling plans for specific circumstances. The aim of this
9982 package is to provide an easy-to-use interface to visualize single, double or
9983 multiple sampling plans. In addition, methods have been provided to enable the
9984 user to assess sampling plans against pre-specified levels of performance, as
9985 measured by the probability of acceptance for a given level of quality in the
9986 lot.")
9987 (license license:gpl3+)))
9988
9989 (define-public r-acclma
9990 (package
9991 (name "r-acclma")
9992 (version "1.0")
9993 (source
9994 (origin
9995 (method url-fetch)
9996 (uri (cran-uri "ACCLMA" version))
9997 (sha256
9998 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
9999 (properties `((upstream-name . "ACCLMA")))
10000 (build-system r-build-system)
10001 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
10002 (synopsis "ACC & LMA graph plotting")
10003 (description
10004 "This package contains a function that imports data from a @acronym{CSV,
10005 Comma-Separated Values} file, or uses manually entered data from the format (x,
10006 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
10007 Curve} vs @acronym{LOI, Line of Independence} graph and
10008 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
10009 function is @code{plotLMA} (source file, header) that takes a data set and plots the
10010 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
10011 string) was passed, a manual data entry window is opened. The header parameter
10012 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
10013 a header row or not. The dataset should contain only one independent variable
10014 (x) and one dependent variable (y) and can contain a weight for each
10015 observation.")
10016 (license license:gpl2)))
10017
10018 (define-public r-aspi
10019 (package
10020 (name "r-aspi")
10021 (version "0.2.0")
10022 (source
10023 (origin
10024 (method url-fetch)
10025 (uri (cran-uri "aspi" version))
10026 (sha256
10027 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
10028 (build-system r-build-system)
10029 (home-page
10030 "https://cran.r-project.org/web/packages/aspi/")
10031 (synopsis
10032 "Analysis of symmetry of parasitic infections")
10033 (description
10034 "This package provides tools for the analysis and visualization of bilateral
10035 asymmetry in parasitic infections.")
10036 (license license:gpl3+)))
10037
10038 (define-public r-sandwich
10039 (package
10040 (name "r-sandwich")
10041 (version "3.0-0")
10042 (source
10043 (origin
10044 (method url-fetch)
10045 (uri (cran-uri "sandwich" version))
10046 (sha256
10047 (base32
10048 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
10049 (build-system r-build-system)
10050 (propagated-inputs
10051 `(("r-zoo" ,r-zoo)))
10052 (home-page "https://cran.r-project.org/web/packages/sandwich/")
10053 (synopsis "Robust Covariance Matrix Estimators")
10054 (description
10055 "This package provides model-robust standard error estimators for
10056 cross-sectional, time series, clustered, panel, and longitudinal data.")
10057 ;; Either version of the license.
10058 (license (list license:gpl2 license:gpl3))))
10059
10060 (define-public r-th-data
10061 (package
10062 (name "r-th-data")
10063 (version "1.0-10")
10064 (source
10065 (origin
10066 (method url-fetch)
10067 (uri (cran-uri "TH.data" version))
10068 (sha256
10069 (base32
10070 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
10071 (properties `((upstream-name . "TH.data")))
10072 (build-system r-build-system)
10073 (propagated-inputs
10074 `(("r-mass" ,r-mass)
10075 ("r-survival" ,r-survival)))
10076 (home-page "https://cran.r-project.org/web/packages/TH.data/")
10077 (synopsis "Shared data sets")
10078 (description
10079 "This package contains supporting data sets that are used in other
10080 packages maintained by Torsten Hothorn.")
10081 (license license:gpl3)))
10082
10083 (define-public r-multcomp
10084 (package
10085 (name "r-multcomp")
10086 (version "1.4-16")
10087 (source
10088 (origin
10089 (method url-fetch)
10090 (uri (cran-uri "multcomp" version))
10091 (sha256
10092 (base32
10093 "1s8qmljawalisggniy7va5l5cicsgvs0lp20c33vxlvyiy0dbb1s"))))
10094 (build-system r-build-system)
10095 (propagated-inputs
10096 `(("r-codetools" ,r-codetools)
10097 ("r-mvtnorm" ,r-mvtnorm)
10098 ("r-sandwich" ,r-sandwich)
10099 ("r-survival" ,r-survival)
10100 ("r-th-data" ,r-th-data)))
10101 (home-page "https://cran.r-project.org/web/packages/multcomp/")
10102 (synopsis "Simultaneous inference in general parametric models")
10103 (description
10104 "Simultaneous tests and confidence intervals for general linear
10105 hypotheses in parametric models, including linear, generalized linear, linear
10106 mixed effects, and survival models. The package includes demos reproducing
10107 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
10108 Hothorn, Westfall, 2010, CRC Press).")
10109 (license license:gpl2)))
10110
10111 (define-public r-emmeans
10112 (package
10113 (name "r-emmeans")
10114 (version "1.5.4")
10115 (source
10116 (origin
10117 (method url-fetch)
10118 (uri (cran-uri "emmeans" version))
10119 (sha256
10120 (base32
10121 "1rbh3ls23fazrwpsam5llk3kqdzz2zvsms3i4f1cgn34ky3w8361"))))
10122 (build-system r-build-system)
10123 (propagated-inputs
10124 `(("r-estimability" ,r-estimability)
10125 ("r-mvtnorm" ,r-mvtnorm)
10126 ("r-numderiv" ,r-numderiv)
10127 ("r-plyr" ,r-plyr)
10128 ("r-xtable" ,r-xtable)))
10129 (native-inputs
10130 `(("r-knitr" ,r-knitr)))
10131 (home-page "https://github.com/rvlenth/emmeans")
10132 (synopsis "Estimated marginal means, aka least-squares means")
10133 (description
10134 "This package provides tools to obtain @dfn{estimated marginal
10135 means} (EMMs) for many linear, generalized linear, and mixed models. It can
10136 be used to compute contrasts or linear functions of EMMs, trends, and
10137 comparisons of slopes.")
10138 ;; Either version of the license.
10139 (license (list license:gpl2 license:gpl3))))
10140
10141 (define-public r-pwr
10142 (package
10143 (name "r-pwr")
10144 (version "1.3-0")
10145 (source
10146 (origin
10147 (method url-fetch)
10148 (uri (cran-uri "pwr" version))
10149 (sha256
10150 (base32
10151 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
10152 (build-system r-build-system)
10153 (native-inputs
10154 `(("r-knitr" ,r-knitr)))
10155 (home-page "https://github.com/heliosdrm/pwr")
10156 (synopsis "Basic functions for power analysis")
10157 (description
10158 "This package provides power analysis functions along the lines of
10159 Cohen (1988).")
10160 (license license:gpl3+)))
10161
10162 (define-public r-libcoin
10163 (package
10164 (name "r-libcoin")
10165 (version "1.0-8")
10166 (source
10167 (origin
10168 (method url-fetch)
10169 (uri (cran-uri "libcoin" version))
10170 (sha256
10171 (base32 "0izgnr4zdrbz3a05b0s28xfly4izp2zslgh282l9ads4skrmj3hl"))))
10172 (build-system r-build-system)
10173 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
10174 (home-page "https://cran.r-project.org/web/packages/libcoin")
10175 (synopsis "Linear test statistics for permutation inference")
10176 (description
10177 "This package provides basic infrastructure for linear test statistics
10178 and permutation inference in the framework of Strasser and Weber (1999).")
10179 (license license:gpl2)))
10180
10181 (define-public r-coin
10182 (package
10183 (name "r-coin")
10184 (version "1.4-1")
10185 (source
10186 (origin
10187 (method url-fetch)
10188 (uri (cran-uri "coin" version))
10189 (sha256
10190 (base32
10191 "15xvhnbyg34aacn6jfz4bsa1f7wq2ci0hslj8mgymql90k50x1qi"))))
10192 (build-system r-build-system)
10193 (propagated-inputs
10194 `(("r-libcoin" ,r-libcoin)
10195 ("r-matrixstats" ,r-matrixstats)
10196 ("r-modeltools" ,r-modeltools)
10197 ("r-multcomp" ,r-multcomp)
10198 ("r-mvtnorm" ,r-mvtnorm)
10199 ("r-survival" ,r-survival)))
10200 (home-page "http://coin.r-forge.r-project.org")
10201 (synopsis "Conditional inference procedures in a permutation test framework")
10202 (description
10203 "This package provides conditional inference procedures for the general
10204 independence problem including two-sample, K-sample (non-parametric ANOVA),
10205 correlation, censored, ordered and multivariate problems.")
10206 (license license:gpl2)))
10207
10208 (define-public r-bayesplot
10209 (package
10210 (name "r-bayesplot")
10211 (version "1.8.0")
10212 (source
10213 (origin
10214 (method url-fetch)
10215 (uri (cran-uri "bayesplot" version))
10216 (sha256
10217 (base32
10218 "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
10219 (build-system r-build-system)
10220 (inputs
10221 `(("pandoc" ,pandoc)
10222 ("pandoc-citeproc" ,pandoc-citeproc)))
10223 (native-inputs
10224 `(("r-knitr" ,r-knitr)))
10225 (propagated-inputs
10226 `(("r-dplyr" ,r-dplyr)
10227 ("r-ggplot2" ,r-ggplot2)
10228 ("r-ggridges" ,r-ggridges)
10229 ("r-glue" ,r-glue)
10230 ("r-reshape2" ,r-reshape2)
10231 ("r-rlang" ,r-rlang)
10232 ("r-tibble" ,r-tibble)
10233 ("r-tidyselect" ,r-tidyselect)))
10234 (home-page "https://mc-stan.org/bayesplot")
10235 (synopsis "Plotting for Bayesian models")
10236 (description
10237 "This package provides plotting functions for posterior analysis, model
10238 checking, and MCMC diagnostics. The package is designed not only to provide
10239 convenient functionality for users, but also a common set of functions that
10240 can be easily used by developers working on a variety of R packages for
10241 Bayesian modeling.")
10242 (license license:gpl3+)))
10243
10244 (define-public r-tmb
10245 (package
10246 (name "r-tmb")
10247 (version "1.7.19")
10248 (source
10249 (origin
10250 (method url-fetch)
10251 (uri (cran-uri "TMB" version))
10252 (sha256
10253 (base32
10254 "0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
10255 (properties `((upstream-name . "TMB")))
10256 (build-system r-build-system)
10257 (propagated-inputs
10258 `(("r-matrix" ,r-matrix)
10259 ("r-rcppeigen" ,r-rcppeigen)))
10260 (home-page "http://tmb-project.org")
10261 (synopsis "Template model builder: a general random effect tool")
10262 (description
10263 "With this tool, a user should be able to quickly implement complex
10264 random effect models through simple C++ templates. The package combines
10265 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
10266 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
10267 from R) to obtain an efficient implementation of the applied Laplace
10268 approximation with exact derivatives. Key features are: Automatic sparseness
10269 detection, parallelism through BLAS and parallel user templates.")
10270 (license license:gpl2)))
10271
10272 (define-public r-sjstats
10273 (package
10274 (name "r-sjstats")
10275 (version "0.18.1")
10276 (source
10277 (origin
10278 (method url-fetch)
10279 (uri (cran-uri "sjstats" version))
10280 (sha256
10281 (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
10282 (build-system r-build-system)
10283 (propagated-inputs
10284 `(("r-bayestestr" ,r-bayestestr)
10285 ("r-broom" ,r-broom)
10286 ("r-dplyr" ,r-dplyr)
10287 ("r-effectsize" ,r-effectsize)
10288 ("r-emmeans" ,r-emmeans)
10289 ("r-insight" ,r-insight)
10290 ("r-lme4" ,r-lme4)
10291 ("r-magrittr" ,r-magrittr)
10292 ("r-mass" ,r-mass)
10293 ("r-modelr" ,r-modelr)
10294 ("r-parameters" ,r-parameters)
10295 ("r-performance" ,r-performance)
10296 ("r-purrr" ,r-purrr)
10297 ("r-rlang" ,r-rlang)
10298 ("r-sjlabelled" ,r-sjlabelled)
10299 ("r-sjmisc" ,r-sjmisc)
10300 ("r-tidyr" ,r-tidyr)))
10301 (home-page "https://github.com/strengejacke/sjstats")
10302 (synopsis "Functions for common statistical computations")
10303 (description
10304 "This package provides a collection of convenient functions for common
10305 statistical computations, which are not directly provided by R's @code{base}
10306 or @code{stats} packages. This package aims at providing, first, shortcuts
10307 for statistical measures, which otherwise could only be calculated with
10308 additional effort. Second, these shortcut functions are generic, and can be
10309 applied not only to vectors, but also to other objects as well. The focus of
10310 most functions lies on summary statistics or fit measures for regression
10311 models, including generalized linear models, mixed effects models and Bayesian
10312 models.")
10313 (license license:gpl3)))
10314
10315 (define-public r-glmmtmb
10316 (package
10317 (name "r-glmmtmb")
10318 (version "1.0.2.1")
10319 (source
10320 (origin
10321 (method url-fetch)
10322 (uri (cran-uri "glmmTMB" version))
10323 (sha256
10324 (base32
10325 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
10326 (properties `((upstream-name . "glmmTMB")))
10327 (build-system r-build-system)
10328 (propagated-inputs
10329 `(("r-lme4" ,r-lme4)
10330 ("r-matrix" ,r-matrix)
10331 ("r-nlme" ,r-nlme)
10332 ("r-rcppeigen" ,r-rcppeigen)
10333 ("r-tmb" ,r-tmb)))
10334 (native-inputs
10335 `(("r-knitr" ,r-knitr))) ; for vignettes
10336 (home-page "https://github.com/glmmTMB")
10337 (synopsis "Generalized linear mixed models")
10338 (description
10339 "Fit linear and generalized linear mixed models with various extensions,
10340 including zero-inflation. The models are fitted using maximum likelihood
10341 estimation via the Template Model Builder. Random effects are assumed to be
10342 Gaussian on the scale of the linear predictor and are integrated out using the
10343 Laplace approximation. Gradients are calculated using automatic
10344 differentiation.")
10345 (license license:agpl3+)))
10346
10347 (define-public r-bayestestr
10348 (package
10349 (name "r-bayestestr")
10350 (version "0.8.2")
10351 (source
10352 (origin
10353 (method url-fetch)
10354 (uri (cran-uri "bayestestR" version))
10355 (sha256
10356 (base32
10357 "06y7vccgln1882yv04may9p6s915py8nnhg82d5ppbpxzcifi7l4"))))
10358 (properties `((upstream-name . "bayestestR")))
10359 (build-system r-build-system)
10360 (propagated-inputs
10361 `(("r-insight" ,r-insight)))
10362 (native-inputs
10363 `(("r-knitr" ,r-knitr)))
10364 (home-page "https://github.com/easystats/bayestestR")
10365 (synopsis "Describe Bayesian models and posterior distributions")
10366 (description
10367 "This package provides utilities to understand and describe posterior
10368 distributions and Bayesian models. It includes point-estimates such as
10369 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
10370 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
10371 ROPE percentage and pd).")
10372 (license license:gpl3)))
10373
10374 (define-public r-performance
10375 (package
10376 (name "r-performance")
10377 (version "0.7.0")
10378 (source
10379 (origin
10380 (method url-fetch)
10381 (uri (cran-uri "performance" version))
10382 (sha256
10383 (base32
10384 "1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj"))))
10385 (build-system r-build-system)
10386 (propagated-inputs
10387 `(("r-bayestestr" ,r-bayestestr)
10388 ("r-insight" ,r-insight)))
10389 (home-page "https://easystats.github.io/performance/")
10390 (synopsis "Assessment of regression models performance")
10391 (description
10392 "This package provides utilities for computing measures to assess model
10393 quality, which are not directly provided by R's @code{base} or @code{stats}
10394 packages. These include e.g. measures like r-squared, intraclass correlation
10395 coefficient, root mean squared error or functions to check models for
10396 overdispersion, singularity or zero-inflation and more. Functions apply to a
10397 large variety of regression models, including generalized linear models, mixed
10398 effects models and Bayesian models.")
10399 (license license:gpl3)))
10400
10401 (define-public r-ggeffects
10402 (package
10403 (name "r-ggeffects")
10404 (version "1.0.1")
10405 (source
10406 (origin
10407 (method url-fetch)
10408 (uri (cran-uri "ggeffects" version))
10409 (sha256
10410 (base32
10411 "1c5rvycaqp7zp1j6j17c84v8nlpi0w7bhfxmcha4n37m0snk1kgy"))))
10412 (build-system r-build-system)
10413 (propagated-inputs
10414 `(("r-insight" ,r-insight)
10415 ("r-mass" ,r-mass)
10416 ("r-sjlabelled" ,r-sjlabelled)))
10417 (native-inputs
10418 `(("r-knitr" ,r-knitr)))
10419 (home-page "https://github.com/strengejacke/ggeffects")
10420 (synopsis "Create tidy data frames of marginal effects for ggplot")
10421 (description
10422 "This package provides tools to compute marginal effects from statistical
10423 models and return the result as tidy data frames. These data frames are ready
10424 to use with the @code{ggplot2} package. Marginal effects can be calculated
10425 for many different models. Interaction terms, splines and polynomial terms
10426 are also supported. The two main functions are @code{ggpredict()} and
10427 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
10428 results using @code{ggplot2}.")
10429 (license license:gpl3)))
10430
10431 (define-public r-effectsize
10432 (package
10433 (name "r-effectsize")
10434 (version "0.4.4")
10435 (source
10436 (origin
10437 (method url-fetch)
10438 (uri (cran-uri "effectsize" version))
10439 (sha256
10440 (base32
10441 "0mgkq12ym72ncakkjpkzkjglhksyhj3iw8v4a8fjgpf7prvn191g"))))
10442 (properties `((upstream-name . "effectsize")))
10443 (build-system r-build-system)
10444 (propagated-inputs
10445 `(("r-bayestestr" ,r-bayestestr)
10446 ("r-insight" ,r-insight)
10447 ("r-parameters" ,r-parameters)))
10448 (native-inputs
10449 `(("r-knitr" ,r-knitr)))
10450 (home-page "https://github.com/easystats/effectsize")
10451 (synopsis "Indices of effect size and standardized parameters")
10452 (description
10453 "This package provides utilities to work with indices of effect size and
10454 standardized parameters for a wide variety of models, allowing computation and
10455 conversion of indices such as Cohen's d, r, odds, etc.")
10456 (license license:gpl3)))
10457
10458 (define-public r-sjplot
10459 (package
10460 (name "r-sjplot")
10461 (version "2.8.7")
10462 (source
10463 (origin
10464 (method url-fetch)
10465 (uri (cran-uri "sjPlot" version))
10466 (sha256
10467 (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0"))))
10468 (properties `((upstream-name . "sjPlot")))
10469 (build-system r-build-system)
10470 (propagated-inputs
10471 `(("r-bayestestr" ,r-bayestestr)
10472 ("r-dplyr" ,r-dplyr)
10473 ("r-effectsize" ,r-effectsize)
10474 ("r-ggeffects" ,r-ggeffects)
10475 ("r-ggplot2" ,r-ggplot2)
10476 ("r-insight" ,r-insight)
10477 ("r-knitr" ,r-knitr)
10478 ("r-mass" ,r-mass)
10479 ("r-parameters" ,r-parameters)
10480 ("r-performance" ,r-performance)
10481 ("r-purrr" ,r-purrr)
10482 ("r-rlang" ,r-rlang)
10483 ("r-scales" ,r-scales)
10484 ("r-sjlabelled" ,r-sjlabelled)
10485 ("r-sjmisc" ,r-sjmisc)
10486 ("r-sjstats" ,r-sjstats)
10487 ("r-tidyr" ,r-tidyr)))
10488 (native-inputs
10489 `(("r-knitr" ,r-knitr)))
10490 (home-page "https://strengejacke.github.io/sjPlot/")
10491 (synopsis "Data visualization for statistics in social science")
10492 (description
10493 "This package represents a collection of plotting and table output
10494 functions for data visualization. Results of various statistical
10495 analyses (that are commonly used in social sciences) can be visualized using
10496 this package, including simple and cross tabulated frequencies, histograms,
10497 box plots, (generalized) linear models, mixed effects models, principal
10498 component analysis and correlation matrices, cluster analyses, scatter plots,
10499 stacked scales, effects plots of regression models (including interaction
10500 terms) and much more. This package supports labelled data.")
10501 (license license:gpl3)))
10502
10503 (define-public r-ini
10504 (package
10505 (name "r-ini")
10506 (version "0.3.1")
10507 (source
10508 (origin
10509 (method url-fetch)
10510 (uri (cran-uri "ini" version))
10511 (sha256
10512 (base32
10513 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
10514 (build-system r-build-system)
10515 (home-page "https://github.com/dvdscripter/ini")
10516 (synopsis "Read and write configuration files")
10517 (description
10518 "This package provides tools to parse simple @code{.ini} configuration
10519 files to an structured list. Users can manipulate this resulting list with
10520 @code{lapply()} functions. This same structured list can be used to write
10521 back to file after modifications.")
10522 (license license:gpl3)))
10523
10524 (define-public r-gitcreds
10525 (package
10526 (name "r-gitcreds")
10527 (version "0.1.1")
10528 (source
10529 (origin
10530 (method url-fetch)
10531 (uri (cran-uri "gitcreds" version))
10532 (sha256
10533 (base32
10534 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
10535 (properties `((upstream-name . "gitcreds")))
10536 (build-system r-build-system)
10537 (inputs `(("git" ,git-minimal)))
10538 (native-inputs `(("r-knitr" ,r-knitr)))
10539 (home-page "https://github.com/r-lib/gitcreds")
10540 (synopsis "Query git credentials from R")
10541 (description
10542 "Query, set, and delete credentials from the git credential store.
10543 Manage GitHub tokens and other git credentials. This package is to be used by
10544 other packages that need to authenticate to GitHub and/or other git
10545 repositories.")
10546 (license license:expat)))
10547
10548 (define-public r-gh
10549 (package
10550 (name "r-gh")
10551 (version "1.2.0")
10552 (source
10553 (origin
10554 (method url-fetch)
10555 (uri (cran-uri "gh" version))
10556 (sha256
10557 (base32
10558 "1zvy3ylxvni10lhvmbm9h14mg4wlsbdbzbzviwf28jxss8749219"))))
10559 (build-system r-build-system)
10560 (propagated-inputs
10561 `(("r-cli" ,r-cli)
10562 ("r-gitcreds" ,r-gitcreds)
10563 ("r-httr" ,r-httr)
10564 ("r-ini" ,r-ini)
10565 ("r-jsonlite" ,r-jsonlite)))
10566 (native-inputs
10567 `(("r-knitr" ,r-knitr)))
10568 (home-page "https://github.com/r-lib/gh#readme")
10569 (synopsis "Access the GitHub API via R")
10570 (description
10571 "This package provides a minimal R client to access the GitHub API.")
10572 (license license:expat)))
10573
10574 (define-public r-fs
10575 (package
10576 (name "r-fs")
10577 (version "1.5.0")
10578 (source
10579 (origin
10580 (method url-fetch)
10581 (uri (cran-uri "fs" version))
10582 (sha256
10583 (base32
10584 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
10585 (build-system r-build-system)
10586 (native-inputs
10587 `(("r-knitr" ,r-knitr)))
10588 (home-page "https://fs.r-lib.org")
10589 (synopsis "Cross-platform file system operations based on libuv")
10590 (description
10591 "This package provides a cross-platform interface to file system
10592 operations, built on top of the libuv C library.")
10593 (license license:gpl3)))
10594
10595 (define-public r-clisymbols
10596 (package
10597 (name "r-clisymbols")
10598 (version "1.2.0")
10599 (source
10600 (origin
10601 (method url-fetch)
10602 (uri (cran-uri "clisymbols" version))
10603 (sha256
10604 (base32
10605 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
10606 (build-system r-build-system)
10607 (home-page "https://github.com/gaborcsardi/clisymbols")
10608 (synopsis "Unicode symbols at the R prompt")
10609 (description
10610 "This package provides a small subset of Unicode symbols, that are useful
10611 when building command line applications. They fall back to alternatives on
10612 terminals that do not support Unicode.")
10613 (license license:expat)))
10614
10615 (define-public r-credentials
10616 (package
10617 (name "r-credentials")
10618 (version "1.3.0")
10619 (source
10620 (origin
10621 (method url-fetch)
10622 (uri (cran-uri "credentials" version))
10623 (sha256
10624 (base32
10625 "1w9zj34xdwz9bszsvhv2cbgq96y5sgxbh7ndn31pgfcpzlkfq6f1"))))
10626 (properties `((upstream-name . "credentials")))
10627 (build-system r-build-system)
10628 (arguments
10629 `(#:phases
10630 (modify-phases %standard-phases
10631 (add-after 'unpack 'setenv-HOME
10632 (lambda _
10633 ;; This is necessary because git looks for $HOME/.gitconfig
10634 (setenv "HOME" "/tmp")
10635 #t)))))
10636 (inputs
10637 `(("git" ,git-minimal)))
10638 (propagated-inputs
10639 `(("r-askpass" ,r-askpass)
10640 ("r-curl" ,r-curl)
10641 ("r-jsonlite" ,r-jsonlite)
10642 ("r-openssl" ,r-openssl)
10643 ("r-sys" ,r-sys)))
10644 (native-inputs
10645 `(("r-knitr" ,r-knitr)))
10646 (home-page "https://docs.ropensci.org/credentials/")
10647 (synopsis "Tools for managing SSH and Git credentials")
10648 (description
10649 "This package assists you in setting up and retrieving of HTTPS and SSH
10650 credentials for use with git and other services. For HTTPS remotes the
10651 package interfaces the @command{git-credential} utility which @command{git}
10652 uses to store HTTP usernames and passwords. For SSH remotes this package
10653 provides convenient functions to find or generate appropriate SSH keys. The
10654 package both helps the user to setup a local git installation, and also
10655 provides a back-end for git/ssh client libraries to authenticate with existing
10656 user credentials.")
10657 (license license:expat)))
10658
10659 (define-public r-gert
10660 (package
10661 (name "r-gert")
10662 (version "1.2.0")
10663 (source
10664 (origin
10665 (method url-fetch)
10666 (uri (cran-uri "gert" version))
10667 (sha256
10668 (base32
10669 "0ag2ia6cfb5drf3517lg5nhik1w0nv09a75wdy5jdciws1qra3d6"))))
10670 (properties `((upstream-name . "gert")))
10671 (build-system r-build-system)
10672 (inputs
10673 `(("libgit2" ,libgit2)
10674 ("zlib" ,zlib)))
10675 (propagated-inputs
10676 `(("r-askpass" ,r-askpass)
10677 ("r-credentials" ,r-credentials)
10678 ("r-openssl" ,r-openssl)
10679 ("r-rstudioapi" ,r-rstudioapi)
10680 ("r-sys" ,r-sys)
10681 ("r-zip" ,r-zip)))
10682 (native-inputs
10683 `(("pkg-config" ,pkg-config)
10684 ("r-knitr" ,r-knitr)))
10685 (home-page "https://docs.ropensci.org/gert/")
10686 (synopsis "Simple Git client for R")
10687 (description
10688 "This package provides a simple git client for R based on libgit2 with
10689 support for SSH and HTTPS remotes. All functions in gert use basic R data
10690 types (such as vectors and data-frames) for their arguments and return values.
10691 User credentials are shared with command line git through the
10692 @code{git-credential} store and SSH keys stored on disk or ssh-agent.")
10693 (license license:expat)))
10694
10695 (define-public r-usethis
10696 (package
10697 (name "r-usethis")
10698 (version "2.0.1")
10699 (source
10700 (origin
10701 (method url-fetch)
10702 (uri (cran-uri "usethis" version))
10703 (sha256
10704 (base32
10705 "1j6nzzrm2m6vi1gq0d5kxnnr9d8cy88wpmgigz3inych65x9w9pg"))))
10706 (build-system r-build-system)
10707 (propagated-inputs
10708 `(("r-cli" ,r-cli)
10709 ("r-clipr" ,r-clipr)
10710 ("r-crayon" ,r-crayon)
10711 ("r-curl" ,r-curl)
10712 ("r-desc" ,r-desc)
10713 ("r-fs" ,r-fs)
10714 ("r-gert" ,r-gert)
10715 ("r-gh" ,r-gh)
10716 ("r-glue" ,r-glue)
10717 ("r-jsonlite" ,r-jsonlite)
10718 ("r-lifecycle" ,r-lifecycle)
10719 ("r-purrr" ,r-purrr)
10720 ("r-rappdirs" ,r-rappdirs)
10721 ("r-rlang" ,r-rlang)
10722 ("r-rprojroot" ,r-rprojroot)
10723 ("r-rstudioapi" ,r-rstudioapi)
10724 ("r-whisker" ,r-whisker)
10725 ("r-withr" ,r-withr)
10726 ("r-yaml" ,r-yaml)))
10727 (home-page "https://github.com/r-lib/usethis")
10728 (synopsis "Automate R package and project setup")
10729 (description
10730 "This package helps you to automate R package and project setup tasks
10731 that are otherwise performed manually. This includes setting up unit testing,
10732 test coverage, continuous integration, Git, GitHub integration, licenses,
10733 Rcpp, RStudio projects, and more.")
10734 (license license:gpl3)))
10735
10736 (define-public r-sessioninfo
10737 (package
10738 (name "r-sessioninfo")
10739 (version "1.1.1")
10740 (source
10741 (origin
10742 (method url-fetch)
10743 (uri (cran-uri "sessioninfo" version))
10744 (sha256
10745 (base32
10746 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
10747 (build-system r-build-system)
10748 (propagated-inputs
10749 `(("r-cli" ,r-cli)
10750 ("r-withr" ,r-withr)))
10751 (home-page "https://github.com/r-lib/sessioninfo#readme")
10752 (synopsis "R session information")
10753 (description
10754 "This package provides tools to query and print information about the
10755 current R session. It is similar to @code{utils::sessionInfo()}, but includes
10756 more information about packages, and where they were installed from.")
10757 (license license:gpl2)))
10758
10759 (define-public r-remotes
10760 (package
10761 (name "r-remotes")
10762 (version "2.2.0")
10763 (source
10764 (origin
10765 (method url-fetch)
10766 (uri (cran-uri "remotes" version))
10767 (sha256
10768 (base32
10769 "1f1kdw9j1wald3fs8b3n68x1kljy07j60g3aw1aarx26ikyk9whj"))))
10770 (build-system r-build-system)
10771 (native-inputs
10772 `(("r-knitr" ,r-knitr)))
10773 (home-page "https://github.com/r-lib/remotes#readme")
10774 (synopsis "R package installation from remote repositories")
10775 (description
10776 "Download and install R packages stored in GitHub, BitBucket, or plain
10777 subversion or git repositories. This package is a lightweight replacement of
10778 the @code{install_*} functions in the @code{devtools} package. Indeed most of
10779 the code was copied over from @code{devtools}.")
10780 (license license:gpl2+)))
10781
10782 (define-public r-xopen
10783 (package
10784 (name "r-xopen")
10785 (version "1.0.0")
10786 (source
10787 (origin
10788 (method url-fetch)
10789 (uri (cran-uri "xopen" version))
10790 (sha256
10791 (base32
10792 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
10793 (build-system r-build-system)
10794 (propagated-inputs
10795 `(("r-processx" ,r-processx)))
10796 (home-page "https://github.com/r-lib/xopen#readme")
10797 (synopsis "Open system files, URLs, anything")
10798 (description
10799 "This package provides a cross-platform solution to open files,
10800 directories or URLs with their associated programs.")
10801 (license license:expat)))
10802
10803 (define-public r-rcmdcheck
10804 (package
10805 (name "r-rcmdcheck")
10806 (version "1.3.3")
10807 (source
10808 (origin
10809 (method url-fetch)
10810 (uri (cran-uri "rcmdcheck" version))
10811 (sha256
10812 (base32
10813 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
10814 (build-system r-build-system)
10815 (propagated-inputs
10816 `(("r-callr" ,r-callr)
10817 ("r-cli" ,r-cli)
10818 ("r-crayon" ,r-crayon)
10819 ("r-desc" ,r-desc)
10820 ("r-digest" ,r-digest)
10821 ("r-pkgbuild" ,r-pkgbuild)
10822 ("r-prettyunits" ,r-prettyunits)
10823 ("r-r6" ,r-r6)
10824 ("r-rprojroot" ,r-rprojroot)
10825 ("r-sessioninfo" ,r-sessioninfo)
10826 ("r-withr" ,r-withr)
10827 ("r-xopen" ,r-xopen)))
10828 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
10829 (synopsis "Run R CMD check from R and capture results")
10830 (description
10831 "Run @code{R CMD check} from R programmatically, and capture the results
10832 of the individual checks.")
10833 (license license:expat)))
10834
10835 (define-public r-rapportools
10836 (package
10837 (name "r-rapportools")
10838 (version "1.0")
10839 (source
10840 (origin
10841 (method url-fetch)
10842 (uri (cran-uri "rapportools" version))
10843 (sha256
10844 (base32
10845 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
10846 (build-system r-build-system)
10847 (propagated-inputs
10848 `(("r-pander" ,r-pander)
10849 ("r-plyr" ,r-plyr)
10850 ("r-reshape" ,r-reshape)))
10851 (home-page "https://cran.r-project.org/web/packages/rapportools/")
10852 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
10853 (description
10854 "This package provides helper functions that act as wrappers to more
10855 advanced statistical methods with the advantage of having sane defaults for
10856 quick reporting.")
10857 (license license:agpl3+)))
10858
10859 (define-public r-pander
10860 (package
10861 (name "r-pander")
10862 (version "0.6.3")
10863 (source
10864 (origin
10865 (method url-fetch)
10866 (uri (cran-uri "pander" version))
10867 (sha256
10868 (base32
10869 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
10870 (build-system r-build-system)
10871 (propagated-inputs
10872 `(("r-digest" ,r-digest)
10873 ("r-rcpp" ,r-rcpp)))
10874 (home-page "https://rapporter.github.io/pander")
10875 (synopsis "Render R objects into Pandoc's markdown")
10876 (description
10877 "The main aim of the pander R package is to provide a minimal and easy
10878 tool for rendering R objects into Pandoc's markdown. The package is also
10879 capable of exporting/converting complex Pandoc documents (reports) in various
10880 ways.")
10881 ;; This package is licensed under either the AGPLv3+ or the very rarely
10882 ;; used OSL 3.0.
10883 (license license:agpl3+)))
10884
10885 (define-public r-summarytools
10886 (package
10887 (name "r-summarytools")
10888 (version "0.9.8")
10889 (source
10890 (origin
10891 (method url-fetch)
10892 (uri (cran-uri "summarytools" version))
10893 (sha256
10894 (base32
10895 "0n7rad6bkfn9cb99wbfzbwl5qzch48r0gafhddfcqvyh4fbn2k0j"))))
10896 (build-system r-build-system)
10897 (propagated-inputs
10898 `(("r-base64enc" ,r-base64enc)
10899 ("r-checkmate" ,r-checkmate)
10900 ("r-dplyr" ,r-dplyr)
10901 ("r-htmltools" ,r-htmltools)
10902 ("r-lubridate" ,r-lubridate)
10903 ("r-magick" ,r-magick)
10904 ("r-matrixstats" ,r-matrixstats)
10905 ("r-pander" ,r-pander)
10906 ("r-pryr" ,r-pryr)
10907 ("r-rapportools" ,r-rapportools)
10908 ("r-tibble" ,r-tibble)
10909 ("r-tidyr" ,r-tidyr)))
10910 (native-inputs
10911 `(("r-knitr" ,r-knitr)))
10912 (home-page "https://github.com/dcomtois/summarytools")
10913 (synopsis "Tools to quickly and neatly summarize data")
10914 (description
10915 "This package provides tools for data frame summaries, cross-tabulations,
10916 weight-enabled frequency tables and common univariate statistics in concise
10917 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
10918 good point-of-entry for exploring data, both for experienced and new R
10919 users.")
10920 (license license:gpl2)))
10921
10922 (define-public r-lsei
10923 (package
10924 (name "r-lsei")
10925 (version "1.3-0")
10926 (source
10927 (origin
10928 (method url-fetch)
10929 (uri (cran-uri "lsei" version))
10930 (sha256
10931 (base32
10932 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
10933 (build-system r-build-system)
10934 (native-inputs
10935 `(("gfortran" ,gfortran)))
10936 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10937 (synopsis "Solve regression problems under equality/inequality constraints")
10938 (description
10939 "It contains functions that solve least squares linear regression
10940 problems under linear equality/inequality constraints. Functions for solving
10941 quadratic programming problems are also available, which transform such
10942 problems into least squares ones first.")
10943 (license license:gpl2+)))
10944
10945 (define-public r-npsurv
10946 (package
10947 (name "r-npsurv")
10948 (version "0.5-0")
10949 (source
10950 (origin
10951 (method url-fetch)
10952 (uri (cran-uri "npsurv" version))
10953 (sha256
10954 (base32
10955 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
10956 (build-system r-build-system)
10957 (propagated-inputs
10958 `(("r-lsei" ,r-lsei)))
10959 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10960 (synopsis "Nonparametric survival analysis")
10961 (description
10962 "This package contains functions for non-parametric survival analysis of
10963 exact and interval-censored observations.")
10964 (license license:gpl2+)))
10965
10966 (define-public r-clusteval
10967 (package
10968 (name "r-clusteval")
10969 (version "0.1")
10970 (source
10971 (origin
10972 (method url-fetch)
10973 (uri (cran-uri "clusteval" version))
10974 (sha256
10975 (base32
10976 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
10977 (build-system r-build-system)
10978 (propagated-inputs
10979 `(("r-mvtnorm" ,r-mvtnorm)
10980 ("r-rcpp" ,r-rcpp)))
10981 (home-page "https://cran.r-project.org/web/packages/clusteval/")
10982 (synopsis "Evaluation of clustering algorithms")
10983 (description
10984 "This R package provides a suite of tools to evaluate clustering
10985 algorithms, clusterings, and individual clusters.")
10986 (license license:expat)))
10987
10988 (define-public r-tweedie
10989 (package
10990 (name "r-tweedie")
10991 (version "2.3.3")
10992 (source
10993 (origin
10994 (method url-fetch)
10995 (uri (cran-uri "tweedie" version))
10996 (sha256
10997 (base32
10998 "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
10999 (build-system r-build-system)
11000 (native-inputs `(("gfortran" ,gfortran)))
11001 (home-page "https://cran.r-project.org/web/packages/tweedie/")
11002 (synopsis "Evaluation of Tweedie exponential family models")
11003 (description
11004 "Maximum likelihood computations for Tweedie families, including the
11005 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
11006 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
11007 and related methods.")
11008 (license license:gpl2+)))
11009
11010 (define-public r-rcppgsl
11011 (package
11012 (name "r-rcppgsl")
11013 (version "0.3.8")
11014 (source
11015 (origin
11016 (method url-fetch)
11017 (uri (cran-uri "RcppGSL" version))
11018 (sha256
11019 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
11020 (properties `((upstream-name . "RcppGSL")))
11021 (build-system r-build-system)
11022 (propagated-inputs
11023 `(("r-rcpp" ,r-rcpp)
11024 ("gsl" ,gsl)))
11025 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
11026 (synopsis "Rcpp integration for GSL vectors and matrices")
11027 (description
11028 "The GNU Scientific Library (or GSL) is a collection of numerical
11029 routines for scientific computing. It is particularly useful for C and C++
11030 programs as it provides a standard C interface to a wide range of mathematical
11031 routines. There are over 1000 functions in total with an extensive test
11032 suite. The RcppGSL package provides an easy-to-use interface between GSL data
11033 structures and R using concepts from Rcpp which is itself a package that eases
11034 the interfaces between R and C++.")
11035 (license license:gpl2+)))
11036
11037 (define-public r-mvabund
11038 (package
11039 (name "r-mvabund")
11040 (version "4.1.9")
11041 (source
11042 (origin
11043 (method url-fetch)
11044 (uri (cran-uri "mvabund" version))
11045 (sha256
11046 (base32
11047 "19kyg0agjk7gxipa5kmklz4cqh97xrdbibmmy1g99r1gp3s9ml30"))))
11048 (build-system r-build-system)
11049 (propagated-inputs
11050 `(("r-mass" ,r-mass)
11051 ("r-rcpp" ,r-rcpp)
11052 ("r-rcppgsl" ,r-rcppgsl)
11053 ("r-statmod" ,r-statmod)
11054 ("r-tweedie" ,r-tweedie)))
11055 (home-page "https://cran.r-project.org/web/packages/mvabund/")
11056 (synopsis "Statistical methods for analysing multivariate abundance data")
11057 (description
11058 "This package provides a set of tools for displaying, modeling and
11059 analysing multivariate abundance data in community ecology.")
11060 (license license:lgpl2.1+)))
11061
11062 (define-public r-afex
11063 (package
11064 (name "r-afex")
11065 (version "0.28-1")
11066 (source
11067 (origin
11068 (method url-fetch)
11069 (uri (cran-uri "afex" version))
11070 (sha256
11071 (base32
11072 "0blwqr5ni3psav1dcdmhfi4jy3b4scm5njimqfpr1d81zadvgc6g"))))
11073 (build-system r-build-system)
11074 (propagated-inputs
11075 `(("r-car" ,r-car)
11076 ("r-lme4" ,r-lme4)
11077 ("r-lmertest" ,r-lmertest)
11078 ("r-pbkrtest" ,r-pbkrtest)
11079 ("r-reshape2" ,r-reshape2)))
11080 (native-inputs
11081 `(("r-knitr" ,r-knitr)))
11082 (home-page "https://afex.singmann.science/")
11083 (synopsis "Analysis of factorial experiments")
11084 (description
11085 "This package provides convenience functions for analyzing factorial
11086 experiments using ANOVA or mixed models.")
11087 (license license:gpl2+)))
11088
11089 (define-public r-lmertest
11090 (package
11091 (name "r-lmertest")
11092 (version "3.1-3")
11093 (source
11094 (origin
11095 (method url-fetch)
11096 (uri (cran-uri "lmerTest" version))
11097 (sha256
11098 (base32
11099 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
11100 (properties `((upstream-name . "lmerTest")))
11101 (build-system r-build-system)
11102 (propagated-inputs
11103 `(("r-ggplot2" ,r-ggplot2)
11104 ("r-lme4" ,r-lme4)
11105 ("r-mass" ,r-mass)
11106 ("r-numderiv" ,r-numderiv)))
11107 (home-page "https://github.com/runehaubo/lmerTestR")
11108 (synopsis "Tests in linear mixed effects models")
11109 (description
11110 "This package provides p-values in type I, II or III anova and summary
11111 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
11112 method. A Kenward-Roger method is also available via the @code{pbkrtest}
11113 package. Model selection methods include step, drop1 and anova-like tables
11114 for random effects (ranova). Methods for Least-Square means (LS-means) and
11115 tests of linear contrasts of fixed effects are also available.")
11116 (license license:gpl2+)))
11117
11118 (define-public r-r2glmm
11119 (package
11120 (name "r-r2glmm")
11121 (version "0.1.2")
11122 (source
11123 (origin
11124 (method url-fetch)
11125 (uri (cran-uri "r2glmm" version))
11126 (sha256
11127 (base32
11128 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
11129 (build-system r-build-system)
11130 (propagated-inputs
11131 `(("r-afex" ,r-afex)
11132 ("r-data-table" ,r-data-table)
11133 ("r-dplyr" ,r-dplyr)
11134 ("r-ggplot2" ,r-ggplot2)
11135 ("r-gridextra" ,r-gridextra)
11136 ("r-lmertest" ,r-lmertest)
11137 ("r-mass" ,r-mass)
11138 ("r-matrix" ,r-matrix)
11139 ("r-mgcv" ,r-mgcv)
11140 ("r-pbkrtest" ,r-pbkrtest)))
11141 (home-page "https://github.com/bcjaeger/r2glmm")
11142 (synopsis "Compute R squared for mixed (multilevel) models")
11143 (description
11144 "This package computes model and semi partial R squared with confidence
11145 limits for the linear and generalized linear mixed model (LMM and GLMM). The
11146 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
11147 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
11148 al. (2016)).")
11149 (license license:gpl2)))
11150
11151 (define-public r-weights
11152 (package
11153 (name "r-weights")
11154 (version "1.0.1")
11155 (source
11156 (origin
11157 (method url-fetch)
11158 (uri (cran-uri "weights" version))
11159 (sha256
11160 (base32
11161 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
11162 (build-system r-build-system)
11163 (propagated-inputs
11164 `(("r-gdata" ,r-gdata)
11165 ("r-hmisc" ,r-hmisc)
11166 ("r-mice" ,r-mice)))
11167 (home-page
11168 "https://cran.r-project.org/web/packages/weights/")
11169 (synopsis "Weighting and weighted statistics")
11170 (description "This package Provides a variety of functions for producing
11171 simple weighted statistics, such as weighted Pearson's correlations, partial
11172 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
11173 includes some software for quickly recoding survey data and plotting point
11174 estimates from interaction terms in regressions (and multiply imputed
11175 regressions). NOTE: Weighted partial correlation calculations pulled to
11176 address a bug.")
11177 (license license:gpl2+)))
11178
11179 (define-public r-rcppannoy
11180 (package
11181 (name "r-rcppannoy")
11182 (version "0.0.18")
11183 (source
11184 (origin
11185 (method url-fetch)
11186 (uri (cran-uri "RcppAnnoy" version))
11187 (sha256
11188 (base32
11189 "0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
11190 (properties `((upstream-name . "RcppAnnoy")))
11191 (build-system r-build-system)
11192 (propagated-inputs
11193 `(("r-rcpp" ,r-rcpp)))
11194 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
11195 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
11196 (description
11197 "Annoy is a small C++ library for Approximate Nearest Neighbors written
11198 for efficient memory usage as well an ability to load from and save to disk.
11199 This package provides an R interface.")
11200 ;; Annoy is released under ASL 2.0, but this wrapper is released under
11201 ;; GPLv2+.
11202 (license (list license:gpl2+ license:asl2.0))))
11203
11204 (define-public r-rcpphnsw
11205 (package
11206 (name "r-rcpphnsw")
11207 (version "0.3.0")
11208 (source
11209 (origin
11210 (method url-fetch)
11211 (uri (cran-uri "RcppHNSW" version))
11212 (sha256
11213 (base32
11214 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
11215 (properties `((upstream-name . "RcppHNSW")))
11216 (build-system r-build-system)
11217 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11218 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
11219 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
11220 (description
11221 "Hnswlib is a C++ library for approximate nearest neighbors. This
11222 package provides a minimal R interface by relying on the Rcpp package.")
11223 ;; hnswlib is released under Version 2.0 of the Apache License.
11224 (license (list license:gpl3 license:asl2.0))))
11225
11226 (define-public r-rcppparallel
11227 (package
11228 (name "r-rcppparallel")
11229 (version "5.0.3")
11230 (source
11231 (origin
11232 (method url-fetch)
11233 (uri (cran-uri "RcppParallel" version))
11234 (sha256
11235 (base32
11236 "0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki"))))
11237 (properties `((upstream-name . "RcppParallel")))
11238 (build-system r-build-system)
11239 (home-page "https://rcppcore.github.io/RcppParallel/")
11240 (synopsis "Parallel programming tools for Rcpp")
11241 (description
11242 "This package provides high level functions for parallel programming with
11243 Rcpp. For example, the @code{parallelFor()} function can be used to convert
11244 the work of a standard serial @code{for} loop into a parallel one and the
11245 @code{parallelReduce()} function can be used for accumulating aggregates or
11246 other values.")
11247 (license license:gpl2)))
11248
11249 (define-public r-ncdf4
11250 (package
11251 (name "r-ncdf4")
11252 (version "1.17")
11253 (source
11254 (origin
11255 (method url-fetch)
11256 (uri (cran-uri "ncdf4" version))
11257 (sha256
11258 (base32
11259 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
11260 (build-system r-build-system)
11261 (inputs
11262 `(("netcdf" ,netcdf)
11263 ("zlib" ,zlib)))
11264 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
11265 (synopsis "R interface to Unidata netCDF format data files")
11266 (description
11267 "This package provides a high-level R interface to data files written
11268 using Unidata's netCDF library (version 4 or earlier), which are binary data
11269 files that are portable across platforms and include metadata information in
11270 addition to the data sets. Using this package, netCDF files can be opened and
11271 data sets read in easily. It is also easy to create new netCDF dimensions,
11272 variables, and files, in either version 3 or 4 format, and manipulate existing
11273 netCDF files.")
11274 (license license:gpl3+)))
11275
11276 (define-public r-biocmanager
11277 (package
11278 (name "r-biocmanager")
11279 (version "1.30.10")
11280 (source
11281 (origin
11282 (method url-fetch)
11283 (uri (cran-uri "BiocManager" version))
11284 (sha256
11285 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
11286 (properties `((upstream-name . "BiocManager")))
11287 (build-system r-build-system)
11288 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
11289 (synopsis "Access the Bioconductor project package repository")
11290 (description
11291 "This package provides a convenient tool to install and update
11292 Bioconductor packages.")
11293 (license license:artistic2.0)))
11294
11295 (define-public r-rgl
11296 (package
11297 (name "r-rgl")
11298 (version "0.105.22")
11299 (source
11300 (origin
11301 (method url-fetch)
11302 (uri (cran-uri "rgl" version))
11303 (sha256
11304 (base32
11305 "1y69phym8pkdh1k808y3rp1030xmhjpc8vig9035v9n1r7v7a1kz"))))
11306 (build-system r-build-system)
11307 (native-inputs
11308 `(("pkg-config" ,pkg-config)
11309 ("r-knitr" ,r-knitr)))
11310 (inputs
11311 `(("freetype" ,freetype)
11312 ("libpng" ,libpng)
11313 ("glu" ,glu)
11314 ("libx11" ,libx11)
11315 ("pandoc" ,pandoc)
11316 ("zlib" ,zlib)))
11317 (propagated-inputs
11318 `(("r-crosstalk" ,r-crosstalk)
11319 ("r-htmltools" ,r-htmltools)
11320 ("r-htmlwidgets" ,r-htmlwidgets)
11321 ("r-jsonlite" ,r-jsonlite)
11322 ("r-knitr" ,r-knitr)
11323 ("r-magrittr" ,r-magrittr)
11324 ("r-manipulatewidget" ,r-manipulatewidget)
11325 ("r-shiny" ,r-shiny)))
11326 (home-page "https://r-forge.r-project.org/projects/rgl/")
11327 (synopsis "3D visualization using OpenGL")
11328 (description
11329 "This package provides medium to high level functions for 3D interactive graphics,
11330 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
11331 as functions for constructing representations of geometric
11332 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
11333 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
11334 image formats, including PNG, Postscript, SVG, PGF.")
11335 ;; Any version of the GPL.
11336 (license (list license:gpl2+ license:gpl3+))))
11337
11338 (define-public r-multicool
11339 (package
11340 (name "r-multicool")
11341 (version "0.1-11")
11342 (source
11343 (origin
11344 (method url-fetch)
11345 (uri (cran-uri "multicool" version))
11346 (sha256
11347 (base32
11348 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
11349 (build-system r-build-system)
11350 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11351 (home-page "https://cran.r-project.org/web/packages/multicool/")
11352 (synopsis "Permutations of multisets in cool-lex order")
11353 (description
11354 "This package provides a set of tools to permute multisets without loops
11355 or hash tables and to generate integer partitions. Cool-lex order is similar
11356 to colexicographical order.")
11357 (license license:gpl2)))
11358
11359 (define-public r-misc3d
11360 (package
11361 (name "r-misc3d")
11362 (version "0.9-0")
11363 (source
11364 (origin
11365 (method url-fetch)
11366 (uri (cran-uri "misc3d" version))
11367 (sha256
11368 (base32
11369 "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
11370 (build-system r-build-system)
11371 (home-page "https://cran.r-project.org/web/packages/misc3d/")
11372 (synopsis "Miscellaneous 3D Plots")
11373 (description
11374 "This package provides a collection of miscellaneous 3d plots, including
11375 isosurfaces.")
11376 ;; Any version of the GPL.
11377 (license (list license:gpl2+ license:gpl3+))))
11378
11379 (define-public r-ks
11380 (package
11381 (name "r-ks")
11382 (version "1.12.0")
11383 (source
11384 (origin
11385 (method url-fetch)
11386 (uri (cran-uri "ks" version))
11387 (sha256
11388 (base32 "1sff6rlpq64lqyvwgral9zbcan30wpgmfb26hw9y6wzypd9gxbz6"))))
11389 (build-system r-build-system)
11390 (propagated-inputs
11391 `(("r-fnn" ,r-fnn)
11392 ("r-kernlab" ,r-kernlab)
11393 ("r-kernsmooth" ,r-kernsmooth)
11394 ("r-matrix" ,r-matrix)
11395 ("r-mclust" ,r-mclust)
11396 ("r-mgcv" ,r-mgcv)
11397 ("r-multicool" ,r-multicool)
11398 ("r-mvtnorm" ,r-mvtnorm)
11399 ("r-plot3d" ,r-plot3d)))
11400 (home-page "https://www.mvstat.net/tduong/")
11401 (synopsis "Kernel smoothing")
11402 (description
11403 "This package provides kernel smoothers for univariate and multivariate
11404 data, including density functions, density derivatives, cumulative
11405 distributions, modal clustering, discriminant analysis, and two-sample
11406 hypothesis testing.")
11407 ;; Either version of the GPL.
11408 (license (list license:gpl2 license:gpl3))))
11409
11410 (define-public r-feature
11411 (package
11412 (name "r-feature")
11413 (version "1.2.15")
11414 (source
11415 (origin
11416 (method url-fetch)
11417 (uri (cran-uri "feature" version))
11418 (sha256
11419 (base32
11420 "0yzn1w1sasilcp8v0pcjnxjv9l6lspkskqi412i6h040gqmjjf6y"))))
11421 (build-system r-build-system)
11422 (propagated-inputs
11423 `(("r-ks" ,r-ks)
11424 ("r-plot3d" ,r-plot3d)))
11425 (native-inputs
11426 `(("r-knitr" ,r-knitr)))
11427 (home-page "https://www.mvstat.net/tduong/")
11428 (synopsis "Inferential feature significance for kernel density estimation")
11429 (description
11430 "The feature package contains functions to display and compute kernel
11431 density estimates, significant gradient and significant curvature regions.
11432 Significant gradient and/or curvature regions often correspond to significant
11433 features (e.g. local modes).")
11434 ;; Either version of the GPL.
11435 (license (list license:gpl2 license:gpl3))))
11436
11437 (define-public r-arm
11438 (package
11439 (name "r-arm")
11440 (version "1.11-2")
11441 (source
11442 (origin
11443 (method url-fetch)
11444 (uri (cran-uri "arm" version))
11445 (sha256
11446 (base32
11447 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
11448 (build-system r-build-system)
11449 (propagated-inputs
11450 `(("r-abind" ,r-abind)
11451 ("r-coda" ,r-coda)
11452 ("r-hmisc" ,r-hmisc)
11453 ("r-lme4" ,r-lme4)
11454 ("r-mass" ,r-mass)
11455 ("r-matrix" ,r-matrix)
11456 ("r-nlme" ,r-nlme)))
11457 (home-page "https://cran.r-project.org/web/packages/arm/")
11458 (synopsis "Data analysis using regression and multilevel/hierarchical models")
11459 (description
11460 "This package provides functions to accompany A. Gelman and J. Hill,
11461 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
11462 University Press, 2007.")
11463 (license license:gpl3+)))
11464
11465 (define-public r-circular
11466 (package
11467 (name "r-circular")
11468 (version "0.4-93")
11469 (source
11470 (origin
11471 (method url-fetch)
11472 (uri (cran-uri "circular" version))
11473 (sha256
11474 (base32
11475 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
11476 (build-system r-build-system)
11477 (propagated-inputs
11478 `(("r-boot" ,r-boot)
11479 ("r-mvtnorm" ,r-mvtnorm)))
11480 (native-inputs
11481 `(("gfortran" ,gfortran)))
11482 (home-page "https://cran.r-project.org/web/packages/circular/")
11483 (synopsis "Circular statistics")
11484 (description
11485 "This package provides tools for circular statistics, from \"Topics in
11486 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
11487 Scientific.")
11488 (license license:gpl2+)))
11489
11490 (define-public r-activity
11491 (package
11492 (name "r-activity")
11493 (version "1.3.1")
11494 (source
11495 (origin
11496 (method url-fetch)
11497 (uri (cran-uri "activity" version))
11498 (sha256
11499 (base32
11500 "1wn2a0hx7wfr2jyj1b772w5fgl6bcqkkw8cybais2s1wyjx8kjr5"))))
11501 (build-system r-build-system)
11502 (propagated-inputs
11503 `(("r-circular" ,r-circular)
11504 ("r-insol" ,r-insol)
11505 ("r-pbapply" ,r-pbapply)))
11506 (home-page "https://cran.r-project.org/web/packages/activity/")
11507 (synopsis "Animal activity statistics")
11508 (description
11509 "This package provides functions to fit kernel density functions to
11510 animal activity time data; plot activity distributions; quantify overall
11511 levels of activity; statistically compare activity metrics through
11512 bootstrapping; and evaluate variation in linear variables with time (or other
11513 circular variables).")
11514 (license license:gpl3)))
11515
11516 (define-public r-ouch
11517 (package
11518 (name "r-ouch")
11519 (version "2.15-1")
11520 (source
11521 (origin
11522 (method url-fetch)
11523 (uri (cran-uri "ouch" version))
11524 (sha256
11525 (base32
11526 "0myddn3b28pswyk42kvwhyvkj30q41f677vpxclxacdfkhgvrj6q"))))
11527 (build-system r-build-system)
11528 (propagated-inputs `(("r-subplex" ,r-subplex)))
11529 (home-page "https://kingaa.github.io/ouch/")
11530 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
11531 (description
11532 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
11533 for evolution along a phylogenetic tree.")
11534 (license license:gpl2+)))
11535
11536 (define-public r-fmsb
11537 (package
11538 (name "r-fmsb")
11539 (version "0.7.0")
11540 (source
11541 (origin
11542 (method url-fetch)
11543 (uri (cran-uri "fmsb" version))
11544 (sha256
11545 (base32
11546 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
11547 (build-system r-build-system)
11548 (home-page "http://minato.sip21c.org/msb/")
11549 (synopsis "Functions for medical statistics book with demographic data")
11550 (description
11551 "This package provides several utility functions for the book entitled
11552 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
11553 Japan, 2007) with Japanese demographic data and some demographic analysis
11554 related functions.")
11555 (license license:gpl2+)))
11556
11557 (define-public r-stabledist
11558 (package
11559 (name "r-stabledist")
11560 (version "0.7-1")
11561 (source
11562 (origin
11563 (method url-fetch)
11564 (uri (cran-uri "stabledist" version))
11565 (sha256
11566 (base32
11567 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
11568 (build-system r-build-system)
11569 (home-page "https://www.rmetrics.org")
11570 (synopsis "Stable distribution functions")
11571 (description
11572 "This package provides density, probability and quantile functions, and
11573 random number generation for (skew) stable distributions, using the
11574 parametrizations of Nolan.")
11575 (license license:gpl2+)))
11576
11577 (define-public r-gsl
11578 (package
11579 (name "r-gsl")
11580 (version "2.1-6")
11581 (source
11582 (origin
11583 (method url-fetch)
11584 (uri (cran-uri "gsl" version))
11585 (sha256
11586 (base32
11587 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
11588 (build-system r-build-system)
11589 (inputs
11590 `(("gsl" ,gsl)))
11591 (home-page "https://cran.r-project.org/web/packages/gsl")
11592 (synopsis "Wrapper for the GNU Scientific Library")
11593 (description
11594 "This package provides an R wrapper for the special functions and quasi
11595 random number generators of the GNU Scientific Library.")
11596 (license license:gpl2+)))
11597
11598 (define-public r-adgoftest
11599 (package
11600 (name "r-adgoftest")
11601 (version "0.3")
11602 (source
11603 (origin
11604 (method url-fetch)
11605 (uri (cran-uri "ADGofTest" version))
11606 (sha256
11607 (base32
11608 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
11609 (properties `((upstream-name . "ADGofTest")))
11610 (build-system r-build-system)
11611 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
11612 (synopsis "Anderson-Darling GoF test")
11613 (description
11614 "This package provides an implementation of the Anderson-Darling GoF test
11615 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
11616 Anderson-Darling Distribution\".")
11617 ;; Any version of the GPL.
11618 (license license:gpl3+)))
11619
11620 (define-public r-sodium
11621 (package
11622 (name "r-sodium")
11623 (version "1.1")
11624 (source
11625 (origin
11626 (method url-fetch)
11627 (uri (cran-uri "sodium" version))
11628 (sha256
11629 (base32
11630 "1zxzi8xvxnhgcd5qrylf08nz1cdq3aslrswjas440qg63ypmbf6w"))))
11631 (properties `((upstream-name . "sodium")))
11632 (build-system r-build-system)
11633 (inputs
11634 `(("libsodium" ,libsodium)))
11635 (native-inputs
11636 `(("pkg-config" ,pkg-config)
11637 ("r-knitr" ,r-knitr)))
11638 (home-page "https://github.com/jeroen/sodium")
11639 (synopsis "R bindings to the libsodium crypto library")
11640 (description
11641 "This package provides bindings to libsodium: a library for encryption,
11642 decryption, signatures, password hashing and more. Sodium uses curve25519, a
11643 Diffie-Hellman function by Daniel Bernstein, which has become very popular
11644 after it was discovered that the NSA had backdoored Dual EC DRBG.")
11645 (license license:expat)))
11646
11647 (define-public r-softimpute
11648 (package
11649 (name "r-softimpute")
11650 (version "1.4")
11651 (source
11652 (origin
11653 (method url-fetch)
11654 (uri (cran-uri "softImpute" version))
11655 (sha256
11656 (base32
11657 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
11658 (properties `((upstream-name . "softImpute")))
11659 (build-system r-build-system)
11660 (propagated-inputs
11661 `(("r-matrix" ,r-matrix)))
11662 (native-inputs
11663 `(("gfortran" ,gfortran)))
11664 (home-page "https://cran.r-project.org/web/packages/softImpute")
11665 (synopsis "Matrix completion via iterative soft-thresholded SVD")
11666 (description
11667 "This package provides iterative methods for matrix completion that use
11668 nuclear-norm regularization. The package includes procedures for centering
11669 and scaling rows, columns or both, and for computing low-rank @dfn{single
11670 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
11671 components).")
11672 (license license:gpl2)))
11673
11674 (define-public r-fftwtools
11675 (package
11676 (name "r-fftwtools")
11677 (version "0.9-11")
11678 (source
11679 (origin
11680 (method url-fetch)
11681 (uri (cran-uri "fftwtools" version))
11682 (sha256
11683 (base32
11684 "0zrchp4l0jdbir2gibjf00x225y9giqk80zvqmr2yyvc12lwkw7i"))))
11685 (build-system r-build-system)
11686 (inputs `(("fftw" ,fftw)))
11687 (native-inputs
11688 `(("pkg-config" ,pkg-config)))
11689 (home-page "https://github.com/krahim/fftwtools")
11690 (synopsis "Wrapper for FFTW3")
11691 (description
11692 "This package provides a wrapper for several FFTW functions. It provides
11693 access to the two-dimensional FFT, the multivariate FFT, and the
11694 one-dimensional real to complex FFT using the FFTW3 library. The package
11695 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
11696 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
11697 The FFT functions have a parameter that allows them to not return the
11698 redundant complex conjugate when the input is real data.")
11699 (license license:gpl2+)))
11700
11701 (define-public r-tiff
11702 (package
11703 (name "r-tiff")
11704 (version "0.1-7")
11705 (source
11706 (origin
11707 (method url-fetch)
11708 (uri (cran-uri "tiff" version))
11709 (sha256
11710 (base32
11711 "101n6x70fr1dhcwx53g3s8q1j4wh93y0388v1s1316f8558rxqxh"))))
11712 (build-system r-build-system)
11713 (inputs
11714 `(("libtiff" ,libtiff)
11715 ("libjpeg" ,libjpeg-turbo)
11716 ("zlib" ,zlib)))
11717 (home-page "https://www.rforge.net/tiff/")
11718 (synopsis "Read and write TIFF images")
11719 (description
11720 "This package provides an easy and simple way to read, write and display
11721 bitmap images stored in the TIFF format. It can read and write both files and
11722 in-memory raw vectors.")
11723 ;; Either of these two license versions.
11724 (license (list license:gpl2 license:gpl3))))
11725
11726 (define-public r-nlp
11727 (package
11728 (name "r-nlp")
11729 (version "0.2-1")
11730 (source
11731 (origin
11732 (method url-fetch)
11733 (uri (cran-uri "NLP" version))
11734 (sha256
11735 (base32
11736 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
11737 (properties `((upstream-name . "NLP")))
11738 (build-system r-build-system)
11739 (home-page "https://cran.r-project.org/web/packages/NLP/")
11740 (synopsis "Natural language processing infrastructure")
11741 (description
11742 "This package provides basic classes and methods for Natural Language
11743 Processing.")
11744 (license license:gpl3)))
11745
11746 (define-public r-tm
11747 (package
11748 (name "r-tm")
11749 (version "0.7-8")
11750 (source
11751 (origin
11752 (method url-fetch)
11753 (uri (cran-uri "tm" version))
11754 (sha256
11755 (base32
11756 "0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
11757 (properties `((upstream-name . "tm")))
11758 (build-system r-build-system)
11759 (propagated-inputs
11760 `(("r-bh" ,r-bh)
11761 ("r-nlp" ,r-nlp)
11762 ("r-rcpp" ,r-rcpp)
11763 ("r-slam" ,r-slam)
11764 ("r-xml2" ,r-xml2)))
11765 (home-page "http://tm.r-forge.r-project.org/")
11766 (synopsis "Text mining package")
11767 (description
11768 "This package provides a framework for text mining applications within R.")
11769 (license license:gpl3)))
11770
11771 (define-public r-waveslim
11772 (package
11773 (name "r-waveslim")
11774 (version "1.8.2")
11775 (source
11776 (origin
11777 (method url-fetch)
11778 (uri (cran-uri "waveslim" version))
11779 (sha256
11780 (base32
11781 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
11782 (build-system r-build-system)
11783 (native-inputs
11784 `(("gfortran" ,gfortran)))
11785 (home-page "http://waveslim.blogspot.com")
11786 (synopsis "Basic wavelet routines for signal processing")
11787 (description
11788 "This package provides basic wavelet routines for time series (1D),
11789 image (2D) and array (3D) analysis. The code provided here is based on
11790 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
11791 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
11792 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
11793 pairs (Selesnick 2001, 2002).")
11794 (license license:bsd-3)))
11795
11796 (define-public r-wordcloud
11797 (package
11798 (name "r-wordcloud")
11799 (version "2.6")
11800 (source
11801 (origin
11802 (method url-fetch)
11803 (uri (cran-uri "wordcloud" version))
11804 (sha256
11805 (base32
11806 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
11807 (build-system r-build-system)
11808 (propagated-inputs
11809 `(("r-rcolorbrewer" ,r-rcolorbrewer)
11810 ("r-rcpp" ,r-rcpp)
11811 ;; The "tm" package is only "suggested" according to CRAN, but the
11812 ;; wordcloud package cannot be loaded without it.
11813 ("r-tm" ,r-tm)))
11814 (home-page "https://cran.r-project.org/web/packages/wordcloud")
11815 (synopsis "Word clouds")
11816 (description
11817 "This package provides functionality to create pretty word clouds,
11818 visualize differences and similarity between documents, and avoid
11819 over-plotting in scatter plots with text.")
11820 (license license:lgpl2.1)))
11821
11822 (define-public r-colorramps
11823 (package
11824 (name "r-colorramps")
11825 (version "2.3")
11826 (source
11827 (origin
11828 (method url-fetch)
11829 (uri (cran-uri "colorRamps" version))
11830 (sha256
11831 (base32
11832 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
11833 (properties `((upstream-name . "colorRamps")))
11834 (build-system r-build-system)
11835 (home-page "https://cran.r-project.org/web/packages/colorRamps")
11836 (synopsis "Build color tables")
11837 (description "This package provides features to build gradient color
11838 maps.")
11839 ;; Any version of the GPL
11840 (license license:gpl3+)))
11841
11842 (define-public r-tidytree
11843 (package
11844 (name "r-tidytree")
11845 (version "0.3.3")
11846 (source
11847 (origin
11848 (method url-fetch)
11849 (uri (cran-uri "tidytree" version))
11850 (sha256
11851 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
11852 (build-system r-build-system)
11853 (propagated-inputs
11854 `(("r-ape" ,r-ape)
11855 ("r-dplyr" ,r-dplyr)
11856 ("r-lazyeval" ,r-lazyeval)
11857 ("r-magrittr" ,r-magrittr)
11858 ("r-rlang" ,r-rlang)
11859 ("r-tibble" ,r-tibble)))
11860 (native-inputs
11861 `(("r-knitr" ,r-knitr)))
11862 (home-page "https://github.com/GuangchuangYu/tidytree")
11863 (synopsis "Tidy tool for phylogenetic tree data manipulation")
11864 (description
11865 "Phylogenetic trees generally contain multiple components including nodes,
11866 edges, branches and associated data. This package provides an approach to
11867 convert tree objects to tidy data frames. It also provides tidy interfaces to
11868 manipulate tree data.")
11869 (license license:artistic2.0)))
11870
11871 (define-public r-rvcheck
11872 (package
11873 (name "r-rvcheck")
11874 (version "0.1.8")
11875 (source
11876 (origin
11877 (method url-fetch)
11878 (uri (cran-uri "rvcheck" version))
11879 (sha256
11880 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
11881 (build-system r-build-system)
11882 (propagated-inputs
11883 `(("r-biocmanager" ,r-biocmanager)
11884 ("r-rlang" ,r-rlang)))
11885 (home-page "https://cran.r-project.org/web/packages/rvcheck")
11886 (synopsis "R package version check")
11887 (description
11888 "This package provides tools to check the latest release version of R and
11889 R packages (on CRAN, Bioconductor or Github).")
11890 (license license:artistic2.0)))
11891
11892 (define-public r-docopt
11893 (package
11894 (name "r-docopt")
11895 (version "0.7.1")
11896 (source
11897 (origin
11898 (method url-fetch)
11899 (uri (cran-uri "docopt" version))
11900 (sha256
11901 (base32
11902 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
11903 (build-system r-build-system)
11904 (home-page "https://github.com/docopt/docopt.R")
11905 (synopsis "Command-line interface specification language")
11906 (description
11907 "This package enables you to define a command-line interface by just
11908 giving it a description in the specific format.")
11909 (license license:expat)))
11910
11911 (define-public r-sparsesvd
11912 (package
11913 (name "r-sparsesvd")
11914 (version "0.2")
11915 (source
11916 (origin
11917 (method url-fetch)
11918 (uri (cran-uri "sparsesvd" version))
11919 (sha256
11920 (base32
11921 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
11922 (build-system r-build-system)
11923 (propagated-inputs `(("r-matrix" ,r-matrix)))
11924 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
11925 (synopsis "Sparse truncated singular value decomposition")
11926 (description
11927 "This package provides a Wrapper around the SVDLIBC library
11928 for (truncated) singular value decomposition of a sparse matrix. Currently,
11929 only sparse real matrices in Matrix package format are supported.")
11930 ;; SVDLIBC is released under BSD-2. The R interface is released under
11931 ;; BSD-3.
11932 (license (list license:bsd-3 license:bsd-2))))
11933
11934 (define-public r-speedglm
11935 (package
11936 (name "r-speedglm")
11937 (version "0.3-3")
11938 (source
11939 (origin
11940 (method url-fetch)
11941 (uri (cran-uri "speedglm" version))
11942 (sha256
11943 (base32
11944 "0f37w4lj8dpcg1sfkd7cv6qpdkanmb97mnd8zih2fxzv8bpd0rfh"))))
11945 (build-system r-build-system)
11946 (propagated-inputs
11947 `(("r-mass" ,r-mass)
11948 ("r-matrix" ,r-matrix)))
11949 (home-page "https://cran.r-project.org/web/packages/speedglm")
11950 (synopsis "Fit linear and generalized linear models to large data sets")
11951 (description
11952 "This package provides tools for fitting linear models and generalized
11953 linear models to large data sets by updating algorithms.")
11954 ;; Any version of the GPL
11955 (license license:gpl2+)))
11956
11957 (define-public r-densityclust
11958 (package
11959 (name "r-densityclust")
11960 (version "0.3")
11961 (source
11962 (origin
11963 (method url-fetch)
11964 (uri (cran-uri "densityClust" version))
11965 (sha256
11966 (base32
11967 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
11968 (properties `((upstream-name . "densityClust")))
11969 (build-system r-build-system)
11970 (propagated-inputs
11971 `(("r-fnn" ,r-fnn)
11972 ("r-ggplot2" ,r-ggplot2)
11973 ("r-ggrepel" ,r-ggrepel)
11974 ("r-gridextra" ,r-gridextra)
11975 ("r-rcolorbrewer" ,r-rcolorbrewer)
11976 ("r-rcpp" ,r-rcpp)
11977 ("r-rtsne" ,r-rtsne)))
11978 (home-page "https://cran.r-project.org/web/packages/densityClust")
11979 (synopsis "Clustering by fast search and find of density peaks")
11980 (description
11981 "This package provides an improved implementation (based on k-nearest
11982 neighbors) of the density peak clustering algorithm, originally described by
11983 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
11984 large datasets (> 100,000 samples) very efficiently.")
11985 (license license:gpl2+)))
11986
11987 (define-public r-combinat
11988 (package
11989 (name "r-combinat")
11990 (version "0.0-8")
11991 (source
11992 (origin
11993 (method url-fetch)
11994 (uri (cran-uri "combinat" version))
11995 (sha256
11996 (base32
11997 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
11998 (build-system r-build-system)
11999 (home-page "https://cran.r-project.org/web/packages/combinat")
12000 (synopsis "Combinatorics utilities")
12001 (description "This package provides assorted routines for combinatorics.")
12002 (license license:gpl2)))
12003
12004 (define-public r-qlcmatrix
12005 (package
12006 (name "r-qlcmatrix")
12007 (version "0.9.7")
12008 (source
12009 (origin
12010 (method url-fetch)
12011 (uri (cran-uri "qlcMatrix" version))
12012 (sha256
12013 (base32
12014 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
12015 (properties `((upstream-name . "qlcMatrix")))
12016 (build-system r-build-system)
12017 (propagated-inputs
12018 `(("r-docopt" ,r-docopt)
12019 ("r-matrix" ,r-matrix)
12020 ("r-slam" ,r-slam)
12021 ("r-sparsesvd" ,r-sparsesvd)))
12022 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
12023 (synopsis "Sparse matrix functions for quantitative language comparison")
12024 (description
12025 "This package provides an extension of the functionality of the Matrix
12026 package for using sparse matrices. Some of the functions are very general,
12027 while other are highly specific for the special data format used for
12028 @dfn{quantitative language comparison} (QLC).")
12029 (license license:gpl3)))
12030
12031 (define-public r-ddrtree
12032 (package
12033 (name "r-ddrtree")
12034 (version "0.1.5")
12035 (source
12036 (origin
12037 (method url-fetch)
12038 (uri (cran-uri "DDRTree" version))
12039 (sha256
12040 (base32
12041 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
12042 (properties `((upstream-name . "DDRTree")))
12043 (build-system r-build-system)
12044 (propagated-inputs
12045 `(("r-bh" ,r-bh)
12046 ("r-irlba" ,r-irlba)
12047 ("r-rcpp" ,r-rcpp)
12048 ("r-rcppeigen" ,r-rcppeigen)))
12049 (home-page "https://cran.r-project.org/web/packages/DDRTree")
12050 (synopsis "Learning principal graphs with DDRTree")
12051 (description
12052 "This package provides an implementation of the framework of
12053 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
12054 dimensional space while constructs a principal tree which passes through the
12055 middle of the data simultaneously. DDRTree shows superiority to
12056 alternatives (Wishbone, DPT) for inferring the ordering as well as the
12057 intrinsic structure of single cell genomics data. In general, it could be
12058 used to reconstruct the temporal progression as well as the bifurcation
12059 structure of any data type.")
12060 (license license:asl2.0)))
12061
12062 (define-public r-corpcor
12063 (package
12064 (name "r-corpcor")
12065 (version "1.6.9")
12066 (source
12067 (origin
12068 (method url-fetch)
12069 (uri (cran-uri "corpcor" version))
12070 (sha256
12071 (base32
12072 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
12073 (build-system r-build-system)
12074 (home-page "http://strimmerlab.org/software/corpcor/")
12075 (synopsis "Efficient estimation of covariance and (partial) correlation")
12076 (description
12077 "This package implements a James-Stein-type shrinkage estimator for the
12078 covariance matrix, with separate shrinkage for variances and correlations.
12079 Furthermore, functions are available for fast singular value decomposition,
12080 for computing the pseudoinverse, and for checking the rank and positive
12081 definiteness of a matrix.")
12082 (license license:gpl3+)))
12083
12084 (define-public r-rspectra
12085 (package
12086 (name "r-rspectra")
12087 (version "0.16-0")
12088 (source
12089 (origin
12090 (method url-fetch)
12091 (uri (cran-uri "RSpectra" version))
12092 (sha256
12093 (base32
12094 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
12095 (properties `((upstream-name . "RSpectra")))
12096 (build-system r-build-system)
12097 (propagated-inputs
12098 `(("r-matrix" ,r-matrix)
12099 ("r-rcpp" ,r-rcpp)
12100 ("r-rcppeigen" ,r-rcppeigen)))
12101 (home-page "https://github.com/yixuan/RSpectra")
12102 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
12103 (description
12104 "This package provides an R interface to the Spectra library for
12105 large-scale eigenvalue and SVD problems. It is typically used to compute a
12106 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
12107 which is usually more efficient than @code{eigen()} if k << n.")
12108 ;; MPL 2 or later.
12109 (license license:mpl2.0)))
12110
12111 (define-public r-vbsr
12112 (package
12113 (name "r-vbsr")
12114 (version "0.0.5")
12115 (source
12116 (origin
12117 (method url-fetch)
12118 (uri (cran-uri "vbsr" version))
12119 (sha256
12120 (base32
12121 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
12122 (build-system r-build-system)
12123 (home-page "https://cran.r-project.org/web/packages/vbsr")
12124 (synopsis "Variational Bayes spike regression regularized linear models")
12125 (description
12126 "This package provides an efficient algorithm for solving ultra-sparse
12127 regularized regression models using a variational Bayes algorithm with a spike
12128 prior. The algorithm is solved on a path, with coordinate updates, and is
12129 capable of generating very sparse models. Very general model
12130 diagnostics for controlling type-1 errors are also provided.")
12131 (license license:gpl2)))
12132
12133 (define-public r-flare
12134 (package
12135 (name "r-flare")
12136 (version "1.7.0")
12137 (source
12138 (origin
12139 (method url-fetch)
12140 (uri (cran-uri "flare" version))
12141 (sha256
12142 (base32
12143 "0f992dmgnr6s8g3386i9bjfyf08q8srgw7sjz2yx7snj8znq7251"))))
12144 (build-system r-build-system)
12145 (propagated-inputs
12146 `(("r-igraph" ,r-igraph)
12147 ("r-lattice" ,r-lattice)
12148 ("r-mass" ,r-mass)
12149 ("r-matrix" ,r-matrix)))
12150 (home-page "https://cran.r-project.org/web/packages/flare")
12151 (synopsis "Family of Lasso regression implementations")
12152 (description
12153 "This package provides implementations of a family of Lasso variants
12154 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
12155 high dimensional sparse linear models.")
12156 (license license:gpl2)))
12157
12158 (define-public r-lassopv
12159 (package
12160 (name "r-lassopv")
12161 (version "0.2.0")
12162 (source
12163 (origin
12164 (method url-fetch)
12165 (uri (cran-uri "lassopv" version))
12166 (sha256
12167 (base32
12168 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
12169 (build-system r-build-system)
12170 (propagated-inputs `(("r-lars" ,r-lars)))
12171 (home-page "https://github.com/lingfeiwang/lassopv")
12172 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
12173 (description
12174 "This package enables you to estimate the p-values for predictors x
12175 against target variable y in Lasso regression, using the regularization
12176 strength when each predictor enters the active set of regularization path for
12177 the first time as the statistic.")
12178 (license license:gpl3)))
12179
12180 (define-public r-splitstackshape
12181 (package
12182 (name "r-splitstackshape")
12183 (version "1.4.8")
12184 (source
12185 (origin
12186 (method url-fetch)
12187 (uri (cran-uri "splitstackshape" version))
12188 (sha256
12189 (base32
12190 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
12191 (build-system r-build-system)
12192 (propagated-inputs
12193 `(("r-data-table" ,r-data-table)))
12194 (home-page "https://github.com/mrdwab/splitstackshape")
12195 (synopsis "Stack and reshape datasets after splitting concatenated values")
12196 (description
12197 "Online data collection tools like Google Forms often export
12198 multiple-response questions with data concatenated in cells. The
12199 @code{concat.split} (cSplit) family of functions provided by this package
12200 splits such data into separate cells. This package also includes functions to
12201 stack groups of columns and to reshape wide data, even when the data are
12202 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
12203 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
12204 handle.")
12205 (license license:gpl3)))
12206
12207 (define-public r-tfmpvalue
12208 (package
12209 (name "r-tfmpvalue")
12210 (version "0.0.8")
12211 (source
12212 (origin
12213 (method url-fetch)
12214 (uri (cran-uri "TFMPvalue" version))
12215 (sha256
12216 (base32
12217 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
12218 (properties `((upstream-name . "TFMPvalue")))
12219 (build-system r-build-system)
12220 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12221 (home-page "https://github.com/ge11232002/TFMPvalue")
12222 (synopsis "P-value computation for position weight matrices")
12223 (description
12224 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
12225 identification from sequence/alignments, we are interested in the significance
12226 of certain match scores. TFMPvalue provides the accurate calculation of a
12227 p-value with a score threshold for position weight matrices, or the score with
12228 a given p-value. It is an interface to code originally made available by
12229 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
12230 Touzet and Varre (2007).")
12231 (license license:gpl2)))
12232
12233 (define-public r-rnifti
12234 (package
12235 (name "r-rnifti")
12236 (version "1.3.0")
12237 (source
12238 (origin
12239 (method url-fetch)
12240 (uri (cran-uri "RNifti" version))
12241 (sha256
12242 (base32
12243 "1zr0q79id62csmc30c7gs4hbmavk8n6p50a981sfz51dczhjj5ny"))))
12244 (properties `((upstream-name . "RNifti")))
12245 (build-system r-build-system)
12246 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12247 (home-page "https://github.com/jonclayden/RNifti")
12248 (synopsis "Fast R and C++ access to NIfTI images")
12249 (description
12250 "This package provides very fast read and write access to images stored
12251 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
12252 compiled C and interpreted R code. It also provides a C/C++ API that can be
12253 used by other packages.")
12254 (license license:gpl2)))
12255
12256 (define-public r-shades
12257 (package
12258 (name "r-shades")
12259 (version "1.4.0")
12260 (source
12261 (origin
12262 (method url-fetch)
12263 (uri (cran-uri "shades" version))
12264 (sha256
12265 (base32
12266 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
12267 (build-system r-build-system)
12268 (home-page "https://github.com/jonclayden/shades")
12269 (synopsis "Simple color manipulation")
12270 (description
12271 "This package provides functions for easily manipulating colors,
12272 creating color scales and calculating color distances.")
12273 (license license:bsd-3)))
12274
12275 (define-public r-ore
12276 (package
12277 (name "r-ore")
12278 (version "1.6.3")
12279 (source
12280 (origin
12281 (method url-fetch)
12282 (uri (cran-uri "ore" version))
12283 (sha256
12284 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
12285 (build-system r-build-system)
12286 (home-page "https://github.com/jonclayden/ore")
12287 (synopsis "R interface to the Onigmo regular expression library")
12288 (description
12289 "This package provides an alternative to R's built-in functionality for
12290 handling regular expressions, based on the Onigmo library. It offers
12291 first-class compiled regex objects, partial matching and function-based
12292 substitutions, amongst other features.")
12293 (license license:bsd-3)))
12294
12295 (define-public r-reportr
12296 (package
12297 (name "r-reportr")
12298 (version "1.3.0")
12299 (source
12300 (origin
12301 (method url-fetch)
12302 (uri (cran-uri "reportr" version))
12303 (sha256
12304 (base32
12305 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
12306 (build-system r-build-system)
12307 (propagated-inputs `(("r-ore" ,r-ore)))
12308 (home-page "https://github.com/jonclayden/reportr")
12309 (synopsis "General message and error reporting system")
12310 (description
12311 "This package provides a system for reporting messages, which offers
12312 certain useful features over the standard R system, such as the incorporation
12313 of output consolidation, message filtering, assertions, expression
12314 substitution, automatic generation of stack traces for debugging, and
12315 conditional reporting based on the current \"output level\".")
12316 (license license:gpl2)))
12317
12318 (define-public r-tractor-base
12319 (package
12320 (name "r-tractor-base")
12321 (version "3.3.3.1")
12322 (source
12323 (origin
12324 (method url-fetch)
12325 (uri (cran-uri "tractor.base" version))
12326 (sha256
12327 (base32
12328 "0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
12329 (properties `((upstream-name . "tractor.base")))
12330 (build-system r-build-system)
12331 (propagated-inputs
12332 `(("r-ore" ,r-ore)
12333 ("r-reportr" ,r-reportr)
12334 ("r-rnifti" ,r-rnifti)
12335 ("r-shades" ,r-shades)))
12336 (home-page "https://www.tractor-mri.org.uk")
12337 (synopsis "Read, manipulate and visualize magnetic resonance images")
12338 (description
12339 "This package provides functions for working with magnetic resonance
12340 images. It supports reading and writing of popular file formats (DICOM,
12341 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
12342 visualization; flexible image manipulation; metadata and sparse image
12343 handling.")
12344 (license license:gpl2)))
12345
12346 (define-public r-grimport
12347 (package
12348 (name "r-grimport")
12349 (version "0.9-3")
12350 (source
12351 (origin
12352 (method url-fetch)
12353 (uri (cran-uri "grImport" version))
12354 (sha256
12355 (base32
12356 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
12357 (properties `((upstream-name . "grImport")))
12358 (build-system r-build-system)
12359 (inputs
12360 `(("ghostscript" ,ghostscript)))
12361 (propagated-inputs
12362 `(("r-xml" ,r-xml)))
12363 (home-page "https://cran.r-project.org/web/packages/grImport")
12364 (synopsis "Convert, import, and draw PostScript pictures")
12365 (description
12366 "This package provides functions for converting, importing, and drawing
12367 PostScript pictures in R plots.")
12368 (license license:gpl2+)))
12369
12370 (define-public r-grimport2
12371 (package
12372 (name "r-grimport2")
12373 (version "0.2-0")
12374 (source
12375 (origin
12376 (method url-fetch)
12377 (uri (cran-uri "grImport2" version))
12378 (sha256
12379 (base32
12380 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
12381 (properties `((upstream-name . "grImport2")))
12382 (build-system r-build-system)
12383 (propagated-inputs
12384 `(("r-base64enc" ,r-base64enc)
12385 ("r-jpeg" ,r-jpeg)
12386 ("r-png" ,r-png)
12387 ("r-xml" ,r-xml)))
12388 (home-page "https://cran.r-project.org/web/packages/grImport2/")
12389 (synopsis "Import SVG graphics")
12390 (description
12391 "This package provides functions for importing external vector images and
12392 drawing them as part of R plots. This package is different from the
12393 @code{grImport} package because, where that package imports PostScript format
12394 images, this package imports SVG format images. Furthermore, this package
12395 imports a specific subset of SVG, so external images must be preprocessed
12396 using a package like @code{rsvg} to produce SVG that this package can import.
12397 SVG features that are not supported by R graphics, such as gradient fills, can
12398 be imported and then exported via the @code{gridSVG} package.")
12399 (license license:gpl2+)))
12400
12401 (define-public r-kohonen
12402 (package
12403 (name "r-kohonen")
12404 (version "3.0.10")
12405 (source
12406 (origin
12407 (method url-fetch)
12408 (uri (cran-uri "kohonen" version))
12409 (sha256
12410 (base32
12411 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
12412 (build-system r-build-system)
12413 (propagated-inputs
12414 `(("r-rcpp" ,r-rcpp)))
12415 (home-page "https://cran.r-project.org/web/packages/kohonen")
12416 (synopsis "Supervised and unsupervised self-organising maps")
12417 (description
12418 "This package provides functions to train @dfn{self-organising
12419 maps} (SOMs). Also interrogation of the maps and prediction using trained
12420 maps are supported. The name of the package refers to Teuvo Kohonen, the
12421 inventor of the SOM.")
12422 (license license:gpl2+)))
12423
12424 (define-public r-nnls
12425 (package
12426 (name "r-nnls")
12427 (version "1.4")
12428 (source
12429 (origin
12430 (method url-fetch)
12431 (uri (cran-uri "nnls" version))
12432 (sha256
12433 (base32
12434 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
12435 (build-system r-build-system)
12436 (native-inputs `(("gfortran" ,gfortran)))
12437 (home-page "https://cran.r-project.org/web/packages/nnls")
12438 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
12439 (description
12440 "This package provides an R interface to the Lawson-Hanson implementation
12441 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
12442 the combination of non-negative and non-positive constraints.")
12443 (license license:gpl2+)))
12444
12445 (define-public r-iso
12446 (package
12447 (name "r-iso")
12448 (version "0.0-18.1")
12449 (source
12450 (origin
12451 (method url-fetch)
12452 (uri (cran-uri "Iso" version))
12453 (sha256
12454 (base32
12455 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
12456 (properties `((upstream-name . "Iso")))
12457 (build-system r-build-system)
12458 (native-inputs `(("gfortran" ,gfortran)))
12459 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
12460 (synopsis "Functions to perform isotonic regression")
12461 (description
12462 "This package provides support for linear order and unimodal
12463 order (univariate) isotonic regression and bivariate isotonic regression with
12464 linear order on both variables.")
12465 (license license:gpl2+)))
12466
12467 (define-public r-chemometricswithr
12468 (package
12469 (name "r-chemometricswithr")
12470 (version "0.1.13")
12471 (source
12472 (origin
12473 (method url-fetch)
12474 (uri (cran-uri "ChemometricsWithR" version))
12475 (sha256
12476 (base32
12477 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
12478 (properties
12479 `((upstream-name . "ChemometricsWithR")))
12480 (build-system r-build-system)
12481 (propagated-inputs
12482 `(("r-devtools" ,r-devtools)
12483 ("r-kohonen" ,r-kohonen)
12484 ("r-mass" ,r-mass)
12485 ("r-pls" ,r-pls)))
12486 (home-page "https://github.com/rwehrens/CWR")
12487 (synopsis "Chemometrics with R")
12488 (description
12489 "This package provides functions and scripts used in the book
12490 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
12491 Life Sciences\" by Ron Wehrens, Springer (2011).")
12492 (license license:gpl2+)))
12493
12494 (define-public r-als
12495 (package
12496 (name "r-als")
12497 (version "0.0.6")
12498 (source
12499 (origin
12500 (method url-fetch)
12501 (uri (cran-uri "ALS" version))
12502 (sha256
12503 (base32
12504 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
12505 (properties `((upstream-name . "ALS")))
12506 (build-system r-build-system)
12507 (propagated-inputs
12508 `(("r-iso" ,r-iso)
12509 ("r-nnls" ,r-nnls)))
12510 (home-page "https://cran.r-project.org/web/packages/ALS")
12511 (synopsis "Multivariate curve resolution alternating least squares")
12512 (description
12513 "Alternating least squares is often used to resolve components
12514 contributing to data with a bilinear structure; the basic technique may be
12515 extended to alternating constrained least squares. This package provides an
12516 implementation of @dfn{multivariate curve resolution alternating least
12517 squares} (MCR-ALS).
12518
12519 Commonly applied constraints include unimodality, non-negativity, and
12520 normalization of components. Several data matrices may be decomposed
12521 simultaneously by assuming that one of the two matrices in the bilinear
12522 decomposition is shared between datasets.")
12523 (license license:gpl2+)))
12524
12525 (define-public r-strucchange
12526 (package
12527 (name "r-strucchange")
12528 (version "1.5-2")
12529 (source
12530 (origin
12531 (method url-fetch)
12532 (uri (cran-uri "strucchange" version))
12533 (sha256
12534 (base32
12535 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
12536 (build-system r-build-system)
12537 (propagated-inputs
12538 `(("r-sandwich" ,r-sandwich)
12539 ("r-zoo" ,r-zoo)))
12540 (home-page "https://cran.r-project.org/web/packages/strucchange")
12541 (synopsis "Testing, monitoring, and dating structural changes")
12542 (description
12543 "This package provides tools for testing, monitoring and dating
12544 structural changes in (linear) regression models. It features tests/methods
12545 from the generalized fluctuation test framework as well as from the F
12546 test (Chow test) framework. This includes methods to fit, plot and test
12547 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
12548 statistics, respectively. It is possible to monitor incoming data online
12549 using fluctuation processes. Finally, the breakpoints in regression models
12550 with structural changes can be estimated together with confidence intervals.
12551 Emphasis is always given to methods for visualizing the data.")
12552 ;; Either of these two GPL versions
12553 (license (list license:gpl2 license:gpl3))))
12554
12555 (define-public r-pixmap
12556 (package
12557 (name "r-pixmap")
12558 (version "0.4-12")
12559 (source
12560 (origin
12561 (method url-fetch)
12562 (uri (cran-uri "pixmap" version))
12563 (sha256
12564 (base32
12565 "1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
12566 (build-system r-build-system)
12567 (home-page "https://cran.r-project.org/web/packages/pixmap")
12568 (synopsis "Tools for bitmap images")
12569 (description
12570 "This package provides functions for importing, exporting, plotting and
12571 other manipulations of bitmapped images.")
12572 (license license:gpl2)))
12573
12574 (define-public r-rapidjsonr
12575 (package
12576 (name "r-rapidjsonr")
12577 (version "1.2.0")
12578 (source
12579 (origin
12580 (method url-fetch)
12581 (uri (cran-uri "rapidjsonr" version))
12582 (sha256
12583 (base32
12584 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
12585 (build-system r-build-system)
12586 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
12587 (synopsis "JSON parser")
12588 (description
12589 "This package provides JSON parsing capability through the Rapidjson
12590 library.")
12591 (license license:expat)))
12592
12593 (define-public r-ontologyindex
12594 (package
12595 (name "r-ontologyindex")
12596 (version "2.7")
12597 (source
12598 (origin
12599 (method url-fetch)
12600 (uri (cran-uri "ontologyIndex" version))
12601 (sha256
12602 (base32
12603 "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
12604 (properties `((upstream-name . "ontologyIndex")))
12605 (build-system r-build-system)
12606 (native-inputs
12607 `(("r-knitr" ,r-knitr)))
12608 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
12609 (synopsis "Functions for processing ontologies in R")
12610 (description
12611 "This package provides functions for reading ontologies into R as lists
12612 and manipulating sets of ontological terms.")
12613 (license license:gpl2+)))
12614
12615 (define-public r-gargle
12616 (package
12617 (name "r-gargle")
12618 (version "1.0.0")
12619 (source
12620 (origin
12621 (method url-fetch)
12622 (uri (cran-uri "gargle" version))
12623 (sha256
12624 (base32
12625 "0hsqn4hf935wn6vk2pwym7la4sdvy271y4cashp38pg4hkpg9zph"))))
12626 (build-system r-build-system)
12627 (propagated-inputs
12628 `(("r-fs" ,r-fs)
12629 ("r-glue" ,r-glue)
12630 ("r-httr" ,r-httr)
12631 ("r-jsonlite" ,r-jsonlite)
12632 ("r-rlang" ,r-rlang)
12633 ("r-withr" ,r-withr)))
12634 (native-inputs
12635 `(("r-knitr" ,r-knitr)))
12636 (home-page "https://gargle.r-lib.org")
12637 (synopsis "Utilities for working with Google APIs")
12638 (description
12639 "This package provides utilities for working with Google APIs. This
12640 includes functions and classes for handling common credential types and for
12641 preparing, executing, and processing HTTP requests.")
12642 (license license:expat)))
12643
12644 (define-public r-bigrquery
12645 (package
12646 (name "r-bigrquery")
12647 (version "1.3.2")
12648 (source
12649 (origin
12650 (method url-fetch)
12651 (uri (cran-uri "bigrquery" version))
12652 (sha256
12653 (base32
12654 "16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
12655 (build-system r-build-system)
12656 (propagated-inputs
12657 `(("r-assertthat" ,r-assertthat)
12658 ("r-bit64" ,r-bit64)
12659 ("r-curl" ,r-curl)
12660 ("r-dbi" ,r-dbi)
12661 ("r-gargle" ,r-gargle)
12662 ("r-glue" ,r-glue)
12663 ("r-httr" ,r-httr)
12664 ("r-jsonlite" ,r-jsonlite)
12665 ("r-prettyunits" ,r-prettyunits)
12666 ("r-progress" ,r-progress)
12667 ("r-rapidjsonr" ,r-rapidjsonr)
12668 ("r-rcpp" ,r-rcpp)
12669 ("r-rlang" ,r-rlang)
12670 ("r-tibble" ,r-tibble)))
12671 (home-page "https://github.com/rstats-db/bigrquery")
12672 (synopsis "R interface to Google's BigQuery API")
12673 (description
12674 "This package provides an R interface to Google's BigQuery database.")
12675 (license license:gpl3)))
12676
12677 (define-public r-gmp
12678 (package
12679 (name "r-gmp")
12680 (version "0.6-2")
12681 (source
12682 (origin
12683 (method url-fetch)
12684 (uri (cran-uri "gmp" version))
12685 (sha256
12686 (base32
12687 "03kzbflgpy5sgnzxmhshs5qv7jjmfc113ybkhxys4z8y7xdv9z3b"))))
12688 (build-system r-build-system)
12689 (arguments
12690 '(#:phases
12691 (modify-phases %standard-phases
12692 (add-after 'unpack 'set-CC
12693 (lambda _ (setenv "CC" "gcc") #t)))))
12694 (inputs `(("gmp" ,gmp)))
12695 (home-page "https://cran.r-project.org/web/packages/gmp")
12696 (synopsis "Multiple precision arithmetic")
12697 (description
12698 "This package supports multiple precision arithmetic (big integers and
12699 rationals, prime number tests, matrix computation), \"arithmetic without
12700 limitations\" using the GNU Multiple Precision library.")
12701 ;; Any version of the GPL.
12702 (license license:gpl3+)))
12703
12704 (define-public r-rmpfr
12705 (package
12706 (name "r-rmpfr")
12707 (version "0.8-2")
12708 (source
12709 (origin
12710 (method url-fetch)
12711 (uri (cran-uri "Rmpfr" version))
12712 (sha256
12713 (base32
12714 "007pc7fpzl2mcg3qxa2vfjip6m2dr314qjsnybkj3kdj70bszxkl"))))
12715 (properties `((upstream-name . "Rmpfr")))
12716 (build-system r-build-system)
12717 (inputs
12718 `(("mpfr" ,mpfr)
12719 ("gmp" ,gmp)))
12720 (propagated-inputs
12721 `(("r-gmp" ,r-gmp)))
12722 (native-inputs
12723 `(("pkg-config" ,pkg-config)))
12724 (home-page "http://rmpfr.r-forge.r-project.org/")
12725 (synopsis "R bindings to the MPFR library")
12726 (description
12727 "This package supports arithmetic (via S4 classes and methods) for
12728 arbitrary precision floating point numbers, including transcendental
12729 functions. To this end, the package interfaces with the @dfn{Multiple
12730 Precision Floating-Point Reliable} (MPFR) library.")
12731 (license license:gpl2+)))
12732
12733 (define-public r-assertive-base
12734 (package
12735 (name "r-assertive-base")
12736 (version "0.0-9")
12737 (source
12738 (origin
12739 (method url-fetch)
12740 (uri (cran-uri "assertive.base" version))
12741 (sha256
12742 (base32
12743 "07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
12744 (properties
12745 `((upstream-name . "assertive.base")))
12746 (build-system r-build-system)
12747 (home-page "https://bitbucket.org/richierocks/assertive.base")
12748 (synopsis "Core of the assertive package")
12749 (description
12750 "This package provides a minimal set of predicates and assertions used by
12751 the assertive package. This is mainly for use by other package developers who
12752 want to include run-time testing features in their own packages.")
12753 (license license:gpl3+)))
12754
12755 (define-public r-assertive-properties
12756 (package
12757 (name "r-assertive-properties")
12758 (version "0.0-4")
12759 (source
12760 (origin
12761 (method url-fetch)
12762 (uri (cran-uri "assertive.properties" version))
12763 (sha256
12764 (base32
12765 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
12766 (properties
12767 `((upstream-name . "assertive.properties")))
12768 (build-system r-build-system)
12769 (propagated-inputs
12770 `(("r-assertive-base" ,r-assertive-base)))
12771 (home-page "https://bitbucket.org/richierocks/assertive.properties")
12772 (synopsis "Assertions to check properties of variables")
12773 (description
12774 "This package provides a set of predicates and assertions for checking
12775 the properties of variables, such as length, names and attributes. This is
12776 mainly for use by other package developers who want to include run-time
12777 testing features in their own packages.")
12778 (license license:gpl3+)))
12779
12780 (define-public r-assertive-numbers
12781 (package
12782 (name "r-assertive-numbers")
12783 (version "0.0-2")
12784 (source
12785 (origin
12786 (method url-fetch)
12787 (uri (cran-uri "assertive.numbers" version))
12788 (sha256
12789 (base32
12790 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
12791 (properties
12792 `((upstream-name . "assertive.numbers")))
12793 (build-system r-build-system)
12794 (propagated-inputs
12795 `(("r-assertive-base" ,r-assertive-base)))
12796 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
12797 (synopsis "Assertions to check properties of numbers")
12798 (description
12799 "This package provides a set of predicates and assertions for checking
12800 the properties of numbers. This is mainly for use by other package developers
12801 who want to include run-time testing features in their own packages.")
12802 (license license:gpl3+)))
12803
12804 (define-public r-assertive-sets
12805 (package
12806 (name "r-assertive-sets")
12807 (version "0.0-3")
12808 (source
12809 (origin
12810 (method url-fetch)
12811 (uri (cran-uri "assertive.sets" version))
12812 (sha256
12813 (base32
12814 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
12815 (properties
12816 `((upstream-name . "assertive.sets")))
12817 (build-system r-build-system)
12818 (propagated-inputs
12819 `(("r-assertive-base" ,r-assertive-base)))
12820 (home-page "https://bitbucket.org/richierocks/assertive.sets")
12821 (synopsis "Assertions to check properties of sets")
12822 (description
12823 "This package provides a set of predicates and assertions for checking
12824 the properties of sets. This is mainly for use by other package developers
12825 who want to include run-time testing features in their own packages.")
12826 (license license:gpl3+)))
12827
12828 (define-public r-assertive-matrices
12829 (package
12830 (name "r-assertive-matrices")
12831 (version "0.0-2")
12832 (source
12833 (origin
12834 (method url-fetch)
12835 (uri (cran-uri "assertive.matrices" version))
12836 (sha256
12837 (base32
12838 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
12839 (properties
12840 `((upstream-name . "assertive.matrices")))
12841 (build-system r-build-system)
12842 (propagated-inputs
12843 `(("r-assertive-base" ,r-assertive-base)))
12844 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
12845 (synopsis "Assertions to check properties of matrices")
12846 (description
12847 "This package provides a set of predicates and assertions for checking
12848 the properties of matrices. This is mainly for use by other package
12849 developers who want to include run-time testing features in their own
12850 packages.")
12851 (license license:gpl3+)))
12852
12853 (define-public r-assertive-models
12854 (package
12855 (name "r-assertive-models")
12856 (version "0.0-2")
12857 (source
12858 (origin
12859 (method url-fetch)
12860 (uri (cran-uri "assertive.models" version))
12861 (sha256
12862 (base32
12863 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
12864 (properties
12865 `((upstream-name . "assertive.models")))
12866 (build-system r-build-system)
12867 (propagated-inputs
12868 `(("r-assertive-base" ,r-assertive-base)))
12869 (home-page "https://bitbucket.org/richierocks/assertive.models")
12870 (synopsis "Assertions to check properties of models")
12871 (description
12872 "This package provides a set of predicates and assertions for checking
12873 the properties of models. This is mainly for use by other package developers
12874 who want to include run-time testing features in their own packages.")
12875 (license license:gpl3+)))
12876
12877 (define-public r-assertive-reflection
12878 (package
12879 (name "r-assertive-reflection")
12880 (version "0.0-5")
12881 (source
12882 (origin
12883 (method url-fetch)
12884 (uri (cran-uri "assertive.reflection" version))
12885 (sha256
12886 (base32
12887 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
12888 (properties
12889 `((upstream-name . "assertive.reflection")))
12890 (build-system r-build-system)
12891 (propagated-inputs
12892 `(("r-assertive-base" ,r-assertive-base)))
12893 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
12894 (synopsis "Assertions for checking the state of R")
12895 (description
12896 "This package provides a set of predicates and assertions for checking
12897 the state and capabilities of R, the operating system it is running on, and
12898 the IDE being used. This is mainly for use by other package developers who
12899 want to include run-time testing features in their own packages.")
12900 (license license:gpl3+)))
12901
12902 (define-public r-assertive-types
12903 (package
12904 (name "r-assertive-types")
12905 (version "0.0-3")
12906 (source
12907 (origin
12908 (method url-fetch)
12909 (uri (cran-uri "assertive.types" version))
12910 (sha256
12911 (base32
12912 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
12913 (properties
12914 `((upstream-name . "assertive.types")))
12915 (build-system r-build-system)
12916 (propagated-inputs
12917 `(("r-assertive-base" ,r-assertive-base)
12918 ("r-assertive-properties" ,r-assertive-properties)
12919 ("r-codetools" ,r-codetools)))
12920 (home-page "https://bitbucket.org/richierocks/assertive.types")
12921 (synopsis "Assertions to check types of variables")
12922 (description
12923 "This package provides a set of predicates and assertions for checking
12924 the types of variables. This is mainly for use by other package developers
12925 who want to include run-time testing features in their own packages.")
12926 (license license:gpl3+)))
12927
12928 (define-public r-assertive-files
12929 (package
12930 (name "r-assertive-files")
12931 (version "0.0-2")
12932 (source
12933 (origin
12934 (method url-fetch)
12935 (uri (cran-uri "assertive.files" version))
12936 (sha256
12937 (base32
12938 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
12939 (properties
12940 `((upstream-name . "assertive.files")))
12941 (build-system r-build-system)
12942 (propagated-inputs
12943 `(("r-assertive-base" ,r-assertive-base)
12944 ("r-assertive-numbers" ,r-assertive-numbers)))
12945 (home-page "https://bitbucket.org/richierocks/assertive.files")
12946 (synopsis "Assertions to check properties of files")
12947 (description
12948 "This package provides a set of predicates and assertions for checking
12949 the properties of files and connections. This is mainly for use by other
12950 package developers who want to include run-time testing features in their own
12951 packages.")
12952 (license license:gpl3+)))
12953
12954 (define-public r-assertive-code
12955 (package
12956 (name "r-assertive-code")
12957 (version "0.0-3")
12958 (source
12959 (origin
12960 (method url-fetch)
12961 (uri (cran-uri "assertive.code" version))
12962 (sha256
12963 (base32
12964 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
12965 (properties
12966 `((upstream-name . "assertive.code")))
12967 (build-system r-build-system)
12968 (propagated-inputs
12969 `(("r-assertive-base" ,r-assertive-base)
12970 ("r-assertive-properties" ,r-assertive-properties)
12971 ("r-assertive-types" ,r-assertive-types)))
12972 (home-page "https://bitbucket.org/richierocks/assertive.code")
12973 (synopsis "Assertions to check properties of code")
12974 (description
12975 "This package provides a set of predicates and assertions for checking
12976 the properties of code. This is mainly for use by other package developers
12977 who want to include run-time testing features in their own packages.")
12978 (license license:gpl3+)))
12979
12980 (define-public r-assertive-datetimes
12981 (package
12982 (name "r-assertive-datetimes")
12983 (version "0.0-3")
12984 (source
12985 (origin
12986 (method url-fetch)
12987 (uri (cran-uri "assertive.datetimes" version))
12988 (sha256
12989 (base32
12990 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
12991 (properties
12992 `((upstream-name . "assertive.datetimes")))
12993 (build-system r-build-system)
12994 (propagated-inputs
12995 `(("r-assertive-base" ,r-assertive-base)
12996 ("r-assertive-types" ,r-assertive-types)))
12997 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
12998 (synopsis "Assertions to check properties of dates and times")
12999 (description
13000 "This package provides a set of predicates and assertions for checking
13001 the properties of dates and times. This is mainly for use by other package
13002 developers who want to include run-time testing features in their own
13003 packages.")
13004 (license license:gpl3+)))
13005
13006 (define-public r-assertive-strings
13007 (package
13008 (name "r-assertive-strings")
13009 (version "0.0-3")
13010 (source
13011 (origin
13012 (method url-fetch)
13013 (uri (cran-uri "assertive.strings" version))
13014 (sha256
13015 (base32
13016 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
13017 (properties
13018 `((upstream-name . "assertive.strings")))
13019 (build-system r-build-system)
13020 (propagated-inputs
13021 `(("r-assertive-base" ,r-assertive-base)
13022 ("r-assertive-types" ,r-assertive-types)
13023 ("r-stringi" ,r-stringi)))
13024 (home-page "https://bitbucket.org/richierocks/assertive.strings")
13025 (synopsis "Assertions to check properties of strings")
13026 (description
13027 "This package provides a set of predicates and assertions for checking
13028 the properties of strings. This is mainly for use by other package developers
13029 who want to include run-time testing features in their own packages.")
13030 (license license:gpl3+)))
13031
13032 (define-public r-assertive-data-us
13033 (package
13034 (name "r-assertive-data-us")
13035 (version "0.0-2")
13036 (source
13037 (origin
13038 (method url-fetch)
13039 (uri (cran-uri "assertive.data.us" version))
13040 (sha256
13041 (base32
13042 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
13043 (properties
13044 `((upstream-name . "assertive.data.us")))
13045 (build-system r-build-system)
13046 (propagated-inputs
13047 `(("r-assertive-base" ,r-assertive-base)
13048 ("r-assertive-strings" ,r-assertive-strings)))
13049 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
13050 (synopsis "Assertions to check properties of strings")
13051 (description
13052 "This package provides a set of predicates and assertions for checking
13053 the properties of US-specific complex data types. This is mainly for use by
13054 other package developers who want to include run-time testing features in
13055 their own packages.")
13056 (license license:gpl3+)))
13057
13058 (define-public r-assertive-data-uk
13059 (package
13060 (name "r-assertive-data-uk")
13061 (version "0.0-2")
13062 (source
13063 (origin
13064 (method url-fetch)
13065 (uri (cran-uri "assertive.data.uk" version))
13066 (sha256
13067 (base32
13068 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
13069 (properties
13070 `((upstream-name . "assertive.data.uk")))
13071 (build-system r-build-system)
13072 (propagated-inputs
13073 `(("r-assertive-base" ,r-assertive-base)
13074 ("r-assertive-strings" ,r-assertive-strings)))
13075 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
13076 (synopsis "Assertions to check properties of strings")
13077 (description
13078 "This package provides a set of predicates and assertions for checking
13079 the properties of UK-specific complex data types. This is mainly for use by
13080 other package developers who want to include run-time testing features in
13081 their own packages.")
13082 (license license:gpl3+)))
13083
13084 (define-public r-assertive-data
13085 (package
13086 (name "r-assertive-data")
13087 (version "0.0-3")
13088 (source
13089 (origin
13090 (method url-fetch)
13091 (uri (cran-uri "assertive.data" version))
13092 (sha256
13093 (base32
13094 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
13095 (properties
13096 `((upstream-name . "assertive.data")))
13097 (build-system r-build-system)
13098 (propagated-inputs
13099 `(("r-assertive-base" ,r-assertive-base)
13100 ("r-assertive-strings" ,r-assertive-strings)))
13101 (home-page "https://bitbucket.org/richierocks/assertive.data")
13102 (synopsis "Assertions to check properties of data")
13103 (description
13104 "This package provides a set of predicates and assertions for checking
13105 the properties of (country independent) complex data types. This is mainly
13106 for use by other package developers who want to include run-time testing
13107 features in their own packages.")
13108 (license license:gpl3+)))
13109
13110 (define-public r-assertive
13111 (package
13112 (name "r-assertive")
13113 (version "0.3-6")
13114 (source
13115 (origin
13116 (method url-fetch)
13117 (uri (cran-uri "assertive" version))
13118 (sha256
13119 (base32
13120 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
13121 (build-system r-build-system)
13122 (propagated-inputs
13123 `(("r-assertive-base" ,r-assertive-base)
13124 ("r-assertive-code" ,r-assertive-code)
13125 ("r-assertive-data" ,r-assertive-data)
13126 ("r-assertive-data-uk" ,r-assertive-data-uk)
13127 ("r-assertive-data-us" ,r-assertive-data-us)
13128 ("r-assertive-datetimes" ,r-assertive-datetimes)
13129 ("r-assertive-files" ,r-assertive-files)
13130 ("r-assertive-matrices" ,r-assertive-matrices)
13131 ("r-assertive-models" ,r-assertive-models)
13132 ("r-assertive-numbers" ,r-assertive-numbers)
13133 ("r-assertive-properties" ,r-assertive-properties)
13134 ("r-assertive-reflection" ,r-assertive-reflection)
13135 ("r-assertive-sets" ,r-assertive-sets)
13136 ("r-assertive-strings" ,r-assertive-strings)
13137 ("r-assertive-types" ,r-assertive-types)
13138 ("r-knitr" ,r-knitr)))
13139 (native-inputs
13140 `(("r-knitr" ,r-knitr)))
13141 (home-page "https://bitbucket.org/richierocks/assertive")
13142 (synopsis "Readable check functions to ensure code integrity")
13143 (description
13144 "This package provides lots of predicates (@code{is_*} functions) to
13145 check the state of your variables, and assertions (@code{assert_*} functions)
13146 to throw errors if they aren't in the right form.")
13147 (license license:gpl3+)))
13148
13149 (define-public r-dotcall64
13150 (package
13151 (name "r-dotcall64")
13152 (version "1.0-1")
13153 (source
13154 (origin
13155 (method url-fetch)
13156 (uri (cran-uri "dotCall64" version))
13157 (sha256
13158 (base32
13159 "1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
13160 (properties `((upstream-name . "dotCall64")))
13161 (build-system r-build-system)
13162 (native-inputs `(("gfortran" ,gfortran)))
13163 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
13164 (synopsis "Enhanced foreign function interface supporting long vectors")
13165 (description
13166 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
13167 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
13168 supports long vectors, arguments of type 64-bit integer, and provides a
13169 mechanism to avoid unnecessary copies of read-only and write-only arguments.
13170 This makes it a convenient and fast interface to C/C++ and Fortran code.")
13171 (license license:gpl2+)))
13172
13173 (define-public r-spam
13174 (package
13175 (name "r-spam")
13176 (version "2.6-0")
13177 (source
13178 (origin
13179 (method url-fetch)
13180 (uri (cran-uri "spam" version))
13181 (sha256
13182 (base32 "0p5ycvpry955ldrgbbq3syy91wx9425mddpn8r5m9xwlirjxv3v3"))))
13183 (build-system r-build-system)
13184 (propagated-inputs
13185 `(("r-dotcall64" ,r-dotcall64)))
13186 (native-inputs
13187 `(("gfortran" ,gfortran)
13188 ("r-knitr" ,r-knitr)))
13189 (home-page "https://www.math.uzh.ch/pages/spam/")
13190 (synopsis "Sparse matrix algebra")
13191 (description
13192 "This package provides a set of functions for sparse matrix algebra.
13193 Differences with other sparse matrix packages are:
13194
13195 @enumerate
13196 @item it only supports (essentially) one sparse matrix format;
13197 @item it is based on transparent and simple structure(s);
13198 @item it is tailored for MCMC calculations within G(M)RF;
13199 @item and it is fast and scalable (with the extension package @code{spam64}).
13200 @end enumerate\n")
13201 ;; Either of these licenses
13202 (license (list license:bsd-3 license:lgpl2.0))))
13203
13204 (define-public r-fields
13205 (package
13206 (name "r-fields")
13207 (version "11.6")
13208 (source
13209 (origin
13210 (method url-fetch)
13211 (uri (cran-uri "fields" version))
13212 (sha256
13213 (base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
13214 (build-system r-build-system)
13215 (propagated-inputs
13216 `(("r-maps" ,r-maps)
13217 ("r-spam" ,r-spam)))
13218 (native-inputs
13219 `(("gfortran" ,gfortran)))
13220 (home-page "https://www.image.ucar.edu/fields")
13221 (synopsis "Tools for spatial data")
13222 (description
13223 "This is a package for curve, surface and function fitting with an
13224 emphasis on splines, spatial data and spatial statistics. The major methods
13225 include cubic, and thin plate splines, Kriging, and compactly supported
13226 covariance functions for large data sets.")
13227 (license license:gpl2+)))
13228
13229 (define-public r-spatialextremes
13230 (package
13231 (name "r-spatialextremes")
13232 (version "2.0-9")
13233 (source
13234 (origin
13235 (method url-fetch)
13236 (uri (cran-uri "SpatialExtremes" version))
13237 (sha256
13238 (base32
13239 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
13240 (properties
13241 `((upstream-name . "SpatialExtremes")))
13242 (build-system r-build-system)
13243 (propagated-inputs
13244 `(("r-fields" ,r-fields)
13245 ("r-maps" ,r-maps)))
13246 (home-page "http://spatialextremes.r-forge.r-project.org/")
13247 (synopsis "Modelling spatial extremes")
13248 (description
13249 "This package provides tools for the statistical modelling of spatial
13250 extremes using max-stable processes, copula or Bayesian hierarchical models.
13251 More precisely, this package allows (conditional) simulations from various
13252 parametric max-stable models, analysis of the extremal spatial dependence, the
13253 fitting of such processes using composite likelihoods or least square (simple
13254 max-stable processes only), model checking and selection and prediction.")
13255 (license license:gpl2+)))
13256
13257 (define-public r-drc
13258 (package
13259 (name "r-drc")
13260 (version "3.0-1")
13261 (source
13262 (origin
13263 (method url-fetch)
13264 (uri (cran-uri "drc" version))
13265 (sha256
13266 (base32
13267 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
13268 (build-system r-build-system)
13269 (propagated-inputs
13270 `(("r-car" ,r-car)
13271 ("r-gtools" ,r-gtools)
13272 ("r-mass" ,r-mass)
13273 ("r-multcomp" ,r-multcomp)
13274 ("r-plotrix" ,r-plotrix)
13275 ("r-scales" ,r-scales)))
13276 (home-page "https://cran.r-project.org/web/packages/drc")
13277 (synopsis "Analysis of dose-response curves")
13278 (description
13279 "This package provides a suite of flexible and versatile model fitting
13280 and after-fitting functions for the analysis of dose-response data.")
13281 (license license:gpl2+)))
13282
13283 (define-public r-rmeta
13284 (package
13285 (name "r-rmeta")
13286 (version "3.0")
13287 (source
13288 (origin
13289 (method url-fetch)
13290 (uri (cran-uri "rmeta" version))
13291 (sha256
13292 (base32
13293 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
13294 (build-system r-build-system)
13295 (home-page "https://cran.r-project.org/web/packages/rmeta")
13296 (synopsis "Tools for meta-analysis")
13297 (description
13298 "This package provides functions for simple fixed and random effects
13299 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
13300 draws standard summary plots, funnel plots, and computes summaries and tests
13301 for association and heterogeneity.")
13302 (license license:gpl2)))
13303
13304 (define-public r-bootstrap
13305 (package
13306 (name "r-bootstrap")
13307 (version "2019.6")
13308 (source
13309 (origin
13310 (method url-fetch)
13311 (uri (cran-uri "bootstrap" version))
13312 (sha256
13313 (base32
13314 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
13315 (build-system r-build-system)
13316 (native-inputs `(("gfortran" ,gfortran)))
13317 (home-page "https://cran.r-project.org/web/packages/bootstrap")
13318 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
13319 (description
13320 "This package provides software and data for the book \"An Introduction
13321 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
13322 This package is primarily provided for projects already based on it, and for
13323 support of the book. New projects should preferentially use the recommended
13324 package \"boot\".")
13325 (license license:bsd-3)))
13326
13327 (define-public r-survivalroc
13328 (package
13329 (name "r-survivalroc")
13330 (version "1.0.3")
13331 (source
13332 (origin
13333 (method url-fetch)
13334 (uri (cran-uri "survivalROC" version))
13335 (sha256
13336 (base32
13337 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
13338 (properties `((upstream-name . "survivalROC")))
13339 (build-system r-build-system)
13340 (home-page "https://cran.r-project.org/web/packages/survivalROC")
13341 (synopsis "Time-dependent ROC curve estimation from censored survival data")
13342 (description
13343 "Compute time-dependent ROC curve from censored survival data using
13344 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
13345 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
13346 (license license:gpl2+)))
13347
13348 (define-public r-longitudinal
13349 (package
13350 (name "r-longitudinal")
13351 (version "1.1.12")
13352 (source
13353 (origin
13354 (method url-fetch)
13355 (uri (cran-uri "longitudinal" version))
13356 (sha256
13357 (base32
13358 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
13359 (build-system r-build-system)
13360 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
13361 (home-page "http://strimmerlab.org/software/longitudinal/")
13362 (synopsis "Analysis of multiple time course data")
13363 (description
13364 "This package contains general data structures and functions for
13365 longitudinal data with multiple variables, repeated measurements, and
13366 irregularly spaced time points. It also implements a shrinkage estimator of
13367 dynamical correlation and dynamical covariance.")
13368 (license license:gpl3+)))
13369
13370 (define-public r-genenet
13371 (package
13372 (name "r-genenet")
13373 (version "1.2.15")
13374 (source
13375 (origin
13376 (method url-fetch)
13377 (uri (cran-uri "GeneNet" version))
13378 (sha256
13379 (base32
13380 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
13381 (properties `((upstream-name . "GeneNet")))
13382 (build-system r-build-system)
13383 (propagated-inputs
13384 `(("r-corpcor" ,r-corpcor)
13385 ("r-fdrtool" ,r-fdrtool)
13386 ("r-longitudinal" ,r-longitudinal)))
13387 (home-page "http://strimmerlab.org/software/genenet/")
13388 (synopsis "Modeling and inferring gene networks")
13389 (description
13390 "This package analyzes gene expression (time series) data with focus on
13391 the inference of gene networks. In particular, GeneNet implements the methods
13392 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
13393 for learning large-scale gene association networks (including assignment of
13394 putative directions).")
13395 (license license:gpl3+)))
13396
13397 (define-public r-rbamtools
13398 (package
13399 (name "r-rbamtools")
13400 (version "2.16.17")
13401 (source
13402 (origin
13403 (method url-fetch)
13404 (uri (cran-uri "rbamtools" version))
13405 (sha256
13406 (base32
13407 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
13408 (build-system r-build-system)
13409 (inputs `(("zlib" ,zlib)))
13410 (propagated-inputs
13411 `(("r-refgenome" ,r-refgenome)))
13412 (home-page "https://cran.r-project.org/web/packages/rbamtools")
13413 (synopsis "Read and write BAM (binary alignment) files")
13414 (description
13415 "This package provides an R interface to functions of the SAMtools
13416 library.")
13417 (license license:artistic2.0)))
13418
13419 (define-public r-protviz
13420 (package
13421 (name "r-protviz")
13422 (version "0.6.8")
13423 (source
13424 (origin
13425 (method url-fetch)
13426 (uri (cran-uri "protViz" version))
13427 (sha256
13428 (base32
13429 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
13430 (properties `((upstream-name . "protViz")))
13431 (build-system r-build-system)
13432 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13433 (home-page "https://github.com/protViz/protViz/")
13434 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
13435 (description
13436 "This package helps with quality checks, visualizations and analysis of
13437 mass spectrometry data, coming from proteomics experiments. The package is
13438 developed, tested and used at the Functional Genomics Center Zurich, where it
13439 is used mainly for prototyping, teaching, and having fun with proteomics data.
13440 But it can also be used to do data analysis for small scale data sets.")
13441 (license license:gpl3)))
13442
13443 (define-public r-cmprsk
13444 (package
13445 (name "r-cmprsk")
13446 (version "2.2-10")
13447 (source
13448 (origin
13449 (method url-fetch)
13450 (uri (cran-uri "cmprsk" version))
13451 (sha256
13452 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
13453 (build-system r-build-system)
13454 (propagated-inputs
13455 `(("r-survival" ,r-survival)))
13456 (native-inputs
13457 `(("gfortran" ,gfortran)))
13458 (home-page "https://cran.r-project.org/web/packages/cmprsk")
13459 (synopsis "Subdistribution analysis of competing risks")
13460 (description
13461 "This package provides tool for estimation, testing and regression
13462 modeling of subdistribution functions in competing risks, as described in
13463 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
13464 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
13465 A proportional hazards model for the subdistribution of a competing risk,
13466 JASA, 94:496-509.")
13467 (license license:gpl2+)))
13468
13469 (define-public r-etm
13470 (package
13471 (name "r-etm")
13472 (version "1.1.1")
13473 (source
13474 (origin
13475 (method url-fetch)
13476 (uri (cran-uri "etm" version))
13477 (sha256
13478 (base32
13479 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
13480 (build-system r-build-system)
13481 (propagated-inputs
13482 `(("r-data-table" ,r-data-table)
13483 ("r-lattice" ,r-lattice)
13484 ("r-rcpp" ,r-rcpp)
13485 ("r-rcpparmadillo" ,r-rcpparmadillo)
13486 ("r-survival" ,r-survival)))
13487 (home-page "https://cran.r-project.org/web/packages/etm")
13488 (synopsis "Empirical transition matrix")
13489 (description
13490 "The @dfn{empirical transition matrix} (etm) package estimates
13491 the matrix of transition probabilities for any time-inhomogeneous multistate
13492 model with finite state space using the Aalen-Johansen estimator.")
13493 (license license:expat)))
13494
13495 (define-public r-epi
13496 (package
13497 (name "r-epi")
13498 (version "2.44")
13499 (source
13500 (origin
13501 (method url-fetch)
13502 (uri (cran-uri "Epi" version))
13503 (sha256
13504 (base32
13505 "1wcxr1f7irgfdwzz4vf67114yhxrhxxxnhy4hfaww0zy91vzxx10"))))
13506 (properties `((upstream-name . "Epi")))
13507 (build-system r-build-system)
13508 (propagated-inputs
13509 `(("r-cmprsk" ,r-cmprsk)
13510 ("r-data-table" ,r-data-table)
13511 ("r-dplyr" ,r-dplyr)
13512 ("r-etm" ,r-etm)
13513 ("r-mass" ,r-mass)
13514 ("r-matrix" ,r-matrix)
13515 ("r-mgcv" ,r-mgcv)
13516 ("r-numderiv" ,r-numderiv)
13517 ("r-plyr" ,r-plyr)
13518 ("r-purrr" ,r-purrr)
13519 ("r-survival" ,r-survival)
13520 ("r-zoo" ,r-zoo)))
13521 (home-page "https://BendixCarstensen.com/Epi/")
13522 (synopsis "Statistical analysis in epidemiology")
13523 (description
13524 "This package provides functions for demographic and epidemiological
13525 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
13526 particular representation, manipulation and simulation of multistate data -
13527 the Lexis suite of functions, which includes interfaces to the @code{mstate},
13528 @code{etm} and @code{cmprsk} packages. It also contains functions for
13529 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
13530 data and some useful functions for tabulation and plotting, as well as a
13531 number of epidemiological data sets.")
13532 (license license:gpl2)))
13533
13534 (define-public r-ppls
13535 (package
13536 (name "r-ppls")
13537 (version "1.6-1.1")
13538 (source
13539 (origin
13540 (method url-fetch)
13541 (uri (cran-uri "ppls" version))
13542 (sha256
13543 (base32
13544 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
13545 (build-system r-build-system)
13546 (propagated-inputs `(("r-mass" ,r-mass)))
13547 (home-page "https://cran.r-project.org/web/packages/ppls")
13548 (synopsis "Penalized partial least squares")
13549 (description
13550 "This package contains linear and nonlinear regression methods based on
13551 partial least squares and penalization techniques. Model parameters are
13552 selected via cross-validation, and confidence intervals ans tests for the
13553 regression coefficients can be conducted via jackknifing.")
13554 (license license:gpl2+)))
13555
13556 (define-public r-huge
13557 (package
13558 (name "r-huge")
13559 (version "1.3.4.1")
13560 (source
13561 (origin
13562 (method url-fetch)
13563 (uri (cran-uri "huge" version))
13564 (sha256
13565 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
13566 (build-system r-build-system)
13567 (propagated-inputs
13568 `(("r-igraph" ,r-igraph)
13569 ("r-mass" ,r-mass)
13570 ("r-matrix" ,r-matrix)
13571 ("r-rcpp" ,r-rcpp)
13572 ("r-rcppeigen" ,r-rcppeigen)))
13573 (home-page "https://cran.r-project.org/web/packages/huge")
13574 (synopsis "High-dimensional undirected graph estimation")
13575 (description
13576 "This package provides a general framework for high-dimensional
13577 undirected graph estimation. It integrates data preprocessing, neighborhood
13578 screening, graph estimation, and model selection techniques into a pipeline.")
13579 (license license:gpl2)))
13580
13581 (define-public r-parcor
13582 (package
13583 (name "r-parcor")
13584 (version "0.2-6")
13585 (source
13586 (origin
13587 (method url-fetch)
13588 (uri (cran-uri "parcor" version))
13589 (sha256
13590 (base32
13591 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
13592 (build-system r-build-system)
13593 (propagated-inputs
13594 `(("r-epi" ,r-epi)
13595 ("r-genenet" ,r-genenet)
13596 ("r-glmnet" ,r-glmnet)
13597 ("r-mass" ,r-mass)
13598 ("r-ppls" ,r-ppls)))
13599 (home-page "https://cran.r-project.org/web/packages/parcor")
13600 (synopsis "Regularized estimation of partial correlation matrices")
13601 (description
13602 "This package estimates the matrix of partial correlations based on
13603 different regularized regression methods: lasso, adaptive lasso, PLS, and
13604 Ridge Regression. In addition, the package provides model selection for
13605 lasso, adaptive lasso and Ridge regression based on cross-validation.")
13606 (license license:gpl2+)))
13607
13608 (define-public r-mcmc
13609 (package
13610 (name "r-mcmc")
13611 (version "0.9-7")
13612 (source
13613 (origin
13614 (method url-fetch)
13615 (uri (cran-uri "mcmc" version))
13616 (sha256
13617 (base32
13618 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
13619 (build-system r-build-system)
13620 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
13621 (synopsis "Markov chain Monte Carlo")
13622 (description
13623 "This package simulates continuous distributions of random vectors using
13624 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
13625 function that evaluates the log unnormalized density. Algorithms are random
13626 walk Metropolis algorithm (function @code{metrop}), simulated
13627 tempering (function @code{temper}), and morphometric random walk
13628 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
13629 by change of variable.")
13630 (license license:expat)))
13631
13632 (define-public r-listenv
13633 (package
13634 (name "r-listenv")
13635 (version "0.8.0")
13636 (source
13637 (origin
13638 (method url-fetch)
13639 (uri (cran-uri "listenv" version))
13640 (sha256
13641 (base32
13642 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
13643 (build-system r-build-system)
13644 (native-inputs
13645 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13646 (home-page "https://github.com/HenrikBengtsson/listenv")
13647 (synopsis "Environments behaving (almost) as lists")
13648 (description
13649 "This package implements list environments. List environments are
13650 environments that have list-like properties. For instance, the elements of a
13651 list environment are ordered and can be accessed and iterated over using index
13652 subsetting.")
13653 (license license:lgpl2.1+)))
13654
13655 (define-public r-globals
13656 (package
13657 (name "r-globals")
13658 (version "0.14.0")
13659 (source
13660 (origin
13661 (method url-fetch)
13662 (uri (cran-uri "globals" version))
13663 (sha256
13664 (base32
13665 "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
13666 (build-system r-build-system)
13667 (propagated-inputs
13668 `(("r-codetools" ,r-codetools)))
13669 (home-page "https://github.com/HenrikBengtsson/globals")
13670 (synopsis "Identify global objects in R expressions")
13671 (description
13672 "This package provides tools to identify global (\"unknown\" or \"free\")
13673 objects in R expressions by code inspection using various strategies, e.g.
13674 conservative or liberal. The objective of this package is to make it as
13675 simple as possible to identify global objects for the purpose of exporting
13676 them in distributed compute environments.")
13677 (license license:lgpl2.1+)))
13678
13679 (define-public r-parallelly
13680 (package
13681 (name "r-parallelly")
13682 (version "1.24.0")
13683 (source
13684 (origin
13685 (method url-fetch)
13686 (uri (cran-uri "parallelly" version))
13687 (sha256
13688 (base32
13689 "1x04pxcyyzmg1rl9mcd7mmxglzmxgy40fmbwpy7vf5y7z15rzrp6"))))
13690 (properties `((upstream-name . "parallelly")))
13691 (build-system r-build-system)
13692 (home-page "https://github.com/HenrikBengtsson/parallelly")
13693 (synopsis "Enhancements of the parallel package")
13694 (description
13695 "This package provides utility functions that enhance the @code{parallel}
13696 package and support the built-in parallel backends of the @code{future}
13697 package. For example, @code{availableCores} gives the number of CPU cores
13698 available to your R process as given by R options and environment variables,
13699 including those set by job schedulers on high-performance compute clusters.
13700 If none is set, it will fall back to @code{parallel::detectCores}. Another
13701 example is @code{makeClusterPSOCK}, which is backward compatible with
13702 @code{parallel::makePSOCKcluster} while doing a better job in setting up
13703 remote cluster workers without the need for configuring the firewall to do
13704 port-forwarding to your local computer.")
13705 (license license:lgpl2.1+)))
13706
13707 (define-public r-future
13708 (package
13709 (name "r-future")
13710 (version "1.21.0")
13711 (source
13712 (origin
13713 (method url-fetch)
13714 (uri (cran-uri "future" version))
13715 (sha256
13716 (base32
13717 "0bfiy17n5rghxw0702k0vgpjkk13268lniifdlx59flf0q16d7lh"))))
13718 (build-system r-build-system)
13719 (propagated-inputs
13720 `(("r-digest" ,r-digest)
13721 ("r-globals" ,r-globals)
13722 ("r-listenv" ,r-listenv)
13723 ("r-parallelly" ,r-parallelly)))
13724 (native-inputs
13725 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13726 (home-page "https://github.com/HenrikBengtsson/future")
13727 (synopsis "Unified parallel and distributed processing in R")
13728 (description
13729 "The purpose of this package is to provide a lightweight and unified
13730 Future API for sequential and parallel processing of R expression via futures.
13731 This package implements sequential, multicore, multisession, and cluster
13732 futures. With these, R expressions can be evaluated on the local machine, in
13733 parallel a set of local machines, or distributed on a mix of local and remote
13734 machines. Extensions to this package implement additional backends for
13735 processing futures via compute cluster schedulers etc. Because of its unified
13736 API, there is no need to modify any code in order to switch from sequential on
13737 the local machine to, say, distributed processing on a remote compute cluster.")
13738 (license license:lgpl2.1+)))
13739
13740 (define-public r-future-apply
13741 (package
13742 (name "r-future-apply")
13743 (version "1.7.0")
13744 (source
13745 (origin
13746 (method url-fetch)
13747 (uri (cran-uri "future.apply" version))
13748 (sha256
13749 (base32
13750 "1ns5cf80vyabvyz9qp6kpvkg4jycinn7x6v7x6692fgjapdnmyig"))))
13751 (properties `((upstream-name . "future.apply")))
13752 (build-system r-build-system)
13753 (propagated-inputs
13754 `(("r-future" ,r-future)
13755 ("r-globals" ,r-globals)))
13756 (native-inputs
13757 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13758 (home-page "https://github.com/HenrikBengtsson/future.apply")
13759 (synopsis "Apply function to elements in parallel using futures")
13760 (description
13761 "This package provides implementations of @code{apply()},
13762 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
13763 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
13764 can be resolved using any future-supported backend, e.g. parallel on the local
13765 machine or distributed on a compute cluster.")
13766 (license license:gpl2+)))
13767
13768 (define-public r-rsvd
13769 (package
13770 (name "r-rsvd")
13771 (version "1.0.3")
13772 (source
13773 (origin
13774 (method url-fetch)
13775 (uri (cran-uri "rsvd" version))
13776 (sha256
13777 (base32
13778 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
13779 (build-system r-build-system)
13780 (propagated-inputs
13781 `(("r-matrix" ,r-matrix)))
13782 (home-page "https://github.com/erichson/rSVD")
13783 (synopsis "Randomized singular value decomposition")
13784 (description
13785 "Low-rank matrix decompositions are fundamental tools and widely used for
13786 data analysis, dimension reduction, and data compression. Classically, highly
13787 accurate deterministic matrix algorithms are used for this task. However, the
13788 emergence of large-scale data has severely challenged our computational
13789 ability to analyze big data. The concept of randomness has been demonstrated
13790 as an effective strategy to quickly produce approximate answers to familiar
13791 problems such as the @dfn{singular value decomposition} (SVD). This package
13792 provides several randomized matrix algorithms such as the randomized singular
13793 value decomposition (@code{rsvd}), randomized principal component
13794 analysis (@code{rpca}), randomized robust principal component
13795 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
13796 and the randomized CUR decomposition (@code{rcur}). In addition several plot
13797 functions are provided.")
13798 (license license:gpl3+)))
13799
13800 (define-public r-sloop
13801 (package
13802 (name "r-sloop")
13803 (version "1.0.1")
13804 (source
13805 (origin
13806 (method url-fetch)
13807 (uri (cran-uri "sloop" version))
13808 (sha256
13809 (base32
13810 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
13811 (build-system r-build-system)
13812 (propagated-inputs
13813 `(("r-codetools" ,r-codetools)
13814 ("r-crayon" ,r-crayon)
13815 ("r-purrr" ,r-purrr)
13816 ("r-rlang" ,r-rlang)
13817 ("r-tibble" ,r-tibble)))
13818 (home-page "https://github.com/r-lib/sloop")
13819 (synopsis "Helpers for object-oriented programming in R")
13820 (description
13821 "This package provides a collection of helper functions designed to
13822 help you to better understand object oriented programming in R, particularly
13823 using @code{S3}.")
13824 (license license:gpl3)))
13825
13826 (define-public r-capushe
13827 (package
13828 (name "r-capushe")
13829 (version "1.1.1")
13830 (source
13831 (origin
13832 (method url-fetch)
13833 (uri (cran-uri "capushe" version))
13834 (sha256
13835 (base32
13836 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
13837 (build-system r-build-system)
13838 (propagated-inputs `(("r-mass" ,r-mass)))
13839 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
13840 (synopsis "Calibrating penalties using slope heuristics")
13841 (description
13842 "This package provides tools for the calibration of penalized criteria
13843 for model selection. The calibration methods available are based on the slope
13844 heuristics.")
13845 (license license:gpl2+)))
13846
13847 (define-public r-dorng
13848 (package
13849 (name "r-dorng")
13850 (version "1.8.2")
13851 (source
13852 (origin
13853 (method url-fetch)
13854 (uri (cran-uri "doRNG" version))
13855 (sha256
13856 (base32
13857 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
13858 (properties `((upstream-name . "doRNG")))
13859 (build-system r-build-system)
13860 (propagated-inputs
13861 `(("r-foreach" ,r-foreach)
13862 ("r-iterators" ,r-iterators)
13863 ("r-rngtools" ,r-rngtools)))
13864 (home-page "https://renozao.github.io/doRNG/")
13865 (synopsis "Generic reproducible parallel backend for foreach loops")
13866 (description
13867 "This package provides functions to perform reproducible parallel
13868 @code{foreach} loops, using independent random streams as generated by
13869 L'Ecuyer's combined multiple-recursive generator. It enables to easily
13870 convert standard @code{%dopar%} loops into fully reproducible loops,
13871 independently of the number of workers, the task scheduling strategy, or the
13872 chosen parallel environment and associated foreach backend.")
13873 (license license:gpl2+)))
13874
13875 (define-public r-blockmodeling
13876 (package
13877 (name "r-blockmodeling")
13878 (version "1.0.0")
13879 (source
13880 (origin
13881 (method url-fetch)
13882 (uri (cran-uri "blockmodeling" version))
13883 (sha256
13884 (base32
13885 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
13886 (build-system r-build-system)
13887 (propagated-inputs
13888 `(("r-matrix" ,r-matrix)))
13889 (native-inputs `(("gfortran" ,gfortran)))
13890 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
13891 (synopsis "Generalized and classical blockmodeling of valued networks")
13892 (description
13893 "This package is primarily meant as an implementation of generalized
13894 blockmodeling for valued networks. In addition, measures of similarity or
13895 dissimilarity based on structural equivalence and regular equivalence (REGE
13896 algorithms) can be computed and partitioned matrices can be plotted.")
13897 (license license:gpl2+)))
13898
13899 (define-public r-upsetr
13900 (package
13901 (name "r-upsetr")
13902 (version "1.4.0")
13903 (source
13904 (origin
13905 (method url-fetch)
13906 (uri (cran-uri "UpSetR" version))
13907 (sha256
13908 (base32
13909 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
13910 (properties `((upstream-name . "UpSetR")))
13911 (build-system r-build-system)
13912 (propagated-inputs
13913 `(("r-ggplot2" ,r-ggplot2)
13914 ("r-gridextra" ,r-gridextra)
13915 ("r-plyr" ,r-plyr)
13916 ("r-scales" ,r-scales)))
13917 (home-page "https://github.com/hms-dbmi/UpSetR")
13918 (synopsis "Visualize intersecting sets")
13919 (description
13920 "This package provides a more scalable alternative to Venn and Euler
13921 diagrams for visualizing intersecting sets. Create visualizations of
13922 intersecting sets using a novel matrix design, along with visualizations of
13923 several common set, element and attribute related tasks.")
13924 (license license:expat)))
13925
13926 ;; This package includes a JavaScript file, which is not minified. When
13927 ;; upgrading please check that there are no new minified JavaScript files.
13928 (define-public r-shinybs
13929 (package
13930 (name "r-shinybs")
13931 (version "0.61")
13932 (source
13933 (origin
13934 (method url-fetch)
13935 (uri (cran-uri "shinyBS" version))
13936 (sha256
13937 (base32
13938 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
13939 (properties `((upstream-name . "shinyBS")))
13940 (build-system r-build-system)
13941 ;; The tests spawn Shiny browser apps. They cannot be run
13942 ;; non-interactively.
13943 (arguments '(#:tests? #f))
13944 (propagated-inputs
13945 `(("r-htmltools" ,r-htmltools)
13946 ("r-shiny" ,r-shiny)))
13947 (home-page "https://ebailey78.github.io/shinyBS/")
13948 (synopsis "Twitter Bootstrap components for Shiny")
13949 (description
13950 "This package adds additional Twitter Bootstrap components to Shiny.")
13951 (license license:gpl3)))
13952
13953 (define-public r-shinyjqui
13954 (package
13955 (name "r-shinyjqui")
13956 (version "0.4.0")
13957 (source
13958 (origin
13959 (method url-fetch)
13960 (uri (cran-uri "shinyjqui" version))
13961 (sha256
13962 (base32
13963 "0ins0pmfis34jr0rimsp1k1aw856r3xjdnsvv8lkwqhvp58nzqah"))
13964 (snippet
13965 '(begin
13966 (delete-file "inst/www/shinyjqui.min.js")))))
13967 (properties `((upstream-name . "shinyjqui")))
13968 (build-system r-build-system)
13969 (arguments
13970 `(#:phases
13971 (modify-phases %standard-phases
13972 (add-after 'unpack 'process-javascript
13973 (lambda* (#:key inputs #:allow-other-keys)
13974 (with-directory-excursion "inst/www/"
13975 (let ((source "shinyjqui.js")
13976 (target "shinyjqui.min.js"))
13977 (format #true "Processing ~a --> ~a~%"
13978 source target)
13979 (invoke "esbuild" source "--minify"
13980 (string-append "--outfile=" target)))))))))
13981 (propagated-inputs
13982 `(("r-htmltools" ,r-htmltools)
13983 ("r-htmlwidgets" ,r-htmlwidgets)
13984 ("r-jsonlite" ,r-jsonlite)
13985 ("r-shiny" ,r-shiny)))
13986 (native-inputs
13987 `(("r-knitr" ,r-knitr)
13988 ("esbuild" ,esbuild)))
13989 (home-page "https://github.com/yang-tang/shinyjqui")
13990 (synopsis "jQuery UI interactions and effects for Shiny")
13991 (description
13992 "This is an extension to Shiny that brings interactions and animation
13993 effects from the jQuery UI library.")
13994 (license license:expat)))
13995
13996 (define-public r-outliers
13997 (package
13998 (name "r-outliers")
13999 (version "0.14")
14000 (source
14001 (origin
14002 (method url-fetch)
14003 (uri (cran-uri "outliers" version))
14004 (sha256
14005 (base32
14006 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
14007 (build-system r-build-system)
14008 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
14009 (synopsis "Tests for outliers")
14010 (description
14011 "This package provides a collection of some tests commonly used for
14012 identifying outliers.")
14013 (license license:gpl2+)))
14014
14015 (define-public r-bayesm
14016 (package
14017 (name "r-bayesm")
14018 (version "3.1-4")
14019 (source
14020 (origin
14021 (method url-fetch)
14022 (uri (cran-uri "bayesm" version))
14023 (sha256
14024 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
14025 (build-system r-build-system)
14026 (propagated-inputs
14027 `(("r-rcpp" ,r-rcpp)
14028 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14029 (home-page "http://www.perossi.org/home/bsm-1")
14030 (synopsis "Bayesian inference for marketing/micro-econometrics")
14031 (description
14032 "This package covers many important models used in marketing and
14033 micro-econometrics applications, including Bayes Regression (univariate or
14034 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
14035 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
14036 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
14037 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
14038 Estimation with normal base, Hierarchical Linear Models with normal prior and
14039 covariates, Hierarchical Linear Models with a mixture of normals prior and
14040 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
14041 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
14042 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
14043 analysis of choice-based conjoint data, Bayesian treatment of linear
14044 instrumental variables models, Analysis of Multivariate Ordinal survey data
14045 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
14046 Coefficient Logit Models.")
14047 (license license:gpl2+)))
14048
14049 (define-public r-tensora
14050 (package
14051 (name "r-tensora")
14052 (version "0.36.2")
14053 (source
14054 (origin
14055 (method url-fetch)
14056 (uri (cran-uri "tensorA" version))
14057 (sha256
14058 (base32
14059 "19wwh654qlja4z1n7afjpzsrrm53p8ddysa2vra5mdnkddb4g2cf"))))
14060 (properties `((upstream-name . "tensorA")))
14061 (build-system r-build-system)
14062 (home-page "http://www.stat.boogaart.de/tensorA")
14063 (synopsis "Advanced tensor arithmetic with named indices")
14064 (description
14065 "This package provides convenience functions for advanced linear algebra
14066 with tensors and computation with datasets of tensors on a higher level
14067 abstraction. It includes Einstein and Riemann summing conventions, dragging,
14068 co- and contravariate indices, and parallel computations on sequences of
14069 tensors.")
14070 (license license:gpl2+)))
14071
14072 (define-public r-rarpack
14073 (package
14074 (name "r-rarpack")
14075 (version "0.11-0")
14076 (source
14077 (origin
14078 (method url-fetch)
14079 (uri (cran-uri "rARPACK" version))
14080 (sha256
14081 (base32
14082 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
14083 (properties `((upstream-name . "rARPACK")))
14084 (build-system r-build-system)
14085 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
14086 (home-page "https://github.com/yixuan/rARPACK")
14087 (synopsis "Solvers for large scale eigenvalue and SVD problems")
14088 (description
14089 "This package was previously an R wrapper of the ARPACK library, and now
14090 a shell of the R package RSpectra, an R interface to the Spectra library for
14091 solving large scale eigenvalue/vector problems. The current version of
14092 rARPACK simply imports and exports the functions provided by RSpectra. New
14093 users of rARPACK are advised to switch to the RSpectra package.")
14094 (license license:bsd-3)))
14095
14096 (define-public r-compositions
14097 (package
14098 (name "r-compositions")
14099 (version "2.0-1")
14100 (source
14101 (origin
14102 (method url-fetch)
14103 (uri (cran-uri "compositions" version))
14104 (sha256
14105 (base32
14106 "03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
14107 (build-system r-build-system)
14108 (propagated-inputs
14109 `(("r-bayesm" ,r-bayesm)
14110 ("r-mass" ,r-mass)
14111 ("r-robustbase" ,r-robustbase)
14112 ("r-tensora" ,r-tensora)))
14113 (native-inputs
14114 `(("r-knitr" ,r-knitr)))
14115 (home-page "http://www.stat.boogaart.de/compositions")
14116 (synopsis "Compositional data analysis")
14117 (description
14118 "This package provides functions for the consistent analysis of
14119 compositional data (e.g. portions of substances) and positive
14120 numbers (e.g. concentrations).")
14121 (license license:gpl2+)))
14122
14123 (define-public r-cobs
14124 (package
14125 (name "r-cobs")
14126 (version "1.3-4")
14127 (source
14128 (origin
14129 (method url-fetch)
14130 (uri (cran-uri "cobs" version))
14131 (sha256
14132 (base32
14133 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
14134 (build-system r-build-system)
14135 (propagated-inputs
14136 `(("r-quantreg" ,r-quantreg)
14137 ("r-sparsem" ,r-sparsem)))
14138 (home-page "https://cran.r-project.org/web/packages/cobs")
14139 (synopsis "Constrained B-Splines (sparse matrix based)")
14140 (description
14141 "This package provides qualitatively constrained (regression) smoothing
14142 splines via linear programming and sparse matrices.")
14143 (license license:gpl2+)))
14144
14145 (define-public r-drimpute
14146 (package
14147 (name "r-drimpute")
14148 (version "1.0")
14149 (source
14150 (origin
14151 (method url-fetch)
14152 (uri (cran-uri "DrImpute" version))
14153 (sha256
14154 (base32
14155 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
14156 (properties `((upstream-name . "DrImpute")))
14157 (build-system r-build-system)
14158 (propagated-inputs
14159 `(("r-rcpp" ,r-rcpp)
14160 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14161 (home-page "https://github.com/ikwak2/DrImpute")
14162 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
14163 (description
14164 "This is an R package for imputing dropout events. Many statistical
14165 methods in cell type identification, visualization and lineage reconstruction
14166 do not account for dropout events. DrImpute can improve the performance of
14167 such software by imputing dropout events.")
14168 (license license:gpl3)))
14169
14170 (define-public r-gamlss-dist
14171 (package
14172 (name "r-gamlss-dist")
14173 (version "5.3-2")
14174 (source
14175 (origin
14176 (method url-fetch)
14177 (uri (cran-uri "gamlss.dist" version))
14178 (sha256
14179 (base32 "1lyf2rvkplywgyhcni93k52z3b89vv86yrgl38dx3ln3436r5ahc"))))
14180 (properties `((upstream-name . "gamlss.dist")))
14181 (build-system r-build-system)
14182 (propagated-inputs `(("r-mass" ,r-mass)))
14183 (home-page "http://www.gamlss.org/")
14184 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
14185 (description
14186 "This package provides a set of distributions which can be used for
14187 modelling the response variables in Generalized Additive Models for Location
14188 Scale and Shape. The distributions can be continuous, discrete or mixed
14189 distributions. Extra distributions can be created, by transforming, any
14190 continuous distribution defined on the real line, to a distribution defined on
14191 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
14192 transformation, respectively.")
14193 ;; Either version of the GPL.
14194 (license (list license:gpl2 license:gpl3))))
14195
14196 ;; This package includes JavaScript files, which are not minified. When
14197 ;; upgrading please check that there are no new minified JavaScript files.
14198 (define-public r-shinyjs
14199 (package
14200 (name "r-shinyjs")
14201 (version "2.0.0")
14202 (source
14203 (origin
14204 (method url-fetch)
14205 (uri (cran-uri "shinyjs" version))
14206 (sha256
14207 (base32
14208 "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
14209 (build-system r-build-system)
14210 (propagated-inputs
14211 `(("r-digest" ,r-digest)
14212 ("r-htmltools" ,r-htmltools)
14213 ("r-jsonlite" ,r-jsonlite)
14214 ("r-shiny" ,r-shiny)))
14215 (native-inputs
14216 `(("r-knitr" ,r-knitr)))
14217 (home-page "https://deanattali.com/shinyjs")
14218 (synopsis "Improve the user experience of your Shiny apps")
14219 (description
14220 "Perform common useful JavaScript operations in Shiny apps that will
14221 greatly improve your apps without having to know any JavaScript. Examples
14222 include: hiding an element, disabling an input, resetting an input back to its
14223 original value, delaying code execution by a few seconds, and many more useful
14224 functions for both the end user and the developer. Shinyjs can also be used
14225 to easily call your own custom JavaScript functions from R.")
14226 (license license:agpl3+)))
14227
14228 ;; This package includes minified JavaScript files. When upgrading please
14229 ;; check that there are no new minified JavaScript files.
14230 (define-public r-colourpicker
14231 (package
14232 (name "r-colourpicker")
14233 (version "1.1.0")
14234 (source
14235 (origin
14236 (method url-fetch)
14237 (uri (cran-uri "colourpicker" version))
14238 (sha256
14239 (base32
14240 "1qjispj7i12m02js5cm5xlgn5lyff0kc5ybz6lbknz8q5lkbdyrd"))))
14241 (build-system r-build-system)
14242 (arguments
14243 `(#:modules ((guix build utils)
14244 (guix build r-build-system)
14245 (srfi srfi-1)
14246 (ice-9 popen))
14247 #:phases
14248 (modify-phases %standard-phases
14249 (add-after 'unpack 'process-javascript
14250 (lambda* (#:key inputs #:allow-other-keys)
14251 (with-directory-excursion "inst"
14252 (call-with-values
14253 (lambda ()
14254 (unzip2
14255 `((,(assoc-ref inputs "js-salvattore")
14256 "examples/colourInput/www/salvattore.min.js")
14257 (,(assoc-ref inputs "js-jquery")
14258 "htmlwidgets/lib/jquery/jquery.min.js")
14259 ("www/shared/colourpicker/js/colourpicker.js"
14260 "www/shared/colourpicker/js/colourpicker.min.js"))))
14261 (lambda (sources targets)
14262 (for-each (lambda (source target)
14263 (format #t "Processing ~a --> ~a~%"
14264 source target)
14265 (delete-file target)
14266 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14267 (call-with-output-file target
14268 (lambda (port)
14269 (dump-port minified port)))))
14270 sources targets))))
14271 #t)))))
14272 (propagated-inputs
14273 `(("r-ggplot2" ,r-ggplot2)
14274 ("r-htmltools" ,r-htmltools)
14275 ("r-htmlwidgets" ,r-htmlwidgets)
14276 ("r-jsonlite" ,r-jsonlite)
14277 ("r-miniui" ,r-miniui)
14278 ("r-shiny" ,r-shiny)
14279 ("r-shinyjs" ,r-shinyjs)))
14280 (native-inputs
14281 `(("r-knitr" ,r-knitr)
14282 ("uglify-js" ,uglify-js)
14283 ("js-jquery"
14284 ,(origin
14285 (method url-fetch)
14286 (uri "https://code.jquery.com/jquery-3.3.1.js")
14287 (sha256
14288 (base32
14289 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
14290 ("js-salvattore"
14291 ,(origin
14292 (method url-fetch)
14293 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
14294 (sha256
14295 (base32
14296 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
14297 (home-page "https://github.com/daattali/colourpicker")
14298 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
14299 (description
14300 "This package provides a color picker that can be used as an input in
14301 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
14302 custom color palettes, and many more options. A plot color helper tool is
14303 available as an RStudio Addin, which helps you pick colors to use in your
14304 plots. A more generic color picker RStudio Addin is also provided to let you
14305 select colors to use in your R code.")
14306 (license license:expat)))
14307
14308 (define-public r-ggextra
14309 (package
14310 (name "r-ggextra")
14311 (version "0.9")
14312 (source
14313 (origin
14314 (method url-fetch)
14315 (uri (cran-uri "ggExtra" version))
14316 (sha256
14317 (base32
14318 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
14319 (properties `((upstream-name . "ggExtra")))
14320 (build-system r-build-system)
14321 (propagated-inputs
14322 `(("r-colourpicker" ,r-colourpicker)
14323 ("r-ggplot2" ,r-ggplot2)
14324 ("r-gtable" ,r-gtable)
14325 ("r-miniui" ,r-miniui)
14326 ("r-r6" ,r-r6)
14327 ("r-scales" ,r-scales)
14328 ("r-shiny" ,r-shiny)
14329 ("r-shinyjs" ,r-shinyjs)))
14330 (native-inputs
14331 `(("r-knitr" ,r-knitr)))
14332 (home-page "https://github.com/daattali/ggExtra")
14333 (synopsis "Marginal histograms for ggplot2 and other enhancements")
14334 (description
14335 "This package is a collection of functions and layers to enhance ggplot2.
14336 The flagship function is @code{ggMarginal()}, which can be used to add
14337 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
14338 (license license:expat)))
14339
14340 (define-public r-minpack-lm
14341 (package
14342 (name "r-minpack-lm")
14343 (version "1.2-1")
14344 (source
14345 (origin
14346 (method url-fetch)
14347 (uri (cran-uri "minpack.lm" version))
14348 (sha256
14349 (base32
14350 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
14351 (properties `((upstream-name . "minpack.lm")))
14352 (build-system r-build-system)
14353 (native-inputs `(("gfortran" ,gfortran)))
14354 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
14355 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
14356 (description
14357 "The @code{nls.lm} function provides an R interface to @code{lmder} and
14358 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
14359 problems by a modification of the Levenberg-Marquardt algorithm, with support
14360 for lower and upper parameter bounds. The implementation can be used via
14361 @code{nls}-like calls using the @code{nlsLM} function.")
14362 (license license:gpl3)))
14363
14364 (define-public r-moments
14365 (package
14366 (name "r-moments")
14367 (version "0.14")
14368 (source
14369 (origin
14370 (method url-fetch)
14371 (uri (cran-uri "moments" version))
14372 (sha256
14373 (base32
14374 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
14375 (build-system r-build-system)
14376 (home-page "https://cran.r-project.org/web/packages/moments")
14377 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
14378 (description
14379 "This package provides functions to calculate: moments, Pearson's
14380 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
14381 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
14382 (license license:gpl2+)))
14383
14384 (define-public r-msir
14385 (package
14386 (name "r-msir")
14387 (version "1.3.3")
14388 (source
14389 (origin
14390 (method url-fetch)
14391 (uri (cran-uri "msir" version))
14392 (sha256
14393 (base32
14394 "1wm83m3cqd6llxb9p2jwim0wb81v84pgdmgcznygzaaq6kbn3n84"))))
14395 (build-system r-build-system)
14396 (propagated-inputs
14397 `(("r-mclust" ,r-mclust)))
14398 (native-inputs
14399 `(("r-knitr" ,r-knitr)))
14400 (home-page "https://cran.r-project.org/web/packages/msir")
14401 (synopsis "Model-based sliced inverse regression")
14402 (description
14403 "This is an R package for dimension reduction based on finite Gaussian
14404 mixture modeling of inverse regression.")
14405 (license license:gpl2+)))
14406
14407 (define-public r-pbivnorm
14408 (package
14409 (name "r-pbivnorm")
14410 (version "0.6.0")
14411 (source
14412 (origin
14413 (method url-fetch)
14414 (uri (cran-uri "pbivnorm" version))
14415 (sha256
14416 (base32
14417 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
14418 (build-system r-build-system)
14419 (native-inputs `(("gfortran" ,gfortran)))
14420 (home-page "https://github.com/brentonk/pbivnorm")
14421 (synopsis "Vectorized bivariate normal CDF")
14422 (description
14423 "This package provides a vectorized R function for calculating
14424 probabilities from a standard bivariate normal CDF.")
14425 (license license:gpl2+)))
14426
14427 (define-public r-lavaan
14428 (package
14429 (name "r-lavaan")
14430 (version "0.6-8")
14431 (source
14432 (origin
14433 (method url-fetch)
14434 (uri (cran-uri "lavaan" version))
14435 (sha256
14436 (base32
14437 "18l49f1v7nrngwra4v983ic8w1d4w23ws8xf36337dq0j6809qj0"))))
14438 (build-system r-build-system)
14439 (propagated-inputs
14440 `(("r-mass" ,r-mass)
14441 ("r-mnormt" ,r-mnormt)
14442 ("r-numderiv" ,r-numderiv)
14443 ("r-pbivnorm" ,r-pbivnorm)))
14444 (home-page "https://lavaan.ugent.be")
14445 (synopsis "Latent variable analysis")
14446 (description
14447 "This package provides tools to fit a variety of latent variable models,
14448 including confirmatory factor analysis, structural equation modeling and
14449 latent growth curve models.")
14450 (license license:gpl2+)))
14451
14452 (define-public r-nonnest2
14453 (package
14454 (name "r-nonnest2")
14455 (version "0.5-5")
14456 (source
14457 (origin
14458 (method url-fetch)
14459 (uri (cran-uri "nonnest2" version))
14460 (sha256
14461 (base32
14462 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
14463 (build-system r-build-system)
14464 (propagated-inputs
14465 `(("r-compquadform" ,r-compquadform)
14466 ("r-lavaan" ,r-lavaan)
14467 ("r-mvtnorm" ,r-mvtnorm)
14468 ("r-sandwich" ,r-sandwich)))
14469 (native-inputs
14470 `(("r-knitr" ,r-knitr)))
14471 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
14472 (synopsis "Tests of non-nested models")
14473 (description
14474 "This package allows for testing of non-nested models. It includes tests
14475 of model distinguishability and of model fit that can be applied to both
14476 nested and non-nested models. The package also includes functionality to
14477 obtain confidence intervals associated with AIC and BIC.")
14478 ;; Either version of the GPL.
14479 (license (list license:gpl2 license:gpl3))))
14480
14481 (define-public r-penalized
14482 (package
14483 (name "r-penalized")
14484 (version "0.9-51")
14485 (source
14486 (origin
14487 (method url-fetch)
14488 (uri (cran-uri "penalized" version))
14489 (sha256
14490 (base32
14491 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
14492 (build-system r-build-system)
14493 (propagated-inputs
14494 `(("r-rcpp" ,r-rcpp)
14495 ("r-rcpparmadillo" ,r-rcpparmadillo)
14496 ("r-survival" ,r-survival)))
14497 (home-page "https://cran.r-project.org/web/packages/penalized/")
14498 (synopsis "Penalized estimation in GLMs and in the Cox model")
14499 (description
14500 "This package provides tools for fitting possibly high dimensional
14501 penalized regression models. The penalty structure can be any combination of
14502 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
14503 constraint on the regression coefficients. The supported regression models
14504 are linear, logistic and Poisson regression and the Cox Proportional Hazards
14505 model. Cross-validation routines allow optimization of the tuning
14506 parameters.")
14507 (license license:gpl2+)))
14508
14509 (define-public r-zim
14510 (package
14511 (name "r-zim")
14512 (version "1.1.0")
14513 (source
14514 (origin
14515 (method url-fetch)
14516 (uri (cran-uri "ZIM" version))
14517 (sha256
14518 (base32
14519 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
14520 (properties `((upstream-name . "ZIM")))
14521 (build-system r-build-system)
14522 (propagated-inputs `(("r-mass" ,r-mass)))
14523 (home-page "https://github.com/biostatstudio/ZIM")
14524 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
14525 (description
14526 "Analyze count time series with excess zeros. Two types of statistical
14527 models are supported: Markov regression and state-space models. They are also
14528 known as observation-driven and parameter-driven models respectively in the
14529 time series literature. The functions used for Markov regression or
14530 observation-driven models can also be used to fit ordinary regression models
14531 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
14532 negative binomial (ZINB) assumption. The package also contains miscellaneous
14533 functions to compute density, distribution, quantile, and generate random
14534 numbers from ZIP and ZINB distributions.")
14535 (license license:gpl3)))
14536
14537 (define-public r-nor1mix
14538 (package
14539 (name "r-nor1mix")
14540 (version "1.3-0")
14541 (source
14542 (origin
14543 (method url-fetch)
14544 (uri (cran-uri "nor1mix" version))
14545 (sha256
14546 (base32
14547 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
14548 (build-system r-build-system)
14549 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
14550 (synopsis "Normal (1-d) mixture models")
14551 (description
14552 "This package provides S3 classes and methods for one-dimensional normal
14553 mixture models, for, e.g., density estimation or clustering algorithms
14554 research and teaching; it provides the widely used Marron-Wand densities. It
14555 also provides tools for efficient random number generation and graphics.")
14556 (license license:gpl2+)))
14557
14558 (define-public r-beanplot
14559 (package
14560 (name "r-beanplot")
14561 (version "1.2")
14562 (source
14563 (origin
14564 (method url-fetch)
14565 (uri (cran-uri "beanplot" version))
14566 (sha256
14567 (base32
14568 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
14569 (build-system r-build-system)
14570 (home-page "https://cran.r-project.org/web/packages/beanplot/")
14571 (synopsis "Visualization via beanplots")
14572 (description
14573 "This package provides beanplots, an alternative to
14574 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
14575 graphs.")
14576 (license license:gpl2)))
14577
14578 (define-public r-pbdzmq
14579 (package
14580 (name "r-pbdzmq")
14581 (version "0.3-5")
14582 (source
14583 (origin
14584 (method url-fetch)
14585 (uri (cran-uri "pbdZMQ" version))
14586 (sha256
14587 (base32
14588 "1v8iv1pzs4j3ics9k9h4xjkv6z1ma2xbqy003xk2lqax6srqi02d"))))
14589 (properties `((upstream-name . "pbdZMQ")))
14590 (build-system r-build-system)
14591 (inputs
14592 `(("zeromq" ,zeromq)
14593 ("zlib" ,zlib)))
14594 (native-inputs
14595 `(("pkg-config" ,pkg-config)))
14596 (home-page "https://pbdr.org/")
14597 (synopsis "R interface to ZeroMQ")
14598 (description
14599 "ZeroMQ is a well-known library for high-performance asynchronous
14600 messaging in scalable, distributed applications. This package provides high
14601 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
14602 interactive client/server programming frameworks. A few wrapper functions
14603 compatible with @code{rzmq} are also provided.")
14604 (license license:gpl3)))
14605
14606 (define-public r-repr
14607 (package
14608 (name "r-repr")
14609 (version "1.1.3")
14610 (source
14611 (origin
14612 (method url-fetch)
14613 (uri (cran-uri "repr" version))
14614 (sha256
14615 (base32
14616 "0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
14617 (build-system r-build-system)
14618 (propagated-inputs
14619 `(("r-base64enc" ,r-base64enc)
14620 ("r-htmltools" ,r-htmltools)
14621 ("r-jsonlite" ,r-jsonlite)
14622 ("r-pillar" ,r-pillar)))
14623 (home-page "https://cran.r-project.org/web/packages/repr/")
14624 (synopsis "Serializable representations")
14625 (description
14626 "This package provides string and binary representations of objects for
14627 several formats and MIME types.")
14628 (license license:gpl3)))
14629
14630 (define-public r-irdisplay
14631 (package
14632 (name "r-irdisplay")
14633 (version "1.0")
14634 (source
14635 (origin
14636 (method url-fetch)
14637 (uri (cran-uri "IRdisplay" version))
14638 (sha256
14639 (base32
14640 "15jbjrihm1mk899357h9xb08iq3xyagds1xb40fmdpkfcmcfqrw9"))))
14641 (properties `((upstream-name . "IRdisplay")))
14642 (build-system r-build-system)
14643 (propagated-inputs
14644 `(("r-repr" ,r-repr)))
14645 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
14646 (synopsis "Jupyter display machinery")
14647 (description
14648 "This package provides an interface to the rich display capabilities of
14649 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
14650 running IRkernel session.")
14651 (license license:expat)))
14652
14653 (define-public r-irkernel
14654 (package
14655 (name "r-irkernel")
14656 (version "1.1.1")
14657 (source
14658 (origin
14659 (method url-fetch)
14660 (uri (cran-uri "IRkernel" version))
14661 (sha256
14662 (base32
14663 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
14664 (properties `((upstream-name . "IRkernel")))
14665 (build-system r-build-system)
14666 (arguments
14667 `(#:phases
14668 (modify-phases %standard-phases
14669 (add-after 'install 'install-kernelspec
14670 (lambda* (#:key outputs #:allow-other-keys)
14671 (let ((out (assoc-ref outputs "out")))
14672 (setenv "HOME" "/tmp")
14673 (invoke "jupyter" "kernelspec" "install"
14674 "--name" "ir"
14675 "--prefix" out
14676 (string-append out "/site-library/IRkernel/kernelspec"))
14677 ;; Record the absolute file name of the 'R' executable in
14678 ;; 'kernel.json'.
14679 (substitute* (string-append out "/share/jupyter"
14680 "/kernels/ir/kernel.json")
14681 (("\\[\"R\",")
14682 (string-append "[\"" (which "R") "\",")))
14683 #t))))))
14684 (inputs
14685 `(("jupyter" ,jupyter)))
14686 (propagated-inputs
14687 `(("r-crayon" ,r-crayon)
14688 ("r-digest" ,r-digest)
14689 ("r-evaluate" ,r-evaluate)
14690 ("r-irdisplay" ,r-irdisplay)
14691 ("r-jsonlite" ,r-jsonlite)
14692 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
14693 ("r-minimal" ,r-minimal)
14694 ("r-pbdzmq" ,r-pbdzmq)
14695 ("r-repr" ,r-repr)
14696 ("r-uuid" ,r-uuid)))
14697 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
14698 (synopsis "Native R kernel for Jupyter")
14699 (description
14700 "The R kernel for the Jupyter environment executes R code which the
14701 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
14702 network.")
14703 (license license:expat)))
14704
14705 (define-public r-gmodels
14706 (package
14707 (name "r-gmodels")
14708 (version "2.18.1")
14709 (source
14710 (origin
14711 (method url-fetch)
14712 (uri (cran-uri "gmodels" version))
14713 (sha256
14714 (base32
14715 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
14716 (build-system r-build-system)
14717 (propagated-inputs
14718 `(("r-gdata" ,r-gdata)
14719 ("r-mass" ,r-mass)))
14720 (home-page "https://cran.r-project.org/web/packages/gmodels/")
14721 (synopsis "Various R programming tools for model fitting")
14722 (description
14723 "This package provides various R programming tools for model fitting.")
14724 (license license:gpl2)))
14725
14726 (define-public r-apcluster
14727 (package
14728 (name "r-apcluster")
14729 (version "1.4.8")
14730 (source
14731 (origin
14732 (method url-fetch)
14733 (uri (cran-uri "apcluster" version))
14734 (sha256
14735 (base32
14736 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
14737 (build-system r-build-system)
14738 (propagated-inputs
14739 `(("r-matrix" ,r-matrix)
14740 ("r-rcpp" ,r-rcpp)))
14741 (home-page "https://cran.r-project.org/web/packages/apcluster/")
14742 (synopsis "Affinity propagation clustering")
14743 (description
14744 "This package implements affinity propagation clustering introduced by
14745 Frey and Dueck (2007). The package further provides leveraged affinity
14746 propagation and an algorithm for exemplar-based agglomerative clustering that
14747 can also be used to join clusters obtained from affinity propagation. Various
14748 plotting functions are available for analyzing clustering results.")
14749 (license license:gpl2+)))
14750
14751 (define-public r-valr
14752 (package
14753 (name "r-valr")
14754 (version "0.6.2")
14755 (source
14756 (origin
14757 (method url-fetch)
14758 (uri (cran-uri "valr" version))
14759 (sha256
14760 (base32
14761 "1vbp89zfylgih5acvw7lcx3a0dbbd7dhq7yhywr7kq02737qykdx"))))
14762 (build-system r-build-system)
14763 (propagated-inputs
14764 `(("r-broom" ,r-broom)
14765 ("r-dplyr" ,r-dplyr)
14766 ("r-ggplot2" ,r-ggplot2)
14767 ("r-rcpp" ,r-rcpp)
14768 ("r-readr" ,r-readr)
14769 ("r-rlang" ,r-rlang)
14770 ("r-stringr" ,r-stringr)
14771 ("r-tibble" ,r-tibble)))
14772 (native-inputs
14773 `(("r-knitr" ,r-knitr)))
14774 (home-page "https://github.com/rnabioco/valr")
14775 (synopsis "Genome interval arithmetic in R")
14776 (description
14777 "This package enables you to read and manipulate genome intervals and
14778 signals. It provides functionality similar to command-line tool suites within
14779 R, enabling interactive analysis and visualization of genome-scale data.")
14780 (license license:expat)))
14781
14782 (define-public r-rematch2
14783 (package
14784 (name "r-rematch2")
14785 (version "2.1.2")
14786 (source
14787 (origin
14788 (method url-fetch)
14789 (uri (cran-uri "rematch2" version))
14790 (sha256
14791 (base32
14792 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
14793 (build-system r-build-system)
14794 (propagated-inputs
14795 `(("r-tibble" ,r-tibble)))
14796 (home-page "https://github.com/r-lib/rematch2")
14797 (synopsis "Tidy output from regular expression matching")
14798 (description
14799 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
14800 return the match results in tidy data frames.")
14801 (license license:expat)))
14802
14803 (define-public r-picante
14804 (package
14805 (name "r-picante")
14806 (version "1.8.2")
14807 (source
14808 (origin
14809 (method url-fetch)
14810 (uri (cran-uri "picante" version))
14811 (sha256
14812 (base32
14813 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
14814 (build-system r-build-system)
14815 (propagated-inputs
14816 `(("r-ape" ,r-ape)
14817 ("r-nlme" ,r-nlme)
14818 ("r-vegan" ,r-vegan)))
14819 (home-page "https://cran.r-project.org/web/packages/picante/")
14820 (synopsis "Integrating phylogenies and ecology")
14821 (description
14822 "This package provides functions for phylocom integration, community
14823 analyses, null-models, traits and evolution. It implements numerous
14824 ecophylogenetic approaches including measures of community phylogenetic and
14825 trait diversity, phylogenetic signal, estimation of trait values for
14826 unobserved taxa, null models for community and phylogeny randomizations, and
14827 utility functions for data input/output and phylogeny plotting. A full
14828 description of package functionality and methods are provided by Kembel et
14829 al. (2010).")
14830 (license license:gpl2)))
14831
14832 (define-public r-reinforcelearn
14833 (package
14834 (name "r-reinforcelearn")
14835 (version "0.2.1")
14836 (source
14837 (origin
14838 (method url-fetch)
14839 (uri (cran-uri "reinforcelearn" version))
14840 (sha256
14841 (base32
14842 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
14843 (build-system r-build-system)
14844 (propagated-inputs
14845 `(("r-checkmate" ,r-checkmate)
14846 ("r-nnet" ,r-nnet)
14847 ("r-purrr" ,r-purrr)
14848 ("r-r6" ,r-r6)))
14849 (home-page "https://markusdumke.github.io/reinforcelearn")
14850 (synopsis "Reinforcement learning")
14851 (description
14852 "This package implements reinforcement learning environments and
14853 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
14854 can be used with function approximation, eligibility traces (Singh & Sutton,
14855 1996) and experience replay (Mnih et al., 2013).")
14856 (license license:expat)))
14857
14858 (define-public r-lemon
14859 (package
14860 (name "r-lemon")
14861 (version "0.4.5")
14862 (source
14863 (origin
14864 (method url-fetch)
14865 (uri (cran-uri "lemon" version))
14866 (sha256
14867 (base32
14868 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
14869 (build-system r-build-system)
14870 (propagated-inputs
14871 `(("r-ggplot2" ,r-ggplot2)
14872 ("r-gridextra" ,r-gridextra)
14873 ("r-gtable" ,r-gtable)
14874 ("r-knitr" ,r-knitr)
14875 ("r-lattice" ,r-lattice)
14876 ("r-plyr" ,r-plyr)
14877 ("r-rlang" ,r-rlang)
14878 ("r-scales" ,r-scales)))
14879 (native-inputs
14880 `(("r-knitr" ,r-knitr)))
14881 (home-page "https://github.com/stefanedwards/lemon")
14882 (synopsis "Freshen up your ggplot2 plots")
14883 (description
14884 "This package provides functions for working with legends and axis lines
14885 of ggplot2, facets that repeat axis lines on all panels, and some knitr
14886 extensions.")
14887 (license license:gpl3)))
14888
14889 (define-public r-wgaim
14890 (package
14891 (name "r-wgaim")
14892 (version "2.0-1")
14893 (source
14894 (origin
14895 (method url-fetch)
14896 (uri (cran-uri "wgaim" version))
14897 (sha256
14898 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
14899 (build-system r-build-system)
14900 (propagated-inputs
14901 `(("r-ggplot2" ,r-ggplot2)
14902 ("r-qtl" ,r-qtl)))
14903 (home-page "https://cran.r-project.org/web/packages/wgaim")
14904 (synopsis "Whole genome average interval mapping for QTL detection")
14905 (description
14906 "This package integrates sophisticated mixed modelling methods with a
14907 whole genome approach to detecting significant QTL in linkage maps.")
14908 (license license:gpl2+)))
14909
14910 (define-public r-bedr
14911 (package
14912 (name "r-bedr")
14913 (version "1.0.7")
14914 (source
14915 (origin
14916 (method url-fetch)
14917 (uri (cran-uri "bedr" version))
14918 (sha256
14919 (base32
14920 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
14921 (build-system r-build-system)
14922 (propagated-inputs
14923 `(("r-data-table" ,r-data-table)
14924 ("r-r-utils" ,r-r-utils)
14925 ("r-testthat" ,r-testthat)
14926 ("r-venndiagram" ,r-venndiagram)
14927 ("r-yaml" ,r-yaml)
14928 ("bedops" ,bedops)
14929 ("bedtools" ,bedtools)
14930 ("htslib" ,htslib))) ; for tabix
14931 (native-inputs
14932 `(("r-knitr" ,r-knitr))) ; for vignettes
14933 (home-page "https://cran.r-project.org/web/packages/bedr")
14934 (synopsis "Genomic region processing")
14935 (description
14936 "This package is for genomic regions processing using command line tools
14937 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
14938 utilities to perform genome arithmetic e.g indexing, formatting and merging.
14939 The bedr package's API enhances access to these tools as well as offers
14940 additional utilities for genomic regions processing.")
14941 (license license:gpl2)))
14942
14943 (define-public r-sets
14944 (package
14945 (name "r-sets")
14946 (version "1.0-18")
14947 (source
14948 (origin
14949 (method url-fetch)
14950 (uri (cran-uri "sets" version))
14951 (sha256
14952 (base32
14953 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
14954 (properties `((upstream-name . "sets")))
14955 (build-system r-build-system)
14956 (home-page "https://cran.r-project.org/web/packages/sets")
14957 (synopsis "Sets, generalized sets, customizable sets and intervals")
14958 (description
14959 "This package provides data structures and basic operations for ordinary
14960 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
14961 customizable sets, and intervals.")
14962 (license license:gpl2)))
14963
14964 (define-public r-partitions
14965 (package
14966 (name "r-partitions")
14967 (version "1.9-22")
14968 (source
14969 (origin
14970 (method url-fetch)
14971 (uri (cran-uri "partitions" version))
14972 (sha256
14973 (base32
14974 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
14975 (build-system r-build-system)
14976 (propagated-inputs
14977 `(("r-gmp" ,r-gmp)
14978 ("r-polynom" ,r-polynom)
14979 ("r-sets" ,r-sets)))
14980 (home-page "https://cran.r-project.org/web/packages/partitions")
14981 (synopsis "Additive partitions of integers")
14982 (description
14983 "This package provides tools to enumerates the partitions, unequal
14984 partitions, and restricted partitions of an integer; the three corresponding
14985 partition functions are also given.")
14986 ;; Any version of the GPL
14987 (license license:gpl2+)))
14988
14989 (define-public r-brobdingnag
14990 (package
14991 (name "r-brobdingnag")
14992 (version "1.2-6")
14993 (source
14994 (origin
14995 (method url-fetch)
14996 (uri (cran-uri "Brobdingnag" version))
14997 (sha256
14998 (base32
14999 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
15000 (properties `((upstream-name . "Brobdingnag")))
15001 (build-system r-build-system)
15002 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
15003 (synopsis "Very large numbers in R")
15004 (description
15005 "This package handles very large numbers in R. Real numbers are held
15006 using their natural logarithms, plus a logical flag indicating sign. The
15007 package includes a vignette that gives a step-by-step introduction to using S4
15008 methods.")
15009 ;; Any version of the GPL
15010 (license license:gpl2+)))
15011
15012 (define-public r-untb
15013 (package
15014 (name "r-untb")
15015 (version "1.7-4")
15016 (source
15017 (origin
15018 (method url-fetch)
15019 (uri (cran-uri "untb" version))
15020 (sha256
15021 (base32
15022 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
15023 (build-system r-build-system)
15024 (propagated-inputs
15025 `(("r-brobdingnag" ,r-brobdingnag)
15026 ("r-partitions" ,r-partitions)
15027 ("r-polynom" ,r-polynom)))
15028 (home-page "https://github.com/RobinHankin/untb.git")
15029 (synopsis "Ecological drift under the UNTB")
15030 (description
15031 "This package provides numerical simulations, and visualizations, of
15032 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
15033 (license license:gpl2+)))
15034
15035 (define-public r-stepwise
15036 (package
15037 (name "r-stepwise")
15038 (version "0.3")
15039 (source
15040 (origin
15041 (method url-fetch)
15042 (uri (cran-uri "stepwise" version))
15043 (sha256
15044 (base32
15045 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
15046 (build-system r-build-system)
15047 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
15048 (synopsis "Stepwise detection of recombination breakpoints")
15049 (description
15050 "This package provides a stepwise approach to identifying recombination
15051 breakpoints in a genomic sequence alignment.")
15052 (license license:gpl2+)))
15053
15054 (define-public r-snpmaxsel
15055 (package
15056 (name "r-snpmaxsel")
15057 (version "1.0-3")
15058 (source
15059 (origin
15060 (method url-fetch)
15061 (uri (cran-uri "SNPmaxsel" version))
15062 (sha256
15063 (base32
15064 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
15065 (properties `((upstream-name . "SNPmaxsel")))
15066 (build-system r-build-system)
15067 (propagated-inputs
15068 `(("r-combinat" ,r-combinat)
15069 ("r-mvtnorm" ,r-mvtnorm)))
15070 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
15071 (synopsis "Maximally selected statistics for SNP data")
15072 (description
15073 "This package implements asymptotic methods related to maximally selected
15074 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
15075 data.")
15076 (license license:gpl2+)))
15077
15078 (define-public r-acsnminer
15079 (package
15080 (name "r-acsnminer")
15081 (version "0.16.8.25")
15082 (source (origin
15083 (method url-fetch)
15084 (uri (cran-uri "ACSNMineR" version))
15085 (sha256
15086 (base32
15087 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
15088 (properties `((upstream-name . "ACSNMineR")))
15089 (build-system r-build-system)
15090 (propagated-inputs
15091 `(("r-ggplot2" ,r-ggplot2)
15092 ("r-gridextra" ,r-gridextra)))
15093 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
15094 (synopsis "Gene enrichment analysis")
15095 (description
15096 "This package provides tools to compute and represent gene set enrichment
15097 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
15098 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
15099 enrichment can be run with hypergeometric test or Fisher exact test, and can
15100 use multiple corrections. Visualization of data can be done either by
15101 barplots or heatmaps.")
15102 (license license:gpl2+)))
15103
15104 (define-public r-seqinr
15105 (package
15106 (name "r-seqinr")
15107 (version "4.2-5")
15108 (source
15109 (origin
15110 (method url-fetch)
15111 (uri (cran-uri "seqinr" version))
15112 (sha256
15113 (base32
15114 "1z1jipgrn9nrnxlx7bcf8c2chwpa3kfva0zgyb12xbr3kisn166y"))))
15115 (build-system r-build-system)
15116 (propagated-inputs
15117 `(("r-ade4" ,r-ade4)
15118 ("r-segmented" ,r-segmented)))
15119 (inputs
15120 `(("zlib" ,zlib)))
15121 (home-page "http://seqinr.r-forge.r-project.org/")
15122 (synopsis "Biological sequences retrieval and analysis")
15123 (description
15124 "This package provides tools for exploratory data analysis and data
15125 visualization of biological sequence (DNA and protein) data. It also includes
15126 utilities for sequence data management under the ACNUC system.")
15127 (license license:gpl2+)))
15128
15129 (define-public r-units
15130 (package
15131 (name "r-units")
15132 (version "0.7-0")
15133 (source
15134 (origin
15135 (method url-fetch)
15136 (uri (cran-uri "units" version))
15137 (sha256
15138 (base32
15139 "0kwfcrrbcwl7s50n1wp33vswqzmprh91clvakbd1jpznqpg5m3js"))))
15140 (build-system r-build-system)
15141 (inputs
15142 `(("udunits" ,udunits)))
15143 (propagated-inputs
15144 `(("r-rcpp" ,r-rcpp)))
15145 (native-inputs
15146 `(("r-knitr" ,r-knitr)))
15147 (home-page "https://github.com/r-quantities/units/")
15148 (synopsis "Measurement Units for R Vectors")
15149 (description
15150 "This package provides support for measurement units in R vectors,
15151 matrices and arrays: automatic propagation, conversion, derivation and
15152 simplification of units; raising errors in case of unit incompatibility. It
15153 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
15154 classes.")
15155 (license license:gpl2)))
15156
15157 (define-public r-udunits2
15158 (package
15159 (name "r-udunits2")
15160 (version "0.13")
15161 (source
15162 (origin
15163 (method url-fetch)
15164 (uri (cran-uri "udunits2" version))
15165 (sha256
15166 (base32
15167 "0yav7rm2afcx67xqrknybxgz7x63w78zyxa0xifvc0k2gz0d6mfi"))))
15168 (properties `((upstream-name . "udunits2")))
15169 (build-system r-build-system)
15170 (inputs
15171 `(("udunits" ,udunits)))
15172 (home-page "https://cran.r-project.org/package=udunits2")
15173 (synopsis "Udunits-2 bindings for R")
15174 (description
15175 "This package provides simple bindings to Unidata's udunits library.")
15176 (license license:gpl2)))
15177
15178 (define-public r-classint
15179 (package
15180 (name "r-classint")
15181 (version "0.4-3")
15182 (source
15183 (origin
15184 (method url-fetch)
15185 (uri (cran-uri "classInt" version))
15186 (sha256
15187 (base32
15188 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
15189 (properties `((upstream-name . "classInt")))
15190 (build-system r-build-system)
15191 (propagated-inputs
15192 `(("r-class" ,r-class)
15193 ("r-e1071" ,r-e1071)
15194 ("r-kernsmooth" ,r-kernsmooth)))
15195 (native-inputs
15196 `(("gfortran" ,gfortran)
15197 ("r-knitr" ,r-knitr)))
15198 (home-page "https://github.com/r-spatial/classInt/")
15199 (synopsis "Choose univariate class intervals")
15200 (description
15201 "This package provides selected commonly used methods for choosing
15202 univariate class intervals for mapping or other graphics purposes.")
15203 (license license:gpl2+)))
15204
15205 (define-public r-spdata
15206 (package
15207 (name "r-spdata")
15208 (version "0.3.8")
15209 (source
15210 (origin
15211 (method url-fetch)
15212 (uri (cran-uri "spData" version))
15213 (sha256
15214 (base32
15215 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
15216 (properties `((upstream-name . "spData")))
15217 (build-system r-build-system)
15218 (propagated-inputs
15219 `(("r-raster" ,r-raster)
15220 ("r-sp" ,r-sp)))
15221 (home-page "https://github.com/Nowosad/spData")
15222 (synopsis "Datasets for spatial analysis")
15223 (description
15224 "This a package containing diverse spatial datasets for demonstrating,
15225 benchmarking and teaching spatial data analysis. It includes R data of class
15226 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
15227 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
15228 of the datasets are designed to illustrate specific analysis techniques.
15229 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
15230 illustrate point pattern analysis techniques.")
15231 (license license:cc0)))
15232
15233 (define-public r-learnbayes
15234 (package
15235 (name "r-learnbayes")
15236 (version "2.15.1")
15237 (source
15238 (origin
15239 (method url-fetch)
15240 (uri (cran-uri "LearnBayes" version))
15241 (sha256
15242 (base32
15243 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
15244 (properties `((upstream-name . "LearnBayes")))
15245 (build-system r-build-system)
15246 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
15247 (synopsis "Functions for learning Bayesian inference")
15248 (description
15249 "This package provides a collection of functions helpful in learning the
15250 basic tenets of Bayesian statistical inference. It contains functions for
15251 summarizing basic one and two parameter posterior distributions and predictive
15252 distributions. It contains MCMC algorithms for summarizing posterior
15253 distributions defined by the user. It also contains functions for regression
15254 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
15255 sampling.")
15256 (license license:gpl2+)))
15257
15258 (define-public r-deldir
15259 (package
15260 (name "r-deldir")
15261 (version "0.2-10")
15262 (source
15263 (origin
15264 (method url-fetch)
15265 (uri (cran-uri "deldir" version))
15266 (sha256
15267 (base32
15268 "08ij6zb6id71zk6gzs9z779y49y41c2gpi7p7mljnlw7py92g8k5"))))
15269 (build-system r-build-system)
15270 (native-inputs `(("gfortran" ,gfortran)))
15271 (home-page "https://cran.r-project.org/web/packages/deldir")
15272 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
15273 (description
15274 "This package provides tools for calculating the Delaunay triangulation
15275 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
15276 of a planar point set. It plots triangulations and tessellations in various
15277 ways, clips tessellations to sub-windows, calculates perimeters of
15278 tessellations, and summarizes information about the tiles of the
15279 tessellation.")
15280 (license license:gpl2+)))
15281
15282 (define-public r-sf
15283 (package
15284 (name "r-sf")
15285 (version "0.9-7")
15286 (source
15287 (origin
15288 (method url-fetch)
15289 (uri (cran-uri "sf" version))
15290 (sha256
15291 (base32
15292 "175fmnnw11fjhfgjv9sn9b0jfjcqbybpgwsvv99d5yddigvw5jja"))))
15293 (build-system r-build-system)
15294 (inputs
15295 `(("gdal" ,gdal)
15296 ("geos" ,geos)
15297 ("proj" ,proj)
15298 ("sqlite" ,sqlite)
15299 ("zlib" ,zlib)))
15300 (propagated-inputs
15301 `(("r-classint" ,r-classint)
15302 ("r-dbi" ,r-dbi)
15303 ("r-magrittr" ,r-magrittr)
15304 ("r-rcpp" ,r-rcpp)
15305 ("r-units" ,r-units)))
15306 (native-inputs
15307 `(("pkg-config" ,pkg-config)
15308 ("r-knitr" ,r-knitr)))
15309 (home-page "https://github.com/r-spatial/sf/")
15310 (synopsis "Simple features for R")
15311 (description
15312 "This package provides support for simple features, a standardized way to
15313 encode spatial vector data. It binds to GDAL for reading and writing data, to
15314 GEOS for geometrical operations, and to PROJ for projection conversions and
15315 datum transformations.")
15316 ;; Either of these licenses
15317 (license (list license:gpl2 license:expat))))
15318
15319 (define-public r-spdep
15320 (package
15321 (name "r-spdep")
15322 (version "1.1-5")
15323 (source
15324 (origin
15325 (method url-fetch)
15326 (uri (cran-uri "spdep" version))
15327 (sha256
15328 (base32
15329 "0pbd7wrg5v44p2yxsjp774lpyzap3madir5mn5p3ix7ibk7ldjs7"))))
15330 (build-system r-build-system)
15331 (propagated-inputs
15332 `(("r-boot" ,r-boot)
15333 ("r-coda" ,r-coda)
15334 ("r-deldir" ,r-deldir)
15335 ("r-expm" ,r-expm)
15336 ("r-gmodels" ,r-gmodels)
15337 ("r-learnbayes" ,r-learnbayes)
15338 ("r-mass" ,r-mass)
15339 ("r-matrix" ,r-matrix)
15340 ("r-nlme" ,r-nlme)
15341 ("r-sf" ,r-sf)
15342 ("r-sp" ,r-sp)
15343 ("r-spdata" ,r-spdata)))
15344 (native-inputs
15345 `(("r-knitr" ,r-knitr)))
15346 (home-page "https://github.com/r-spatial/spdep/")
15347 (synopsis "Spatial dependence: weighting schemes, statistics and models")
15348 (description
15349 "This package provides a collection of functions to create spatial
15350 weights matrix objects from polygon contiguities, from point patterns by
15351 distance and tessellations, for summarizing these objects, and for permitting
15352 their use in spatial data analysis, including regional aggregation by minimum
15353 spanning tree.")
15354 (license license:gpl2+)))
15355
15356 (define-public r-adegenet
15357 (package
15358 (name "r-adegenet")
15359 (version "2.1.3")
15360 (source
15361 (origin
15362 (method url-fetch)
15363 (uri (cran-uri "adegenet" version))
15364 (sha256
15365 (base32
15366 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
15367 (build-system r-build-system)
15368 (propagated-inputs
15369 `(("r-ade4" ,r-ade4)
15370 ("r-ape" ,r-ape)
15371 ("r-boot" ,r-boot)
15372 ("r-dplyr" ,r-dplyr)
15373 ("r-ggplot2" ,r-ggplot2)
15374 ("r-igraph" ,r-igraph)
15375 ("r-mass" ,r-mass)
15376 ("r-reshape2" ,r-reshape2)
15377 ("r-seqinr" ,r-seqinr)
15378 ("r-shiny" ,r-shiny)
15379 ("r-spdep" ,r-spdep)
15380 ("r-vegan" ,r-vegan)))
15381 (home-page "https://github.com/thibautjombart/adegenet")
15382 (synopsis "Exploratory analysis of genetic and genomic data")
15383 (description
15384 "This package provides a toolset for the exploration of genetic and
15385 genomic data. Adegenet provides formal (S4) classes for storing and handling
15386 various genetic data, including genetic markers with varying ploidy and
15387 hierarchical population structure (@code{genind} class), alleles counts by
15388 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
15389 also implements original multivariate methods (DAPC, sPCA), graphics,
15390 statistical tests, simulation tools, distance and similarity measures, and
15391 several spatial methods. A range of both empirical and simulated datasets is
15392 also provided to illustrate various methods.")
15393 (license license:gpl2+)))
15394
15395 (define-public r-pegas
15396 (package
15397 (name "r-pegas")
15398 (version "0.14")
15399 (source
15400 (origin
15401 (method url-fetch)
15402 (uri (cran-uri "pegas" version))
15403 (sha256
15404 (base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
15405 (build-system r-build-system)
15406 (propagated-inputs
15407 `(("r-adegenet" ,r-adegenet)
15408 ("r-ape" ,r-ape)))
15409 (home-page "http://ape-package.ird.fr/pegas.html")
15410 (synopsis "Population and evolutionary genetics analysis system")
15411 (description
15412 "This package provides functions for reading, writing, plotting,
15413 analysing, and manipulating allelic and haplotypic data, including from VCF
15414 files, and for the analysis of population nucleotide sequences and
15415 micro-satellites including coalescent analyses, linkage disequilibrium,
15416 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
15417 minimum spanning tree and network, and median-joining networks.")
15418 (license license:gpl2+)))
15419
15420 (define-public r-rmetasim
15421 (package
15422 (name "r-rmetasim")
15423 (version "3.1.14")
15424 (source
15425 (origin
15426 (method url-fetch)
15427 (uri (cran-uri "rmetasim" version))
15428 (sha256
15429 (base32
15430 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
15431 (build-system r-build-system)
15432 (propagated-inputs
15433 `(("r-ade4" ,r-ade4)
15434 ("r-adegenet" ,r-adegenet)
15435 ("r-gtools" ,r-gtools)
15436 ("r-pegas" ,r-pegas)))
15437 (home-page "https://cran.r-project.org/web/packages/rmetasim")
15438 (synopsis "Individual-based population genetic simulation environment")
15439 (description
15440 "This package provides an interface between R and the metasim simulation
15441 engine. The simulation environment is documented in: Strand, A.(2002),
15442 Metasim 1.0: an individual-based environment for simulating population
15443 genetics of complex population dynamics.")
15444 ;; Any GPL version
15445 (license license:gpl2+)))
15446
15447 (define-public r-genetics
15448 (package
15449 (name "r-genetics")
15450 (version "1.3.8.1.3")
15451 (source
15452 (origin
15453 (method url-fetch)
15454 (uri (cran-uri "genetics" version))
15455 (sha256
15456 (base32
15457 "0lljxvz7nc6y2z303icphar2niir0i407w5cyhy2pwspd9gwkwpy"))))
15458 (build-system r-build-system)
15459 (propagated-inputs
15460 `(("r-combinat" ,r-combinat)
15461 ("r-gdata" ,r-gdata)
15462 ("r-gtools" ,r-gtools)
15463 ("r-mass" ,r-mass)
15464 ("r-mvtnorm" ,r-mvtnorm)))
15465 (home-page "https://cran.r-project.org/web/packages/genetics/")
15466 (synopsis "Population genetics")
15467 (description
15468 "This package provides classes and methods for handling genetic data.
15469 It includes classes to represent genotypes and haplotypes at single markers up
15470 to multiple markers on multiple chromosomes. Function include allele
15471 frequencies, flagging homo/heterozygotes, flagging carriers of certain
15472 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
15473 and testing for linkage disequilibrium, ...")
15474 ;; Any GPL version.
15475 (license license:gpl2+)))
15476
15477 (define-public r-snp-plotter
15478 (package
15479 (name "r-snp-plotter")
15480 (version "0.5.1")
15481 (source
15482 (origin
15483 (method url-fetch)
15484 (uri (cran-uri "snp.plotter" version))
15485 (sha256
15486 (base32
15487 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
15488 (properties `((upstream-name . "snp.plotter")))
15489 (build-system r-build-system)
15490 (propagated-inputs `(("r-genetics" ,r-genetics)))
15491 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
15492 (synopsis "Plot p-values using single SNP and/or haplotype data")
15493 (description
15494 "This package helps you create plots of p-values using single SNP and/or
15495 haplotype data. Main features of the package include options to display a
15496 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
15497 datasets simultaneously. Plots can be created using global and/or individual
15498 haplotype p-values along with single SNP p-values. Images are created as
15499 either PDF/EPS files.")
15500 (license license:gpl2+)))
15501
15502 (define-public r-polspline
15503 (package
15504 (name "r-polspline")
15505 (version "1.1.19")
15506 (source
15507 (origin
15508 (method url-fetch)
15509 (uri (cran-uri "polspline" version))
15510 (sha256
15511 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
15512 (build-system r-build-system)
15513 (native-inputs `(("gfortran" ,gfortran)))
15514 (home-page "https://cran.r-project.org/web/packages/polspline/")
15515 (synopsis "Polynomial spline routines")
15516 (description
15517 "This package provides routines for the polynomial spline fitting
15518 routines hazard regression, hazard estimation with flexible tails, logspline,
15519 lspec, polyclass, and polymars.")
15520 (license license:gpl2+)))
15521
15522 (define-public r-rms
15523 (package
15524 (name "r-rms")
15525 (version "6.1-1")
15526 (source
15527 (origin
15528 (method url-fetch)
15529 (uri (cran-uri "rms" version))
15530 (sha256
15531 (base32 "1zgfd60lzbakcv7x0i5k3lkw3s0xx5bzssjgangna5lq2j17cdli"))))
15532 (build-system r-build-system)
15533 (propagated-inputs
15534 `(("r-cluster" ,r-cluster)
15535 ("r-digest" ,r-digest)
15536 ("r-ggplot2" ,r-ggplot2)
15537 ("r-hmisc" ,r-hmisc)
15538 ("r-htmltable" ,r-htmltable)
15539 ("r-htmltools" ,r-htmltools)
15540 ("r-lattice" ,r-lattice)
15541 ("r-mass" ,r-mass)
15542 ("r-multcomp" ,r-multcomp)
15543 ("r-nlme" ,r-nlme)
15544 ("r-polspline" ,r-polspline)
15545 ("r-quantreg" ,r-quantreg)
15546 ("r-rpart" ,r-rpart)
15547 ("r-sparsem" ,r-sparsem)
15548 ("r-survival" ,r-survival)))
15549 (native-inputs `(("gfortran" ,gfortran)))
15550 (home-page "http://biostat.mc.vanderbilt.edu/rms")
15551 (synopsis "Regression modeling strategies")
15552 (description
15553 "This is a package for regression modeling, testing, estimation,
15554 validation, graphics, prediction, and typesetting by storing enhanced model
15555 design attributes in the fit. The rms package is a collection of functions
15556 that assist with and streamline modeling. It also contains functions for
15557 binary and ordinal logistic regression models, ordinal models for continuous Y
15558 with a variety of distribution families, and the Buckley-James multiple
15559 regression model for right-censored responses, and implements penalized
15560 maximum likelihood estimation for logistic and ordinary linear models. The
15561 package works with almost any regression model, but it was especially written
15562 to work with binary or ordinal regression models, Cox regression, accelerated
15563 failure time models, ordinary linear models, the Buckley-James model,
15564 generalized least squares for serially or spatially correlated observations,
15565 generalized linear models, and quantile regression.")
15566 (license license:gpl2+)))
15567
15568 (define-public r-arsenal
15569 (package
15570 (name "r-arsenal")
15571 (version "3.6.2")
15572 (source
15573 (origin
15574 (method url-fetch)
15575 (uri (cran-uri "arsenal" version))
15576 (sha256
15577 (base32
15578 "0spm0s23xs5bm88slkz6a65mbs663qhnravwxp7rkdkr378vb5fn"))))
15579 (properties `((upstream-name . "arsenal")))
15580 (build-system r-build-system)
15581 (propagated-inputs `(("r-knitr" ,r-knitr)))
15582 (native-inputs `(("r-knitr" ,r-knitr)))
15583 (home-page "https://github.com/mayoverse/arsenal")
15584 (synopsis "Functions for large-scale statistical summaries")
15585 (description
15586 "This package provides an arsenal of R functions for large-scale
15587 statistical summaries, which are streamlined to work within the latest
15588 reporting tools in R and RStudio and which use formulas and versatile
15589 summary statistics for summary tables and models. The primary functions
15590 include
15591
15592 @enumerate
15593 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
15594 levels of one or more categorical variables;
15595 @item @code{paired}, a Table-1-like summary of multiple variable types paired
15596 across two time points;
15597 @item @code{modelsum}, which performs simple model fits on one or more
15598 endpoints for many variables (univariate or adjusted for covariates);
15599 @item @code{freqlist}, a powerful frequency table across many categorical
15600 variables;
15601 @item @code{comparedf}, a function for comparing @code{data.frames}; and
15602 @item @code{write2}, a function to output tables to a document.
15603 @end enumerate
15604 ")
15605 (license license:gpl2+)))
15606
15607 (define-public r-haplo-stats
15608 (package
15609 (name "r-haplo-stats")
15610 (version "1.8.6")
15611 (source
15612 (origin
15613 (method url-fetch)
15614 (uri (cran-uri "haplo.stats" version))
15615 (sha256
15616 (base32
15617 "1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
15618 (properties `((upstream-name . "haplo.stats")))
15619 (build-system r-build-system)
15620 (propagated-inputs
15621 `(("r-arsenal" ,r-arsenal)
15622 ("r-rms" ,r-rms)))
15623 (native-inputs
15624 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
15625 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
15626 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
15627 (description
15628 "This package provides routines for the analysis of indirectly measured
15629 haplotypes. The statistical methods assume that all subjects are unrelated
15630 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
15631 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
15632 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
15633 examples in the vignette.")
15634 (license license:gpl2+)))
15635
15636 (define-public r-bqtl
15637 (package
15638 (name "r-bqtl")
15639 (version "1.0-32")
15640 (source
15641 (origin
15642 (method url-fetch)
15643 (uri (cran-uri "bqtl" version))
15644 (sha256
15645 (base32
15646 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
15647 (build-system r-build-system)
15648 (native-inputs `(("gfortran" ,gfortran)))
15649 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
15650 (synopsis "Bayesian QTL mapping toolkit")
15651 (description
15652 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
15653 lines. It includes maximum likelihood and Bayesian tools.")
15654 (license license:gpl2+)))
15655
15656 (define-public r-ibdreg
15657 (package
15658 (name "r-ibdreg")
15659 (version "0.3.1")
15660 (source
15661 (origin
15662 (method url-fetch)
15663 (uri (cran-uri "ibdreg" version))
15664 (sha256
15665 (base32
15666 "0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
15667 (build-system r-build-system)
15668 (home-page "https://www.mayo.edu/research/labs/\
15669 statistical-genetics-genetic-epidemiology/software")
15670 (synopsis "Regression methods for IBD linkage with covariates")
15671 (description
15672 "This package provides a method to test genetic linkage with covariates
15673 by regression methods with response IBD sharing for relative pairs. Account
15674 for correlations of IBD statistics and covariates for relative pairs within
15675 the same pedigree.")
15676 (license license:gpl2+)))
15677
15678 (define-public r-dlmap
15679 (package
15680 (name "r-dlmap")
15681 (version "1.13")
15682 (source
15683 (origin
15684 (method url-fetch)
15685 (uri (cran-uri "dlmap" version))
15686 (sha256
15687 (base32
15688 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
15689 (build-system r-build-system)
15690 (propagated-inputs
15691 `(("r-ibdreg" ,r-ibdreg)
15692 ("r-mgcv" ,r-mgcv)
15693 ("r-nlme" ,r-nlme)
15694 ("r-qtl" ,r-qtl)
15695 ("r-wgaim" ,r-wgaim)))
15696 (home-page "https://cran.r-project.org/web/packages/dlmap/")
15697 (synopsis "Detection localization mapping for QTL")
15698 (description
15699 "This is package for QTL mapping in a mixed model framework with separate
15700 detection and localization stages. The first stage detects the number of QTL
15701 on each chromosome based on the genetic variation due to grouped markers on
15702 the chromosome; the second stage uses this information to determine the most
15703 likely QTL positions. The mixed model can accommodate general fixed and
15704 random effects, including spatial effects in field trials and pedigree
15705 effects. It is applicable to backcrosses, doubled haploids, recombinant
15706 inbred lines, F2 intercrosses, and association mapping populations.")
15707 (license license:gpl2)))
15708
15709 (define-public r-hwde
15710 (package
15711 (name "r-hwde")
15712 (version "0.67")
15713 (source
15714 (origin
15715 (method url-fetch)
15716 (uri (cran-uri "hwde" version))
15717 (sha256
15718 (base32
15719 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
15720 (build-system r-build-system)
15721 (home-page "https://cran.r-project.org/web/packages/hwde/")
15722 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
15723 (description
15724 "This package fits models for genotypic disequilibria, as described in
15725 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
15726 terms are available that account for first order interactions between loci.
15727 It also implements, for a single locus in a single population, a conditional
15728 exact test for Hardy-Weinberg equilibrium.")
15729 (license license:gpl2+)))
15730
15731 (define-public r-tdthap
15732 (package
15733 (name "r-tdthap")
15734 (version "1.1-11")
15735 (source
15736 (origin
15737 (method url-fetch)
15738 (uri (cran-uri "tdthap" version))
15739 (sha256
15740 (base32
15741 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
15742 (build-system r-build-system)
15743 (home-page "https://cran.r-project.org/web/packages/tdthap/")
15744 (synopsis "TDT tests for extended haplotypes")
15745 (description
15746 "Functions and examples are provided for transmission/disequilibrium
15747 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
15748 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
15749 (license license:artistic2.0)))
15750
15751 (define-public r-sparql
15752 (package
15753 (name "r-sparql")
15754 (version "1.16")
15755 (source (origin
15756 (method url-fetch)
15757 (uri (cran-uri "SPARQL" version))
15758 (sha256
15759 (base32
15760 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
15761 (properties `((upstream-name . "SPARQL")))
15762 (build-system r-build-system)
15763 (propagated-inputs
15764 `(("r-rcurl" ,r-rcurl)
15765 ("r-xml" ,r-xml)))
15766 (home-page "https://cran.r-project.org/web/packages/SPARQL")
15767 (synopsis "SPARQL client for R")
15768 (description "This package provides an interface to use SPARQL to pose
15769 SELECT or UPDATE queries to an end-point.")
15770 ;; The only license indication is found in the DESCRIPTION file,
15771 ;; which states GPL-3. So we cannot assume GPLv3+.
15772 (license license:gpl3)))
15773
15774 (define-public r-bookdown
15775 (package
15776 (name "r-bookdown")
15777 (version "0.21")
15778 (source (origin
15779 (method url-fetch)
15780 (uri (cran-uri "bookdown" version))
15781 (sha256
15782 (base32
15783 "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
15784 (build-system r-build-system)
15785 (propagated-inputs
15786 `(("r-htmltools" ,r-htmltools)
15787 ("r-knitr" ,r-knitr)
15788 ("r-rmarkdown" ,r-rmarkdown)
15789 ("r-tinytex" ,r-tinytex)
15790 ("r-xfun" ,r-xfun)
15791 ("r-yaml" ,r-yaml)
15792 ("pandoc" ,pandoc)))
15793 (home-page "https://github.com/rstudio/bookdown")
15794 (synopsis "Authoring books and technical documents with R markdown")
15795 (description "This package provides output formats and utilities for
15796 authoring books and technical documents with R Markdown.")
15797 (license license:gpl3)))
15798
15799 (define-public r-optparse
15800 (package
15801 (name "r-optparse")
15802 (version "1.6.6")
15803 (source
15804 (origin
15805 (method url-fetch)
15806 (uri (cran-uri "optparse" version))
15807 (sha256
15808 (base32
15809 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
15810 (build-system r-build-system)
15811 (propagated-inputs
15812 `(("r-getopt" ,r-getopt)))
15813 (native-inputs
15814 `(("r-knitr" ,r-knitr)))
15815 (home-page "https://github.com/trevorld/optparse")
15816 (synopsis "Command line option parser")
15817 (description
15818 "This package provides a command line parser inspired by Python's
15819 @code{optparse} library to be used with Rscript to write shebang scripts
15820 that accept short and long options.")
15821 (license license:gpl2+)))
15822
15823 (define-public r-kernlab
15824 (package
15825 (name "r-kernlab")
15826 (version "0.9-29")
15827 (source
15828 (origin
15829 (method url-fetch)
15830 (uri (cran-uri "kernlab" version))
15831 (sha256
15832 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
15833 (build-system r-build-system)
15834 (home-page "https://cran.r-project.org/web/packages/kernlab")
15835 (synopsis "Kernel-based machine learning tools")
15836 (description
15837 "This package provides kernel-based machine learning methods for
15838 classification, regression, clustering, novelty detection, quantile regression
15839 and dimensionality reduction. Among other methods @code{kernlab} includes
15840 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
15841 and a QP solver.")
15842 (license license:gpl2)))
15843
15844 (define-public r-hierfstat
15845 (package
15846 (name "r-hierfstat")
15847 (version "0.5-7")
15848 (source
15849 (origin
15850 (method url-fetch)
15851 (uri (cran-uri "hierfstat" version))
15852 (sha256
15853 (base32
15854 "0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
15855 (build-system r-build-system)
15856 (propagated-inputs
15857 `(("r-ade4" ,r-ade4)
15858 ("r-adegenet" ,r-adegenet)
15859 ("r-gaston" ,r-gaston)
15860 ("r-gtools" ,r-gtools)))
15861 (native-inputs
15862 `(("r-knitr" ,r-knitr)))
15863 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
15864 (synopsis "Estimation and tests of hierarchical F-statistics")
15865 (description
15866 "This package allows the estimation of hierarchical F-statistics from
15867 haploid or diploid genetic data with any numbers of levels in the hierarchy,
15868 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
15869 are also given to test via randomisations the significance of each F and
15870 variance components, using the likelihood-ratio statistics G.")
15871 (license license:gpl2+)))
15872
15873 (define-public r-hapassoc
15874 (package
15875 (name "r-hapassoc")
15876 (version "1.2-8")
15877 (source
15878 (origin
15879 (method url-fetch)
15880 (uri (cran-uri "hapassoc" version))
15881 (sha256
15882 (base32
15883 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
15884 (build-system r-build-system)
15885 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
15886 (synopsis "Inference of trait associations with SNP haplotypes")
15887 (description
15888 "Hapassoc performs likelihood inference of trait associations with
15889 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
15890 functions are developed primarily for data collected in cohort or
15891 cross-sectional studies. They can accommodate uncertain haplotype phase and
15892 handle missing genotypes at some SNPs.")
15893 (license license:gpl2)))
15894
15895 (define-public r-sampling
15896 (package
15897 (name "r-sampling")
15898 (version "2.9")
15899 (source
15900 (origin
15901 (method url-fetch)
15902 (uri (cran-uri "sampling" version))
15903 (sha256
15904 (base32
15905 "11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
15906 (build-system r-build-system)
15907 (propagated-inputs
15908 `(("r-lpsolve" ,r-lpsolve)
15909 ("r-mass" ,r-mass)))
15910 (home-page "https://cran.r-project.org/web/packages/sampling/")
15911 (synopsis "Survey sampling")
15912 (description
15913 "This package provides functions for drawing and calibrating samples.")
15914 (license license:gpl2+)))
15915
15916 (define-public r-r2html
15917 (package
15918 (name "r-r2html")
15919 (version "2.3.2")
15920 (source
15921 (origin
15922 (method url-fetch)
15923 (uri (cran-uri "R2HTML" version))
15924 (sha256
15925 (base32
15926 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
15927 (properties `((upstream-name . "R2HTML")))
15928 (build-system r-build-system)
15929 (home-page "https://github.com/nalimilan/R2HTML")
15930 (synopsis "HTML export for R objects")
15931 (description
15932 "This package includes HTML functions and methods to write in an HTML
15933 file. Thus, making HTML reports is easy. It includes a function that allows
15934 redirection on the fly, which appears to be very useful for teaching purposes,
15935 as the student can keep a copy of the produced output to keep all that they
15936 did during the course. The package comes with a vignette describing how to
15937 write HTML reports for statistical analysis. Finally, a driver for Sweave
15938 parses HTML flat files containing R code and to automatically write
15939 the corresponding outputs (tables and graphs).")
15940 (license license:gpl2+)))
15941
15942 (define-public r-rjava
15943 (package
15944 (name "r-rjava")
15945 (version "0.9-13")
15946 (source
15947 (origin
15948 (method url-fetch)
15949 (uri (cran-uri "rJava" version))
15950 (sha256
15951 (base32
15952 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
15953 (properties `((upstream-name . "rJava")))
15954 (build-system r-build-system)
15955 (arguments
15956 `(#:modules ((guix build utils)
15957 (guix build r-build-system)
15958 (ice-9 match))
15959 #:phases
15960 (modify-phases %standard-phases
15961 (add-after 'unpack 'set-JAVA_HOME
15962 (lambda* (#:key inputs #:allow-other-keys)
15963 (let ((jdk (assoc-ref inputs "jdk")))
15964 (setenv "JAVA_HOME" jdk)
15965 (setenv "JAVA" (which "java"))
15966 (setenv "JAR" (which "jar"))
15967 (setenv "JAVAC" (which "javac"))
15968 (setenv "JAVAH" (which "javah"))
15969 (setenv "JAVA_CPPFLAGS"
15970 (string-append "-I" jdk "/include "
15971 "-I" jdk "/include/linux"))
15972 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
15973 ((lib) (setenv "JAVA_LIBS" lib))
15974 (_ (error "Could not find libjvm.so"))))
15975 #t)))))
15976 (inputs
15977 `(("icu4c" ,icu4c)
15978 ("jdk" ,icedtea-8 "jdk")
15979 ("pcre" ,pcre)
15980 ("zlib" ,zlib)))
15981 (home-page "https://www.rforge.net/rJava/")
15982 (synopsis "Low-Level R to Java interface")
15983 (description
15984 "This package provides a low-level interface to the Java VM very much
15985 like .C/.Call and friends. It allows the creation of objects, calling methods
15986 and accessing fields.")
15987 (license license:gpl2)))
15988
15989 (define-public r-svmisc
15990 (package
15991 (name "r-svmisc")
15992 (version "1.1.0")
15993 (source
15994 (origin
15995 (method url-fetch)
15996 (uri (cran-uri "svMisc" version))
15997 (sha256
15998 (base32
15999 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
16000 (properties `((upstream-name . "svMisc")))
16001 (build-system r-build-system)
16002 (home-page "https://github.com/SciViews/svMisc")
16003 (synopsis "Miscellaneous functions for SciViews")
16004 (description
16005 "This package provides miscellaneous functions for SciViews or general
16006 use, including tools to manage a temporary environment attached to the search
16007 path for temporary variables you do not want to @code{save()} or
16008 @code{load()}; test the current platform; showing progress bars, etc.")
16009 (license license:gpl2)))
16010
16011 (define-public r-xyz
16012 (package
16013 (name "r-xyz")
16014 (version "0.2")
16015 (source
16016 (origin
16017 (method url-fetch)
16018 (uri (cran-uri "xyz" version))
16019 (sha256
16020 (base32
16021 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
16022 (build-system r-build-system)
16023 (propagated-inputs
16024 `(("r-rcpp" ,r-rcpp)))
16025 (home-page "https://cran.r-project.org/web/packages/xyz/")
16026 (synopsis "Algorithm for fast interaction search in high-dimensional data")
16027 (description
16028 "High dimensional interaction search by brute force requires a quadratic
16029 computational cost in the number of variables. The xyz algorithm provably
16030 finds strong interactions in almost linear time. For details of the algorithm
16031 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
16032 interaction search in high-dimensional data.")
16033 ;; Any version of the GPL.
16034 (license license:gpl2+)))
16035
16036 (define-public r-rttf2pt1
16037 (package
16038 (name "r-rttf2pt1")
16039 (version "1.3.8")
16040 (source
16041 (origin
16042 (method url-fetch)
16043 (uri (cran-uri "Rttf2pt1" version))
16044 (sha256
16045 (base32
16046 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
16047 (properties `((upstream-name . "Rttf2pt1")))
16048 (build-system r-build-system)
16049 (home-page "https://github.com/wch/Rttf2pt1")
16050 (synopsis "Font conversion utility")
16051 (description
16052 "This package contains the program @code{ttf2pt1}, for use with the
16053 @code{extrafont} package.")
16054 ;; Most of the files are covered under the Expat license. Some files are
16055 ;; covered under BSD-3. Deviations for individual files are recorded in
16056 ;; the LICENSE file.
16057 (license (list license:bsd-3 license:expat
16058 (license:non-copyleft "file://LICENSE")))))
16059
16060 (define-public r-extrafontdb
16061 (package
16062 (name "r-extrafontdb")
16063 (version "1.0")
16064 (source
16065 (origin
16066 (method url-fetch)
16067 (uri (cran-uri "extrafontdb" version))
16068 (sha256
16069 (base32
16070 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
16071 (build-system r-build-system)
16072 (home-page "https://github.com/wch/extrafontdb")
16073 (synopsis "Database for the extrafont package")
16074 (description
16075 "This package holds the database for the @code{extrafont} package.")
16076 (license license:gpl2)))
16077
16078 (define-public r-extrafont
16079 (package
16080 (name "r-extrafont")
16081 (version "0.17")
16082 (source
16083 (origin
16084 (method url-fetch)
16085 (uri (cran-uri "extrafont" version))
16086 (sha256
16087 (base32
16088 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
16089 (build-system r-build-system)
16090 (propagated-inputs
16091 `(("r-extrafontdb" ,r-extrafontdb)
16092 ("r-rttf2pt1" ,r-rttf2pt1)))
16093 (home-page "https://github.com/wch/extrafont")
16094 (synopsis "Tools for using fonts in R")
16095 (description
16096 "The extrafont package makes it easier to use fonts other than the basic
16097 PostScript fonts that R uses. Fonts that are imported into extrafont can be
16098 used with PDF or PostScript output files. There are two hurdles for using
16099 fonts in PDF (or Postscript) output files:
16100
16101 @enumerate
16102 @item Making R aware of the font and the dimensions of the characters.
16103 @item Embedding the fonts in the PDF file so that the PDF can be displayed
16104 properly on a device that doesn't have the font. This is usually needed if
16105 you want to print the PDF file or share it with others.
16106 @end enumerate
16107
16108 The extrafont package makes both of these things easier.")
16109 (license license:gpl2)))
16110
16111 (define-public r-xkcd
16112 (package
16113 (name "r-xkcd")
16114 (version "0.0.6")
16115 (source
16116 (origin
16117 (method url-fetch)
16118 (uri (cran-uri "xkcd" version))
16119 (sha256
16120 (base32
16121 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
16122 (build-system r-build-system)
16123 (propagated-inputs
16124 `(("r-extrafont" ,r-extrafont)
16125 ("r-ggplot2" ,r-ggplot2)
16126 ("r-hmisc" ,r-hmisc)))
16127 (home-page "https://cran.r-project.org/web/packages/xkcd/")
16128 (synopsis "Plot ggplot2 graphics in the XKCD style")
16129 (description
16130 "This package provides the means to plot ggplot2 graphs in the style of
16131 the XKCD web comic.")
16132 (license license:gpl3)))
16133
16134 (define-public r-msigdbr
16135 (package
16136 (name "r-msigdbr")
16137 (version "7.2.1")
16138 (source
16139 (origin
16140 (method url-fetch)
16141 (uri (cran-uri "msigdbr" version))
16142 (sha256
16143 (base32
16144 "1rc2p9vw57pn4prmfgay4w18qd53ggq7wxfsi9kp7w25ciip1dq1"))))
16145 (build-system r-build-system)
16146 (propagated-inputs
16147 `(("r-dplyr" ,r-dplyr)
16148 ("r-magrittr" ,r-magrittr)
16149 ("r-rlang" ,r-rlang)
16150 ("r-tibble" ,r-tibble)
16151 ("r-tidyselect" ,r-tidyselect)))
16152 (native-inputs
16153 `(("r-knitr" ,r-knitr)))
16154 (home-page "https://github.com/igordot/msigdbr")
16155 (synopsis "MSigDB gene sets for multiple organisms")
16156 (description
16157 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
16158 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
16159 software in a standard R data frame with key-value pairs. Included are the
16160 original human gene symbols and Entrez IDs as well as the equivalents for
16161 various frequently studied model organisms such as mouse, rat, pig, fly, and
16162 yeast.")
16163 ;; The package is covered under the Expat license, but the upstream MSigDB
16164 ;; files are made available under the Creative Commons Attribution 4.0
16165 ;; International license.
16166 (license (list license:expat license:cc-by4.0))))
16167
16168 (define-public r-gridgraphics
16169 (package
16170 (name "r-gridgraphics")
16171 (version "0.5-1")
16172 (source
16173 (origin
16174 (method url-fetch)
16175 (uri (cran-uri "gridGraphics" version))
16176 (sha256
16177 (base32
16178 "12yswy02j3h5wir7m5jnkhpjmb0sa4snn61vjd68i49qwsa6w219"))))
16179 (properties `((upstream-name . "gridGraphics")))
16180 (build-system r-build-system)
16181 (home-page "https://github.com/pmur002/gridgraphics")
16182 (synopsis "Redraw base graphics using @code{grid} graphics")
16183 (description
16184 "This package provides functions to convert a page of plots drawn with
16185 the @code{graphics} package into identical output drawn with the @code{grid}
16186 package. The result looks like the original @code{graphics}-based plot, but
16187 consists of @code{grid} grobs and viewports that can then be manipulated with
16188 @code{grid} functions (e.g., edit grobs and revisit viewports).")
16189 (license license:gpl2+)))
16190
16191 (define-public r-farver
16192 (package
16193 (name "r-farver")
16194 (version "2.1.0")
16195 (source
16196 (origin
16197 (method url-fetch)
16198 (uri (cran-uri "farver" version))
16199 (sha256
16200 (base32
16201 "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
16202 (build-system r-build-system)
16203 (home-page "https://github.com/thomasp85/farver")
16204 (synopsis "Vectorized color conversion and comparison")
16205 (description
16206 "The encoding of color can be handled in many different ways, using
16207 different color spaces. As different color spaces have different uses,
16208 efficient conversion between these representations are important. This
16209 package provides a set of functions that gives access to very fast color space
16210 conversion and comparisons implemented in C++, and offers 100-fold speed
16211 improvements over the @code{convertColor} function in the @code{grDevices}
16212 package.")
16213 (license license:expat)))
16214
16215 (define-public r-ggplotify
16216 (package
16217 (name "r-ggplotify")
16218 (version "0.0.5")
16219 (source
16220 (origin
16221 (method url-fetch)
16222 (uri (cran-uri "ggplotify" version))
16223 (sha256
16224 (base32
16225 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
16226 (build-system r-build-system)
16227 (propagated-inputs
16228 `(("r-ggplot2" ,r-ggplot2)
16229 ("r-gridgraphics" ,r-gridgraphics)
16230 ("r-rvcheck" ,r-rvcheck)))
16231 (native-inputs
16232 `(("r-knitr" ,r-knitr)))
16233 (home-page "https://github.com/GuangchuangYu/ggplotify")
16234 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
16235 (description
16236 "This package provides tools to convert plot function calls (using
16237 expression or formula) to @code{grob} or @code{ggplot} objects that are
16238 compatible with the @code{grid} and @code{ggplot2} environment. With this
16239 package, we are able to e.g. use @code{cowplot} to align plots produced by
16240 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
16241 converting them to @code{ggplot} objects.")
16242 (license license:artistic2.0)))
16243
16244 (define-public r-triebeard
16245 (package
16246 (name "r-triebeard")
16247 (version "0.3.0")
16248 (source
16249 (origin
16250 (method url-fetch)
16251 (uri (cran-uri "triebeard" version))
16252 (sha256
16253 (base32
16254 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
16255 (build-system r-build-system)
16256 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16257 (home-page "https://github.com/Ironholds/triebeard/")
16258 (synopsis "Radix trees in Rcpp")
16259 (description
16260 "Radix trees, or tries, are key-value data structures optimized for
16261 efficient lookups, similar in purpose to hash tables. This package provides
16262 an implementation of radix trees for use in R programming and in developing
16263 packages with Rcpp.")
16264 (license license:expat)))
16265
16266 (define-public r-tweenr
16267 (package
16268 (name "r-tweenr")
16269 (version "1.0.1")
16270 (source
16271 (origin
16272 (method url-fetch)
16273 (uri (cran-uri "tweenr" version))
16274 (sha256
16275 (base32
16276 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
16277 (build-system r-build-system)
16278 (propagated-inputs
16279 `(("r-farver" ,r-farver)
16280 ("r-magrittr" ,r-magrittr)
16281 ("r-rcpp" ,r-rcpp)
16282 ("r-rlang" ,r-rlang)))
16283 (home-page "https://github.com/thomasp85/tweenr")
16284 (synopsis "Interpolate data for smooth animations")
16285 (description
16286 "In order to create smooth animation between states of data, tweening is
16287 necessary. This package provides a range of functions for creating tweened
16288 data that can be used as basis for animation. Furthermore it adds a number of
16289 vectorized interpolaters for common R data types such as numeric, date and
16290 color.")
16291 (license license:expat)))
16292
16293 (define-public r-polyclip
16294 (package
16295 (name "r-polyclip")
16296 (version "1.10-0")
16297 (source
16298 (origin
16299 (method url-fetch)
16300 (uri (cran-uri "polyclip" version))
16301 (sha256
16302 (base32
16303 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
16304 (build-system r-build-system)
16305 (native-inputs `(("pkg-config" ,pkg-config)))
16306 (home-page "http://www.angusj.com/delphi/clipper.php")
16307 (synopsis "Polygon clipping")
16308 (description
16309 "This package provides an R port of the library Clipper. It performs
16310 polygon clipping operations (intersection, union, set minus, set difference)
16311 for polygonal regions of arbitrary complexity, including holes. It computes
16312 offset polygons (spatial buffer zones, morphological dilations, Minkowski
16313 dilations) for polygonal regions and polygonal lines. It computes the
16314 Minkowski Sum of general polygons. There is a function for removing
16315 self-intersections from polygon data.")
16316 (license license:boost1.0)))
16317
16318 (define-public r-urltools
16319 (package
16320 (name "r-urltools")
16321 (version "1.7.3")
16322 (source
16323 (origin
16324 (method url-fetch)
16325 (uri (cran-uri "urltools" version))
16326 (sha256
16327 (base32
16328 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
16329 (build-system r-build-system)
16330 (propagated-inputs
16331 `(("r-rcpp" ,r-rcpp)
16332 ("r-triebeard" ,r-triebeard)))
16333 (home-page "https://github.com/Ironholds/urltools/")
16334 (synopsis "Vectorized tools for URL handling and parsing")
16335 (description
16336 "This package provides a toolkit for all URL-handling needs, including
16337 encoding and decoding, parsing, parameter extraction and modification. All
16338 functions are designed to be both fast and entirely vectorized. It is
16339 intended to be useful for people dealing with web-related datasets, such as
16340 server-side logs, although may be useful for other situations involving large
16341 sets of URLs.")
16342 (license license:expat)))
16343
16344 (define-public r-ggforce
16345 (package
16346 (name "r-ggforce")
16347 (version "0.3.3")
16348 (source
16349 (origin
16350 (method url-fetch)
16351 (uri (cran-uri "ggforce" version))
16352 (sha256
16353 (base32
16354 "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
16355 (build-system r-build-system)
16356 (propagated-inputs
16357 `(("r-ggplot2" ,r-ggplot2)
16358 ("r-gtable" ,r-gtable)
16359 ("r-mass" ,r-mass)
16360 ("r-polyclip" ,r-polyclip)
16361 ("r-rcpp" ,r-rcpp)
16362 ("r-rcppeigen" ,r-rcppeigen)
16363 ("r-rlang" ,r-rlang)
16364 ("r-scales" ,r-scales)
16365 ("r-tidyselect" ,r-tidyselect)
16366 ("r-tweenr" ,r-tweenr)
16367 ("r-withr" ,r-withr)))
16368 (home-page "https://ggforce.data-imaginist.com")
16369 (synopsis "Accelerating ggplot2")
16370 (description
16371 "The aim of the ggplot2 package is to aid in visual data investigations.
16372 This focus has led to a lack of facilities for composing specialized plots.
16373 Thi package aims to be a collection of mainly new statistics and geometries
16374 that fills this gap.")
16375 (license license:expat)))
16376
16377 (define-public r-europepmc
16378 (package
16379 (name "r-europepmc")
16380 (version "0.4")
16381 (source
16382 (origin
16383 (method url-fetch)
16384 (uri (cran-uri "europepmc" version))
16385 (sha256
16386 (base32
16387 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
16388 (build-system r-build-system)
16389 (propagated-inputs
16390 `(("r-dplyr" ,r-dplyr)
16391 ("r-httr" ,r-httr)
16392 ("r-jsonlite" ,r-jsonlite)
16393 ("r-plyr" ,r-plyr)
16394 ("r-progress" ,r-progress)
16395 ("r-purrr" ,r-purrr)
16396 ("r-rlang" ,r-rlang)
16397 ("r-tibble" ,r-tibble)
16398 ("r-tidyr" ,r-tidyr)
16399 ("r-urltools" ,r-urltools)
16400 ("r-xml2" ,r-xml2)))
16401 (native-inputs
16402 `(("r-knitr" ,r-knitr)))
16403 (home-page "https://github.com/ropensci/europepmc/")
16404 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
16405 (description
16406 "This package provides an R Client for the
16407 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
16408 Service}. It gives access to both metadata on life science literature and
16409 open access full texts. Europe PMC indexes all PubMed content and other
16410 literature sources including Agricola, a bibliographic database of citations
16411 to the agricultural literature, or Biological Patents. In addition to
16412 bibliographic metadata, the client allows users to fetch citations and
16413 reference lists. Links between life-science literature and other EBI
16414 databases, including ENA, PDB or ChEMBL are also accessible.")
16415 (license license:gpl3)))
16416
16417 (define-public r-ggraph
16418 (package
16419 (name "r-ggraph")
16420 (version "2.0.5")
16421 (source
16422 (origin
16423 (method url-fetch)
16424 (uri (cran-uri "ggraph" version))
16425 (sha256
16426 (base32
16427 "0m4n8iw2b9jk8hcy5blg5w59zsqcpsbv27wbw598dvljpafx8sp3"))))
16428 (build-system r-build-system)
16429 (propagated-inputs
16430 `(("r-digest" ,r-digest)
16431 ("r-dplyr" ,r-dplyr)
16432 ("r-ggforce" ,r-ggforce)
16433 ("r-ggplot2" ,r-ggplot2)
16434 ("r-ggrepel" ,r-ggrepel)
16435 ("r-graphlayouts" ,r-graphlayouts)
16436 ("r-gtable" ,r-gtable)
16437 ("r-igraph" ,r-igraph)
16438 ("r-mass" ,r-mass)
16439 ("r-rcpp" ,r-rcpp)
16440 ("r-rlang" ,r-rlang)
16441 ("r-scales" ,r-scales)
16442 ("r-tidygraph" ,r-tidygraph)
16443 ("r-viridis" ,r-viridis)
16444 ("r-withr" ,r-withr)))
16445 (native-inputs
16446 `(("r-knitr" ,r-knitr)))
16447 (home-page "https://cran.r-project.org/web/packages/ggraph/")
16448 (synopsis "Implementation of grammar of graphics for graphs and networks")
16449 (description
16450 "The grammar of graphics as implemented in ggplot2 is a poor fit for
16451 graph and network visualizations due to its reliance on tabular data input.
16452 The ggraph package is an extension of the ggplot2 API tailored to graph
16453 visualizations and provides the same flexible approach to building up plots
16454 layer by layer.")
16455 (license license:gpl3)))
16456
16457 (define-public r-gkmsvm
16458 (package
16459 (name "r-gkmsvm")
16460 (version "0.81.0")
16461 (source
16462 (origin
16463 (method url-fetch)
16464 (uri (cran-uri "gkmSVM" version))
16465 (sha256
16466 (base32
16467 "119g5rhc7ffyviz04r04aj5z1g6abnj3ddd01g7db505sdr6lapj"))))
16468 (properties `((upstream-name . "gkmSVM")))
16469 (build-system r-build-system)
16470 (propagated-inputs
16471 `(("r-kernlab" ,r-kernlab)
16472 ("r-rcpp" ,r-rcpp)
16473 ("r-rocr" ,r-rocr)
16474 ("r-seqinr" ,r-seqinr)))
16475 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
16476 (synopsis "Gapped-kmer support vector machine")
16477 (description
16478 "This R package provides tools for training gapped-kmer SVM classifiers
16479 for DNA and protein sequences. This package supports several sequence
16480 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
16481 (license license:gpl2+)))
16482
16483 (define-public r-varselrf
16484 (package
16485 (name "r-varselrf")
16486 (version "0.7-8")
16487 (source
16488 (origin
16489 (method url-fetch)
16490 (uri (cran-uri "varSelRF" version))
16491 (sha256
16492 (base32
16493 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
16494 (properties `((upstream-name . "varSelRF")))
16495 (build-system r-build-system)
16496 (propagated-inputs
16497 `(("r-randomforest" ,r-randomforest)))
16498 (home-page "https://www.ligarto.org/rdiaz/software/software")
16499 (synopsis "Variable selection using random forests")
16500 (description
16501 "This package provides tools for the variable selection from random
16502 forests using both backwards variable elimination (for the selection of small
16503 sets of non-redundant variables) and selection based on the importance
16504 spectrum (somewhat similar to scree plots; for the selection of large,
16505 potentially highly-correlated variables). The main applications are in
16506 high-dimensional data (e.g., microarray data, and other genomics and
16507 proteomics applications).")
16508 (license license:gpl2+)))
16509
16510 (define-public r-pamr
16511 (package
16512 (name "r-pamr")
16513 (version "1.56.1")
16514 (source
16515 (origin
16516 (method url-fetch)
16517 (uri (cran-uri "pamr" version))
16518 (sha256
16519 (base32
16520 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
16521 (build-system r-build-system)
16522 (propagated-inputs
16523 `(("r-cluster" ,r-cluster)
16524 ("r-survival" ,r-survival)))
16525 (native-inputs `(("gfortran" ,gfortran)))
16526 (home-page "https://cran.r-project.org/web/packages/pamr/")
16527 (synopsis "Prediction Analysis for Microarrays")
16528 (description
16529 "This package provides some functions for sample classification in
16530 microarrays.")
16531 (license license:gpl2)))
16532
16533 (define-public r-rda
16534 (package
16535 (name "r-rda")
16536 (version "1.0.2-2.1")
16537 (source
16538 (origin
16539 (method url-fetch)
16540 (uri (cran-uri "rda" version))
16541 (sha256
16542 (base32
16543 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
16544 (build-system r-build-system)
16545 (home-page "https://cran.r-project.org/web/packages/rda/")
16546 (synopsis "Shrunken centroids regularized discriminant analysis")
16547 (description
16548 "This package provides tools for shrunken centroids regularized
16549 discriminant analysis for the purpose of classifying high dimensional data.")
16550 (license license:gpl2+)))
16551
16552 (define-public r-ggvis
16553 (package
16554 (name "r-ggvis")
16555 (version "0.4.7")
16556 (source
16557 (origin
16558 (method url-fetch)
16559 (uri (cran-uri "ggvis" version))
16560 (sha256
16561 (base32
16562 "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
16563 (build-system r-build-system)
16564 (propagated-inputs
16565 `(("r-assertthat" ,r-assertthat)
16566 ("r-dplyr" ,r-dplyr)
16567 ("r-htmltools" ,r-htmltools)
16568 ("r-jsonlite" ,r-jsonlite)
16569 ("r-magrittr" ,r-magrittr)
16570 ("r-rlang" ,r-rlang)
16571 ("r-shiny" ,r-shiny)))
16572 (home-page "https://ggvis.rstudio.com/")
16573 (synopsis "Interactive grammar of graphics")
16574 (description
16575 "This package is a data visualization package for R providing an
16576 implementation of an interactive grammar of graphics, taking the best parts of
16577 ggplot2, combining them with the reactive framework of Shiny and drawing web
16578 graphics using Vega.")
16579 (license license:gpl2)))
16580
16581 (define-public r-gbm
16582 (package
16583 (name "r-gbm")
16584 (version "2.1.8")
16585 (source
16586 (origin
16587 (method url-fetch)
16588 (uri (cran-uri "gbm" version))
16589 (sha256
16590 (base32
16591 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
16592 (build-system r-build-system)
16593 (propagated-inputs
16594 `(("r-lattice" ,r-lattice)
16595 ("r-survival" ,r-survival)))
16596 (native-inputs
16597 `(("r-knitr" ,r-knitr)))
16598 (home-page "https://github.com/gbm-developers/gbm")
16599 (synopsis "Generalized boosted regression models")
16600 (description
16601 "This package is an implementation of extensions to Freund and Schapire's
16602 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
16603 regression methods for least squares, absolute loss, t-distribution loss,
16604 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
16605 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
16606 and Learning to Rank measures (LambdaMart).")
16607 (license license:gpl2+)))
16608
16609 (define-public r-threejs
16610 (package
16611 (name "r-threejs")
16612 (version "0.3.3")
16613 (source
16614 (origin
16615 (method url-fetch)
16616 (uri (cran-uri "threejs" version))
16617 (sha256
16618 (base32
16619 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
16620 (build-system r-build-system)
16621 (arguments
16622 `(#:modules ((guix build utils)
16623 (guix build r-build-system)
16624 (srfi srfi-1)
16625 (ice-9 popen))
16626 #:phases
16627 (modify-phases %standard-phases
16628 (add-after 'unpack 'process-javascript
16629 (lambda* (#:key inputs #:allow-other-keys)
16630 (with-directory-excursion "inst"
16631 (call-with-values
16632 (lambda ()
16633 (unzip2
16634 `((,(assoc-ref inputs "js-jquery")
16635 "htmlwidgets/lib/jquery/jquery.min.js")
16636 (,(assoc-ref inputs "js-threejs-111")
16637 "htmlwidgets/lib/threejs-111/three.min.js"))))
16638 (lambda (sources targets)
16639 (for-each (lambda (source target)
16640 (format #t "Processing ~a --> ~a~%"
16641 source target)
16642 (delete-file target)
16643 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16644 (call-with-output-file target
16645 (lambda (port)
16646 (dump-port minified port)))))
16647 sources targets))))
16648 #t)))))
16649 (propagated-inputs
16650 `(("r-base64enc" ,r-base64enc)
16651 ("r-crosstalk" ,r-crosstalk)
16652 ("r-htmlwidgets" ,r-htmlwidgets)
16653 ("r-igraph" ,r-igraph)))
16654 (native-inputs
16655 `(("uglify-js" ,uglify-js)
16656 ("js-jquery"
16657 ,(origin
16658 (method url-fetch)
16659 (uri "https://code.jquery.com/jquery-1.12.4.js")
16660 (sha256
16661 (base32
16662 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
16663 ("js-threejs-111"
16664 ,(origin
16665 (method url-fetch)
16666 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
16667 (sha256
16668 (base32
16669 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
16670 (home-page "https://bwlewis.github.io/rthreejs")
16671 (synopsis "Interactive 3D scatter plots, networks and globes")
16672 (description
16673 "Create interactive 3D scatter plots, network plots, and globes in R
16674 using the three.js visualization library.")
16675 (license license:expat)))
16676
16677 (define-public r-mlbench
16678 (package
16679 (name "r-mlbench")
16680 (version "2.1-3")
16681 (source
16682 (origin
16683 (method url-fetch)
16684 (uri (cran-uri "mlbench" version))
16685 (sha256
16686 (base32
16687 "157iqsld0wj8g8cbs7nh6p2x6kasmkhs3078hsmqac946gk2pydi"))))
16688 (build-system r-build-system)
16689 (home-page "https://cran.r-project.org/web/packages/mlbench/")
16690 (synopsis "Machine learning benchmark problems")
16691 (description
16692 "This package provides a collection of artificial and real-world machine
16693 learning benchmark problems, including, e.g., several data sets from the UCI
16694 repository.")
16695 (license license:gpl2)))
16696
16697 (define-public r-mpm
16698 (package
16699 (name "r-mpm")
16700 (version "1.0-22")
16701 (source
16702 (origin
16703 (method url-fetch)
16704 (uri (cran-uri "mpm" version))
16705 (sha256
16706 (base32
16707 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
16708 (build-system r-build-system)
16709 (propagated-inputs
16710 `(("r-kernsmooth" ,r-kernsmooth)
16711 ("r-mass" ,r-mass)))
16712 (home-page "http://mpm.r-forge.r-project.org")
16713 (synopsis "Multivariate projection methods")
16714 (description
16715 "This is a package for exploratory graphical analysis of multivariate
16716 data, specifically gene expression data with different projection methods:
16717 principal component analysis, correspondence analysis, spectral map
16718 analysis.")
16719 (license license:gpl2+)))
16720
16721 (define-public r-png
16722 (package
16723 (name "r-png")
16724 (version "0.1-7")
16725 (source (origin
16726 (method url-fetch)
16727 (uri (cran-uri "png" version))
16728 (sha256
16729 (base32
16730 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
16731 (build-system r-build-system)
16732 (inputs
16733 `(("libpng" ,libpng)
16734 ("zlib" ,zlib)))
16735 (home-page "https://www.rforge.net/png/")
16736 (synopsis "Read and write PNG images")
16737 (description
16738 "This package provides an easy and simple way to read, write and display
16739 bitmap images stored in the PNG format. It can read and write both files and
16740 in-memory raw vectors.")
16741 ;; Any of these GPL versions.
16742 (license (list license:gpl2 license:gpl3))))
16743
16744 (define-public r-ggcorrplot
16745 (package
16746 (name "r-ggcorrplot")
16747 (version "0.1.3")
16748 (source
16749 (origin
16750 (method url-fetch)
16751 (uri (cran-uri "ggcorrplot" version))
16752 (sha256
16753 (base32
16754 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
16755 (build-system r-build-system)
16756 (propagated-inputs
16757 `(("r-ggplot2" ,r-ggplot2)
16758 ("r-reshape2" ,r-reshape2)))
16759 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
16760 (synopsis "Visualization of a correlation matrix using ggplot2")
16761 (description
16762 "The ggcorrplot package can be used to visualize easily a correlation
16763 matrix using ggplot2. It provides a solution for reordering the correlation
16764 matrix and displays the significance level on the plot. It also includes a
16765 function for computing a matrix of correlation p-values.")
16766 (license license:gpl2)))
16767
16768 (define-public r-gridtext
16769 (package
16770 (name "r-gridtext")
16771 (version "0.1.4")
16772 (source
16773 (origin
16774 (method url-fetch)
16775 (uri (cran-uri "gridtext" version))
16776 (sha256
16777 (base32
16778 "131kw7nkfwksviwfifd2kk7lyvhxzzzv1nnj8rahkr3dik3akk61"))))
16779 (properties `((upstream-name . "gridtext")))
16780 (build-system r-build-system)
16781 (propagated-inputs
16782 `(("r-jpeg" ,r-jpeg)
16783 ("r-markdown" ,r-markdown)
16784 ("r-png" ,r-png)
16785 ("r-rcpp" ,r-rcpp)
16786 ("r-rcurl" ,r-rcurl)
16787 ("r-rlang" ,r-rlang)
16788 ("r-stringr" ,r-stringr)
16789 ("r-xml2" ,r-xml2)))
16790 (home-page "https://wilkelab.org/gridtext/")
16791 (synopsis "Improved text rendering support for Grid graphics")
16792 (description
16793 "This package provides support for rendering of formatted text using Grid
16794 graphics. Text can be formatted via a minimal subset of Markdown, HTML, and
16795 inline CSS directives, and it can be rendered both with and without word
16796 wrap.")
16797 (license license:expat)))
16798
16799 (define-public r-ggtext
16800 (package
16801 (name "r-ggtext")
16802 (version "0.1.1")
16803 (source
16804 (origin
16805 (method url-fetch)
16806 (uri (cran-uri "ggtext" version))
16807 (sha256
16808 (base32
16809 "0n19dlcys8v7myfyckr6dnq0kx79k3sbh8nwx1jsx8pgzfbi8a2b"))))
16810 (properties `((upstream-name . "ggtext")))
16811 (build-system r-build-system)
16812 (propagated-inputs
16813 `(("r-ggplot2" ,r-ggplot2)
16814 ("r-gridtext" ,r-gridtext)
16815 ("r-rlang" ,r-rlang)
16816 ("r-scales" ,r-scales)))
16817 (native-inputs `(("r-knitr" ,r-knitr)))
16818 (home-page "https://wilkelab.org/ggtext/")
16819 (synopsis "Improved text rendering support for ggplot2")
16820 (description
16821 "This package provides a ggplot2 extension that enables the rendering of
16822 complex formatted plot labels (titles, subtitles, facet labels, axis labels,
16823 etc.). Text boxes with automatic word wrap are also supported.")
16824 (license license:gpl2)))
16825
16826 ;; This package includes minified JavaScript files. When upgrading please
16827 ;; check that there are no new minified JavaScript files.
16828 (define-public r-flexdashboard
16829 (package
16830 (name "r-flexdashboard")
16831 (version "0.5.2")
16832 (source
16833 (origin
16834 (method url-fetch)
16835 (uri (cran-uri "flexdashboard" version))
16836 (sha256
16837 (base32
16838 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
16839 (modules '((guix build utils)))
16840 (snippet
16841 '(begin
16842 ;; Delete bundled minified JavaScript files
16843 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16844 (delete-file "inst/www/sly/sly.min.js")
16845 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
16846 (delete-file "inst/www/prism/prism.js")
16847 #t))))
16848 (build-system r-build-system)
16849 (arguments
16850 `(#:modules ((guix build utils)
16851 (guix build r-build-system)
16852 (srfi srfi-1)
16853 (srfi srfi-26)
16854 (ice-9 popen)
16855 (ice-9 textual-ports))
16856 #:phases
16857 (modify-phases %standard-phases
16858 (add-after 'unpack 'process-javascript
16859 (lambda* (#:key inputs #:allow-other-keys)
16860 (with-directory-excursion "inst"
16861 ;; Concatenate all components of prism.js
16862 (let ((contents (string-join
16863 (map (lambda (name)
16864 (call-with-input-file
16865 (assoc-ref inputs name)
16866 get-string-all))
16867 (list "js-prism"
16868 "js-prism-r"
16869 "js-prism-line-numbers"))
16870 "\n")))
16871 (call-with-output-file "prism-src.js"
16872 (cut display contents <>)))
16873 (call-with-values
16874 (lambda ()
16875 (unzip2
16876 `(("www/stickytableheaders/jquery.stickytableheaders.js"
16877 "www/stickytableheaders/jquery.stickytableheaders.min.js")
16878 ("www/sly/sly.js"
16879 "www/sly/sly.min.js")
16880 ("prism-src.js"
16881 "www/prism/prism.js")
16882 (,(assoc-ref inputs "js-raphael")
16883 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16884 (,(assoc-ref inputs "js-featherlight")
16885 "www/featherlight/featherlight.min.js"))))
16886 (lambda (sources targets)
16887 (for-each (lambda (source target)
16888 (format #t "Processing ~a --> ~a~%"
16889 source target)
16890 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16891 (call-with-output-file target
16892 (lambda (port)
16893 (dump-port minified port)))))
16894 sources targets))))
16895 #t)))))
16896 (propagated-inputs
16897 `(("r-htmltools" ,r-htmltools)
16898 ("r-htmlwidgets" ,r-htmlwidgets)
16899 ("r-jsonlite" ,r-jsonlite)
16900 ("r-knitr" ,r-knitr)
16901 ("r-rmarkdown" ,r-rmarkdown)
16902 ("r-shiny" ,r-shiny)))
16903 (native-inputs
16904 `(("uglify-js" ,uglify-js)
16905 ("js-raphael"
16906 ,(origin
16907 (method url-fetch)
16908 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
16909 (sha256
16910 (base32
16911 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
16912 ("js-prism"
16913 ,(origin
16914 (method url-fetch)
16915 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
16916 (sha256
16917 (base32
16918 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
16919 ("js-prism-r"
16920 ,(origin
16921 (method url-fetch)
16922 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
16923 (sha256
16924 (base32
16925 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
16926 ("js-prism-line-numbers"
16927 ,(origin
16928 (method url-fetch)
16929 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
16930 (sha256
16931 (base32
16932 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
16933 ("js-featherlight"
16934 ,(origin
16935 (method url-fetch)
16936 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
16937 (sha256
16938 (base32
16939 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
16940 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
16941 (synopsis "R Markdown format for flexible dashboards")
16942 (description
16943 "This package provides an R Markdown format for converting an R Markdown
16944 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
16945 of its components to the containing web page.")
16946 (license license:expat)))
16947
16948 (define-public r-preseqr
16949 (package
16950 (name "r-preseqr")
16951 (version "4.0.0")
16952 (source
16953 (origin
16954 (method url-fetch)
16955 (uri (cran-uri "preseqR" version))
16956 (sha256
16957 (base32
16958 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
16959 (properties `((upstream-name . "preseqR")))
16960 (build-system r-build-system)
16961 (propagated-inputs
16962 `(("r-polynom" ,r-polynom)))
16963 (home-page "https://cran.r-project.org/web/packages/preseqR/")
16964 (synopsis "Predicting species accumulation curves")
16965 (description
16966 "This package can be used to predict the r-species accumulation
16967 curve (r-SAC), which is the number of species represented at least r times as
16968 a function of the sampling effort. When r = 1, the curve is known as the
16969 species accumulation curve, or the library complexity curve in high-throughput
16970 genomic sequencing. The package includes both parametric and nonparametric
16971 methods, as described by Deng C, et al. (2018).")
16972 (license license:gpl3)))
16973
16974 (define-public r-mapplots
16975 (package
16976 (name "r-mapplots")
16977 (version "1.5.1")
16978 (source
16979 (origin
16980 (method url-fetch)
16981 (uri (cran-uri "mapplots" version))
16982 (sha256
16983 (base32
16984 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
16985 (build-system r-build-system)
16986 (home-page "https://cran.r-project.org/web/packages/mapplots/")
16987 (synopsis "Data visualization on maps")
16988 (description
16989 "This package helps you create simple maps; add sub-plots like pie plots
16990 to a map or any other plot; format, plot and export gridded data. The package
16991 was developed for displaying fisheries data but most functions can be used for
16992 more generic data visualisation.")
16993 (license license:gpl2+)))
16994
16995 (define-public r-pmcmr
16996 (package
16997 (name "r-pmcmr")
16998 (version "4.3")
16999 (source
17000 (origin
17001 (method url-fetch)
17002 (uri (cran-uri "PMCMR" version))
17003 (sha256
17004 (base32
17005 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
17006 (properties `((upstream-name . "PMCMR")))
17007 (build-system r-build-system)
17008 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
17009 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
17010 (description
17011 "This is a deprecated package for calculating pairwise multiple
17012 comparisons of mean rank sums. This package is superseded by the novel
17013 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
17014 compatibility of dependent packages for some time.")
17015 (license license:gpl3+)))
17016
17017 (define-public r-downloader
17018 (package
17019 (name "r-downloader")
17020 (version "0.4")
17021 (source
17022 (origin
17023 (method url-fetch)
17024 (uri (cran-uri "downloader" version))
17025 (sha256
17026 (base32
17027 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
17028 (build-system r-build-system)
17029 (propagated-inputs
17030 `(("r-digest" ,r-digest)))
17031 (home-page "https://github.com/wch/downloader")
17032 (synopsis "Download files over HTTP and HTTPS")
17033 (description
17034 "This package provides a wrapper for the @code{download.file} function,
17035 making it possible to download files over HTTPS across platforms. The
17036 @code{RCurl} package provides this functionality (and much more) but has
17037 external dependencies. This package has is implemented purely in R.")
17038 (license license:gpl2)))
17039
17040 (define-public r-rex
17041 (package
17042 (name "r-rex")
17043 (version "1.2.0")
17044 (source
17045 (origin
17046 (method url-fetch)
17047 (uri (cran-uri "rex" version))
17048 (sha256
17049 (base32
17050 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
17051 (build-system r-build-system)
17052 (propagated-inputs
17053 `(("r-lazyeval" ,r-lazyeval)))
17054 (native-inputs
17055 `(("r-knitr" ,r-knitr)))
17056 (home-page "https://github.com/kevinushey/rex")
17057 (synopsis "Friendly regular expressions")
17058 (description
17059 "This package provides a friendly interface for the construction of
17060 regular expressions. Regular expressions are a very powerful feature, however
17061 they are often difficult to interpret. Rex allows you to build complex
17062 regular expressions from human readable expressions")
17063 (license license:expat)))
17064
17065 (define-public r-xmlparsedata
17066 (package
17067 (name "r-xmlparsedata")
17068 (version "1.0.5")
17069 (source
17070 (origin
17071 (method url-fetch)
17072 (uri (cran-uri "xmlparsedata" version))
17073 (sha256
17074 (base32
17075 "1c6bnz3ng1qw7sfip8wq3a4dn36a4d6rbja0sadn0a4pbsmk8q3n"))))
17076 (properties `((upstream-name . "xmlparsedata")))
17077 (build-system r-build-system)
17078 (home-page "https://github.com/r-lib/xmlparsedata#readme")
17079 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
17080 (description
17081 "This package provides tools to convert the output of
17082 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
17083 @code{XPath}, and is easier to manipulate in general.")
17084 (license license:expat)))
17085
17086 (define-public r-cyclocomp
17087 (package
17088 (name "r-cyclocomp")
17089 (version "1.1.0")
17090 (source
17091 (origin
17092 (method url-fetch)
17093 (uri (cran-uri "cyclocomp" version))
17094 (sha256
17095 (base32
17096 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
17097 (properties `((upstream-name . "cyclocomp")))
17098 (build-system r-build-system)
17099 (propagated-inputs
17100 `(("r-callr" ,r-callr)
17101 ("r-crayon" ,r-crayon)
17102 ("r-desc" ,r-desc)
17103 ("r-remotes" ,r-remotes)
17104 ("r-withr" ,r-withr)))
17105 (home-page "https://github.com/MangoTheCat/cyclocomp")
17106 (synopsis "Cyclomatic complexity of R code")
17107 (description
17108 "Cyclomatic complexity is a software metric, used to indicate the
17109 complexity of a program. It is a quantitative measure of the number of
17110 linearly independent paths through a program's source code. This package
17111 provides tools to compute this metric.")
17112 (license license:expat)))
17113
17114 (define-public r-lintr
17115 (package
17116 (name "r-lintr")
17117 (version "2.0.1")
17118 (source
17119 (origin
17120 (method url-fetch)
17121 (uri (cran-uri "lintr" version))
17122 (sha256
17123 (base32
17124 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
17125 (properties `((upstream-name . "lintr")))
17126 (build-system r-build-system)
17127 (propagated-inputs
17128 `(("r-codetools" ,r-codetools)
17129 ("r-crayon" ,r-crayon)
17130 ("r-cyclocomp" ,r-cyclocomp)
17131 ("r-digest" ,r-digest)
17132 ("r-httr" ,r-httr)
17133 ("r-jsonlite" ,r-jsonlite)
17134 ("r-knitr" ,r-knitr)
17135 ("r-rex" ,r-rex)
17136 ("r-rstudioapi" ,r-rstudioapi)
17137 ("r-testthat" ,r-testthat)
17138 ("r-xml2" ,r-xml2)
17139 ("r-xmlparsedata" ,r-xmlparsedata)))
17140 (home-page "https://github.com/jimhester/lintr")
17141 (synopsis "Linter for R code")
17142 (description "This package checks adherence to a given style, syntax
17143 errors and possible semantic issues. It supports on the fly checking of R
17144 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
17145 (license license:expat)))
17146
17147 (define-public r-sctransform
17148 (package
17149 (name "r-sctransform")
17150 (version "0.3.2")
17151 (source
17152 (origin
17153 (method url-fetch)
17154 (uri (cran-uri "sctransform" version))
17155 (sha256
17156 (base32
17157 "1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
17158 (build-system r-build-system)
17159 (propagated-inputs
17160 `(("r-future" ,r-future)
17161 ("r-future-apply" ,r-future-apply)
17162 ("r-ggplot2" ,r-ggplot2)
17163 ("r-gridextra" ,r-gridextra)
17164 ("r-mass" ,r-mass)
17165 ("r-matrix" ,r-matrix)
17166 ("r-matrixstats" ,r-matrixstats)
17167 ("r-rcpp" ,r-rcpp)
17168 ("r-rcpparmadillo" ,r-rcpparmadillo)
17169 ("r-reshape2" ,r-reshape2)))
17170 (home-page "https://github.com/ChristophH/sctransform")
17171 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
17172 (description
17173 "This package provides a normalization method for single-cell UMI count
17174 data using a variance stabilizing transformation. The transformation is based
17175 on a negative binomial regression model with regularized parameters. As part
17176 of the same regression framework, this package also provides functions for
17177 batch correction, and data correction.")
17178 (license license:gpl3)))
17179
17180 (define-public r-styler
17181 (package
17182 (name "r-styler")
17183 (version "1.3.2")
17184 (source
17185 (origin
17186 (method url-fetch)
17187 (uri (cran-uri "styler" version))
17188 (sha256
17189 (base32
17190 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
17191 (build-system r-build-system)
17192 (propagated-inputs
17193 `(("r-backports" ,r-backports)
17194 ("r-cli" ,r-cli)
17195 ("r-magrittr" ,r-magrittr)
17196 ("r-purrr" ,r-purrr)
17197 ("r-r-cache" ,r-r-cache)
17198 ("r-rematch2" ,r-rematch2)
17199 ("r-rlang" ,r-rlang)
17200 ("r-rprojroot" ,r-rprojroot)
17201 ("r-tibble" ,r-tibble)
17202 ("r-withr" ,r-withr)
17203 ("r-xfun" ,r-xfun)))
17204 (home-page "https://github.com/r-lib/styler")
17205 (synopsis "Non-invasive pretty printing of R code")
17206 (description
17207 "This is a package for pretty-printing R code without changing the user's
17208 formatting intent.")
17209 (license license:gpl3)))
17210
17211 (define-public r-scrime
17212 (package
17213 (name "r-scrime")
17214 (version "1.3.5")
17215 (source
17216 (origin
17217 (method url-fetch)
17218 (uri (cran-uri "scrime" version))
17219 (sha256
17220 (base32
17221 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
17222 (build-system r-build-system)
17223 (home-page "https://cran.r-project.org/web/packages/scrime/")
17224 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
17225 (description
17226 "This package provides tools for the analysis of high-dimensional data
17227 developed/implemented at the group \"Statistical Complexity Reduction In
17228 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
17229 the functions can also be applied to other types of categorical data.")
17230 (license license:gpl2)))
17231
17232 (define-public r-pbmcapply
17233 (package
17234 (name "r-pbmcapply")
17235 (version "1.5.0")
17236 (source
17237 (origin
17238 (method url-fetch)
17239 (uri (cran-uri "pbmcapply" version))
17240 (sha256
17241 (base32
17242 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
17243 (build-system r-build-system)
17244 (home-page "https://github.com/kvnkuang/pbmcapply")
17245 (synopsis "Track the progress of apply procedures with a progress bar")
17246 (description
17247 "This light-weight package helps you track and visualize the progress of
17248 parallel versions of vectorized R functions of the @code{mc*apply} family.")
17249 (license license:expat)))
17250
17251 (define-public r-blme
17252 (package
17253 (name "r-blme")
17254 (version "1.0-5")
17255 (source
17256 (origin
17257 (method url-fetch)
17258 (uri (cran-uri "blme" version))
17259 (sha256
17260 (base32
17261 "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
17262 (build-system r-build-system)
17263 (propagated-inputs `(("r-lme4" ,r-lme4)))
17264 (home-page "https://github.com/vdorie/blme")
17265 (synopsis "Bayesian linear mixed-effects models")
17266 (description
17267 "This package provides tools for maximum a posteriori estimation for
17268 linear and generalized linear mixed-effects models in a Bayesian setting. It
17269 extends the lme4 package.")
17270 (license license:gpl2+)))
17271
17272 (define-public r-batchtools
17273 (package
17274 (name "r-batchtools")
17275 (version "0.9.15")
17276 (source
17277 (origin
17278 (method url-fetch)
17279 (uri (cran-uri "batchtools" version))
17280 (sha256
17281 (base32
17282 "0d2xy77hkzhcnyz8zxcv98i80fx6ripjw4rvyx4ww1d0vjjgqf52"))))
17283 (build-system r-build-system)
17284 (propagated-inputs
17285 `(("r-backports" ,r-backports)
17286 ("r-base64url" ,r-base64url)
17287 ("r-brew" ,r-brew)
17288 ("r-checkmate" ,r-checkmate)
17289 ("r-data-table" ,r-data-table)
17290 ("r-digest" ,r-digest)
17291 ("r-fs" ,r-fs)
17292 ("r-progress" ,r-progress)
17293 ("r-r6" ,r-r6)
17294 ("r-rappdirs" ,r-rappdirs)
17295 ("r-stringi" ,r-stringi)
17296 ("r-withr" ,r-withr)))
17297 (native-inputs
17298 `(("r-knitr" ,r-knitr)))
17299 (home-page "https://github.com/mllg/batchtools")
17300 (synopsis "Tools for computation on batch systems")
17301 (description
17302 "As a successor of the packages BatchJobs and BatchExperiments, this
17303 package provides a parallel implementation of the Map function for high
17304 performance computing systems managed by various schedulers. A multicore and
17305 socket mode allow the parallelization on a local machines, and multiple
17306 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
17307 the package provides an abstraction mechanism to define large-scale computer
17308 experiments in a well-organized and reproducible way.")
17309 (license license:lgpl3)))
17310
17311 (define-public r-clue
17312 (package
17313 (name "r-clue")
17314 (version "0.3-58")
17315 (source
17316 (origin
17317 (method url-fetch)
17318 (uri (cran-uri "clue" version))
17319 (sha256
17320 (base32
17321 "1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
17322 (build-system r-build-system)
17323 (propagated-inputs `(("r-cluster" ,r-cluster)))
17324 (home-page "https://cran.r-project.org/web/packages/clue/")
17325 (synopsis "Tools for analyzing cluster ensembles")
17326 (description "Cluster ensembles are collections of individual solutions to
17327 a given clustering problem which are useful or necessary to consider in a wide
17328 range of applications. This R package provides an extensible computational
17329 environment for creating and analyzing cluster ensembles, with basic data
17330 structures for representing partitions and hierarchies, and facilities for
17331 computing on them, including methods for measuring proximity and obtaining
17332 consensus and secondary clusterings.")
17333 (license license:gpl2)))
17334
17335 (define-public r-sitmo
17336 (package
17337 (name "r-sitmo")
17338 (version "2.0.1")
17339 (source
17340 (origin
17341 (method url-fetch)
17342 (uri (cran-uri "sitmo" version))
17343 (sha256
17344 (base32
17345 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
17346 (build-system r-build-system)
17347 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17348 (home-page "https://github.com/coatless/sitmo/")
17349 (synopsis "Parallel pseudo random number generator header files")
17350 (description
17351 "This package provides two high quality and fast PPRNGs that may be used
17352 in an OpenMP parallel environment. In addition, there is a generator for one
17353 dimensional low-discrepancy sequence.")
17354 (license license:expat)))
17355
17356 (define-public r-dqrng
17357 (package
17358 (name "r-dqrng")
17359 (version "0.2.1")
17360 (source
17361 (origin
17362 (method url-fetch)
17363 (uri (cran-uri "dqrng" version))
17364 (sha256
17365 (base32
17366 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
17367 (build-system r-build-system)
17368 (propagated-inputs
17369 `(("r-bh" ,r-bh)
17370 ("r-rcpp" ,r-rcpp)
17371 ("r-sitmo" ,r-sitmo)))
17372 (home-page "https://www.daqana.org/dqrng")
17373 (synopsis "Fast pseudo random number generators")
17374 (description
17375 "Several fast random number generators are provided as C++ header-only
17376 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
17377 Additionally, fast functions for generating random numbers according to a
17378 uniform, normal and exponential distribution are included. The latter two use
17379 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
17380 functions are exported to R and as a C++ interface and are enabled for use
17381 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
17382 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
17383 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
17384 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
17385 ;; whole is distributed under the terms of the AGPL 3.
17386 (license license:agpl3)))
17387
17388 (define-public r-ingredients
17389 (package
17390 (name "r-ingredients")
17391 (version "2.0.1")
17392 (source
17393 (origin
17394 (method url-fetch)
17395 (uri (cran-uri "ingredients" version))
17396 (sha256
17397 (base32
17398 "0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12"))))
17399 (properties `((upstream-name . "ingredients")))
17400 (build-system r-build-system)
17401 (propagated-inputs
17402 `(("r-ggplot2" ,r-ggplot2)
17403 ("r-gridextra" ,r-gridextra)
17404 ("r-scales" ,r-scales)))
17405 (native-inputs `(("r-knitr" ,r-knitr)))
17406 (home-page "https://ModelOriented.github.io/ingredients/")
17407 (synopsis "Effects and importances of model ingredients")
17408 (description
17409 "This is a collection of tools for assessment of feature importance and
17410 feature effects. Key functions are:
17411
17412 @itemize
17413 @item @code{feature_importance()} for assessment of global level feature
17414 importance,
17415 @item @code{ceteris_paribus()} for calculation of the what-if plots,
17416 @item @code{partial_dependence()} for partial dependence plots,
17417 @item @code{conditional_dependence()} for conditional dependence plots,
17418 @item @code{accumulated_dependence()} for accumulated local effects plots,
17419 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
17420 aggregation of ceteris paribus profiles,
17421 @item generic @code{print()} and @code{plot()} for better usability of
17422 selected explainers,
17423 @item generic @code{plotD3()} for interactive, D3 based explanations, and
17424 @item generic @code{describe()} for explanations in natural language.
17425 @end itemize\n")
17426 (license license:gpl3)))
17427
17428 (define-public r-ibreakdown
17429 (package
17430 (name "r-ibreakdown")
17431 (version "1.3.1")
17432 (source
17433 (origin
17434 (method url-fetch)
17435 (uri (cran-uri "iBreakDown" version))
17436 (sha256
17437 (base32
17438 "1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
17439 (properties `((upstream-name . "iBreakDown")))
17440 (build-system r-build-system)
17441 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
17442 (native-inputs `(("r-knitr" ,r-knitr)))
17443 (home-page "https://ModelOriented.github.io/iBreakDown/")
17444 (synopsis "Model agnostic instance level variable attributions")
17445 (description
17446 "This package provides a model agnostic tool for decomposition of
17447 predictions from black boxes. It supports additive attributions and
17448 attributions with interactions. The Break Down Table shows contributions of
17449 every variable to a final prediction. The Break Down Plot presents variable
17450 contributions in a concise graphical way. This package works for
17451 classification and regression models.")
17452 (license license:gpl3)))
17453
17454 (define-public r-dae
17455 (package
17456 (name "r-dae")
17457 (version "3.1-32")
17458 (source
17459 (origin
17460 (method url-fetch)
17461 (uri (cran-uri "dae" version))
17462 (sha256
17463 (base32
17464 "126w1lb9pz8mb2ajl2vz5dj798nbifp0dypnzfgcwixif5g5bpqi"))))
17465 (build-system r-build-system)
17466 (propagated-inputs
17467 `(("r-ggplot2" ,r-ggplot2)
17468 ("r-plyr" ,r-plyr)))
17469 (native-inputs
17470 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
17471 (home-page "http://chris.brien.name")
17472 (synopsis "Functions useful in the design and ANOVA of experiments")
17473 (description
17474 "This package provides functions useful in the design and ANOVA of
17475 experiments. The content falls into the following groupings:
17476
17477 @enumerate
17478 @item data,
17479 @item factor manipulation functions,
17480 @item design functions,
17481 @item ANOVA functions,
17482 @item matrix functions,
17483 @item projector and canonical efficiency functions, and
17484 @item miscellaneous functions.
17485 @end enumerate
17486
17487 There is a vignette called @code{DesignNotes} describing how to use the design
17488 functions for randomizing and assessing designs. The ANOVA functions
17489 facilitate the extraction of information when the @code{Error} function has
17490 been used in the call to @code{aov}.")
17491 (license license:gpl2)))
17492
17493 (define-public r-dalex
17494 (package
17495 (name "r-dalex")
17496 (version "2.1.1")
17497 (source
17498 (origin
17499 (method url-fetch)
17500 (uri (cran-uri "DALEX" version))
17501 (sha256
17502 (base32
17503 "1dnqsml94s648w8swsrq8spddnd4mj5pl3q6xxr917w6a1jxgyfz"))))
17504 (properties `((upstream-name . "DALEX")))
17505 (build-system r-build-system)
17506 (propagated-inputs
17507 `(("r-ggplot2" ,r-ggplot2)
17508 ("r-ibreakdown" ,r-ibreakdown)
17509 ("r-ingredients" ,r-ingredients)))
17510 (home-page "https://pbiecek.github.io/DALEX/")
17511 (synopsis "Descriptive machine learning explanations")
17512 (description
17513 "Machine Learning models are widely used and have various applications in
17514 classification or regression. Models created with boosting, bagging, stacking
17515 or similar techniques are often used due to their high performance, but such
17516 black-box models usually lack interpretability. The DALEX package contains
17517 various explainers that help to understand the link between input variables
17518 and model output.")
17519 ;; Any version of the GPL
17520 (license license:gpl3+)))
17521
17522 (define-public r-enrichr
17523 (package
17524 (name "r-enrichr")
17525 (version "3.0")
17526 (source
17527 (origin
17528 (method url-fetch)
17529 (uri (cran-uri "enrichR" version))
17530 (sha256
17531 (base32
17532 "0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
17533 (properties `((upstream-name . "enrichR")))
17534 (build-system r-build-system)
17535 (propagated-inputs
17536 `(("r-ggplot2" ,r-ggplot2)
17537 ("r-httr" ,r-httr)
17538 ("r-rjson" ,r-rjson)))
17539 (native-inputs
17540 `(("r-knitr" ,r-knitr)))
17541 (home-page "https://cran.r-project.org/web/packages/enrichR/")
17542 (synopsis "R Interface to Enrichr database for analyzing gene sets")
17543 (description
17544 "This package provides an R interface to all Enrichr databases, a
17545 web-based tool for analyzing gene sets and returns any enrichment of common
17546 annotated biological functions.")
17547 (license license:gpl2+)))
17548
17549 (define-public r-plot3d
17550 (package
17551 (name "r-plot3d")
17552 (version "1.3")
17553 (source
17554 (origin
17555 (method url-fetch)
17556 (uri (cran-uri "plot3D" version))
17557 (sha256
17558 (base32
17559 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
17560 (properties `((upstream-name . "plot3D")))
17561 (build-system r-build-system)
17562 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
17563 (home-page "https://cran.r-project.org/web/packages/plot3D")
17564 (synopsis "Plot multi-dimensional data")
17565 (description
17566 "This package provides functions for viewing 2D and 3D data, including
17567 perspective plots, slice plots, surface plots, scatter plots, etc. It
17568 includes data sets from oceanography.")
17569 (license license:gpl3+)))
17570
17571 (define-public r-ggfortify
17572 (package
17573 (name "r-ggfortify")
17574 (version "0.4.11")
17575 (source
17576 (origin
17577 (method url-fetch)
17578 (uri (cran-uri "ggfortify" version))
17579 (sha256
17580 (base32
17581 "1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
17582 (build-system r-build-system)
17583 (propagated-inputs
17584 `(("r-dplyr" ,r-dplyr)
17585 ("r-ggplot2" ,r-ggplot2)
17586 ("r-gridextra" ,r-gridextra)
17587 ("r-scales" ,r-scales)
17588 ("r-stringr" ,r-stringr)
17589 ("r-tibble" ,r-tibble)
17590 ("r-tidyr" ,r-tidyr)))
17591 (native-inputs
17592 `(("r-knitr" ,r-knitr)))
17593 (home-page "https://github.com/sinhrks/ggfortify")
17594 (synopsis "Data visualization tools for statistical analysis results")
17595 (description
17596 "This package provides unified plotting tools for statistics commonly
17597 used, such as GLM, time series, PCA families, clustering and survival
17598 analysis. The package offers a single plotting interface for these analysis
17599 results and plots in a unified style using the @code{ggplot2} package.")
17600 (license license:gpl2)))
17601
17602 (define-public r-refmanager
17603 (package
17604 (name "r-refmanager")
17605 (version "1.3.0")
17606 (source
17607 (origin
17608 (method url-fetch)
17609 (uri (cran-uri "RefManageR" version))
17610 (sha256
17611 (base32
17612 "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
17613 (properties `((upstream-name . "RefManageR")))
17614 (build-system r-build-system)
17615 (propagated-inputs
17616 `(("r-httr" ,r-httr)
17617 ("r-jsonlite" ,r-jsonlite)
17618 ("r-lubridate" ,r-lubridate)
17619 ("r-plyr" ,r-plyr)
17620 ("r-stringr" ,r-stringr)
17621 ("r-xml2" ,r-xml2)))
17622 (native-inputs
17623 `(("r-knitr" ,r-knitr)))
17624 (home-page "https://github.com/ropensci/RefManageR/")
17625 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
17626 (description
17627 "This package provides tools for importing and working with bibliographic
17628 references. It greatly enhances the @code{bibentry} class by providing a
17629 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
17630 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
17631 by various formats for name lists (author by last names, translator by full
17632 names, etc.). Entries can be updated, combined, sorted, printed in a number
17633 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
17634 into R and converted to @code{BibEntry} objects.")
17635 ;; Any of these licenses may be picked.
17636 (license (list license:gpl2 license:gpl3 license:bsd-3))))
17637
17638 (define-public r-citr
17639 (package
17640 (name "r-citr")
17641 (version "0.3.2")
17642 (source
17643 (origin
17644 (method url-fetch)
17645 (uri (cran-uri "citr" version))
17646 (sha256
17647 (base32
17648 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
17649 (build-system r-build-system)
17650 (propagated-inputs
17651 `(("r-assertthat" ,r-assertthat)
17652 ("r-curl" ,r-curl)
17653 ("r-httr" ,r-httr)
17654 ("r-miniui" ,r-miniui)
17655 ("r-refmanager" ,r-refmanager)
17656 ("r-rstudioapi" ,r-rstudioapi)
17657 ("r-shiny" ,r-shiny)
17658 ("r-shinyjs" ,r-shinyjs)
17659 ("r-yaml" ,r-yaml)))
17660 (home-page "https://github.com/crsh/citr")
17661 (synopsis "RStudio add-in to insert Markdown citations")
17662 (description
17663 "This package provides functions and an RStudio add-in that search a
17664 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
17665 the current document.")
17666 (license license:expat)))
17667
17668 (define-public r-xgboost
17669 (package
17670 (name "r-xgboost")
17671 (version "1.3.2.1")
17672 (source
17673 (origin
17674 (method url-fetch)
17675 (uri (cran-uri "xgboost" version))
17676 (sha256
17677 (base32
17678 "117q8xqm82589517fi8xicd8724v9c0wnq3qpl84h6nm3aw65x1g"))))
17679 (build-system r-build-system)
17680 (propagated-inputs
17681 `(("r-data-table" ,r-data-table)
17682 ("r-magrittr" ,r-magrittr)
17683 ("r-matrix" ,r-matrix)))
17684 (native-inputs
17685 `(("r-knitr" ,r-knitr)))
17686 (home-page "https://github.com/dmlc/xgboost")
17687 (synopsis "Extreme gradient boosting")
17688 (description
17689 "This package provides an R interface to Extreme Gradient Boosting, which
17690 is an efficient implementation of the gradient boosting framework from Chen
17691 and Guestrin (2016). The package includes efficient linear model solver and
17692 tree learning algorithms. The package can automatically do parallel
17693 computation on a single machine. It supports various objective functions,
17694 including regression, classification and ranking. The package is made to be
17695 extensible, so that users are also allowed to define their own objectives
17696 easily.")
17697 (license license:asl2.0)))
17698
17699 (define-public r-umap
17700 (package
17701 (name "r-umap")
17702 (version "0.2.7.0")
17703 (source
17704 (origin
17705 (method url-fetch)
17706 (uri (cran-uri "umap" version))
17707 (sha256
17708 (base32
17709 "191vpy84s0bar06y9z1qx43x2kc4qp7lmrcmd0cvz2pnzq722jab"))))
17710 (build-system r-build-system)
17711 (propagated-inputs
17712 `(("r-openssl" ,r-openssl)
17713 ("r-rcpp" ,r-rcpp)
17714 ("r-reticulate" ,r-reticulate)
17715 ("r-rspectra" ,r-rspectra)))
17716 (native-inputs
17717 `(("r-knitr" ,r-knitr)))
17718 (home-page "https://github.com/tkonopka/umap")
17719 (synopsis "Uniform manifold approximation and projection")
17720 (description
17721 "Uniform manifold approximation and projection is a technique for
17722 dimension reduction. This package provides an interface to the UMAP algorithm
17723 in R, including a translation of the original algorithm into R.")
17724 (license license:expat)))
17725
17726 (define-public r-uwot
17727 (package
17728 (name "r-uwot")
17729 (version "0.1.10")
17730 (source
17731 (origin
17732 (method url-fetch)
17733 (uri (cran-uri "uwot" version))
17734 (sha256
17735 (base32
17736 "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
17737 (build-system r-build-system)
17738 (propagated-inputs
17739 `(("r-dqrng" ,r-dqrng)
17740 ("r-fnn" ,r-fnn)
17741 ("r-irlba" ,r-irlba)
17742 ("r-matrix" ,r-matrix)
17743 ("r-rcpp" ,r-rcpp)
17744 ("r-rcppannoy" ,r-rcppannoy)
17745 ("r-rcppprogress" ,r-rcppprogress)
17746 ("r-rspectra" ,r-rspectra)))
17747 (home-page "https://github.com/jlmelville/uwot")
17748 (synopsis "Uniform manifold approximation and projection")
17749 (description
17750 "This package provides an implementation of the Uniform Manifold
17751 Approximation and Projection dimensionality reduction by McInnes et
17752 al. (2018). It also provides means to transform new data and to carry out
17753 supervised dimensionality reduction. An implementation of the related
17754 LargeVis method of Tang et al. (2016) is also provided.")
17755 (license license:gpl3)))
17756
17757 (define-public r-kableextra
17758 (package
17759 (name "r-kableextra")
17760 (version "1.3.4")
17761 (source
17762 (origin
17763 (method url-fetch)
17764 (uri (cran-uri "kableExtra" version))
17765 (sha256
17766 (base32
17767 "1c5vzy95cbz36jwyssr927qicrayifinv861rvnmg4nghb1gl7q9"))))
17768 (properties `((upstream-name . "kableExtra")))
17769 (build-system r-build-system)
17770 (propagated-inputs
17771 `(("r-digest" ,r-digest)
17772 ("r-glue" ,r-glue)
17773 ("r-htmltools" ,r-htmltools)
17774 ("r-knitr" ,r-knitr)
17775 ("r-magrittr" ,r-magrittr)
17776 ("r-rmarkdown" ,r-rmarkdown)
17777 ("r-rstudioapi" ,r-rstudioapi)
17778 ("r-rvest" ,r-rvest)
17779 ("r-scales" ,r-scales)
17780 ("r-stringr" ,r-stringr)
17781 ("r-svglite" ,r-svglite)
17782 ("r-viridislite" ,r-viridislite)
17783 ("r-webshot" ,r-webshot)
17784 ("r-xml2" ,r-xml2)))
17785 (native-inputs
17786 `(("r-knitr" ,r-knitr)))
17787 (home-page "https://haozhu233.github.io/kableExtra/")
17788 (synopsis "Construct complex tables with pipe syntax")
17789 (description
17790 "Build complex HTML or LaTeX tables using @code{kable()} from
17791 @code{knitr} and the piping syntax from @code{magrittr}. The function
17792 @code{kable()} is a light weight table generator coming from @code{knitr}.
17793 This package simplifies the way to manipulate the HTML or LaTeX codes
17794 generated by @code{kable()} and allows users to construct complex tables and
17795 customize styles using a readable syntax.")
17796 (license license:expat)))
17797
17798 (define-public r-glasso
17799 (package
17800 (name "r-glasso")
17801 (version "1.11")
17802 (source
17803 (origin
17804 (method url-fetch)
17805 (uri (cran-uri "glasso" version))
17806 (sha256
17807 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
17808 (build-system r-build-system)
17809 (native-inputs `(("gfortran" ,gfortran)))
17810 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
17811 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
17812 (description
17813 "This is a package for estimation of a sparse inverse covariance matrix
17814 using a lasso (L1) penalty. Facilities are provided for estimates along a
17815 path of values for the regularization parameter.")
17816 (license license:gpl2)))
17817
17818 (define-public r-rhpcblasctl
17819 (package
17820 (name "r-rhpcblasctl")
17821 (version "0.20-137")
17822 (source
17823 (origin
17824 (method url-fetch)
17825 (uri (cran-uri "RhpcBLASctl" version))
17826 (sha256
17827 (base32
17828 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
17829 (properties `((upstream-name . "RhpcBLASctl")))
17830 (build-system r-build-system)
17831 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
17832 (synopsis "Control the number of threads on BLAS")
17833 (description
17834 "This package allows you to control the number of threads the BLAS
17835 library uses. It is also possible to control the number of threads in
17836 OpenMP.")
17837 (license license:agpl3+)))
17838
17839 (define-public r-lda
17840 (package
17841 (name "r-lda")
17842 (version "1.4.2")
17843 (source
17844 (origin
17845 (method url-fetch)
17846 (uri (cran-uri "lda" version))
17847 (sha256
17848 (base32
17849 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
17850 (build-system r-build-system)
17851 (home-page "https://cran.r-project.org/web/packages/lda/")
17852 (synopsis "Collapsed Gibbs sampling methods for topic models")
17853 (description
17854 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
17855 related models. This includes (but is not limited to) sLDA, corrLDA, and the
17856 mixed-membership stochastic blockmodel. Inference for all of these models is
17857 implemented via a fast collapsed Gibbs sampler written in C. Utility
17858 functions for reading/writing data typically used in topic models, as well as
17859 tools for examining posterior distributions are also included.")
17860 ;; Any version of the LGPL
17861 (license license:lgpl3+)))
17862
17863 (define-public r-rann-l1
17864 (package
17865 (name "r-rann-l1")
17866 (version "2.5.2")
17867 (source
17868 (origin
17869 (method url-fetch)
17870 (uri (cran-uri "RANN.L1" version))
17871 (sha256
17872 (base32
17873 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
17874 (properties `((upstream-name . "RANN.L1")))
17875 (build-system r-build-system)
17876 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
17877 (synopsis "Fast nearest neighbour search using L1 metric")
17878 (description
17879 "This package provides tools to find the k nearest neighbours for every
17880 point in a given dataset in O(N log N) time using Arya and Mount's ANN
17881 library. There is support for approximate as well as exact searches, fixed
17882 radius searches and @code{bd} as well as @code{kd} trees. The distance is
17883 computed using the L1 (Manhattan, taxicab) metric.")
17884 (license license:gpl3+)))
17885
17886 (define-public r-leiden
17887 (package
17888 (name "r-leiden")
17889 (version "0.3.7")
17890 (source
17891 (origin
17892 (method url-fetch)
17893 (uri (cran-uri "leiden" version))
17894 (sha256
17895 (base32
17896 "14iqn5iqcya6bqbjvjivpd7q9gwc323sj29y7ssrbhb3sz9982bp"))))
17897 (properties `((upstream-name . "leiden")))
17898 (build-system r-build-system)
17899 (propagated-inputs
17900 `(("r-igraph" ,r-igraph)
17901 ("r-matrix" ,r-matrix)
17902 ("r-reticulate" ,r-reticulate)))
17903 (native-inputs
17904 `(("r-knitr" ,r-knitr)))
17905 (home-page "https://github.com/TomKellyGenetics/leiden")
17906 (synopsis "R implementation of Leiden clustering algorithm")
17907 (description
17908 "This package implements the Python @code{leidenalg} module to be called
17909 in R. It enables clustering using the Leiden algorithm for partitioning a
17910 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
17911 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
17912 (license license:gpl3)))
17913
17914 (define-public r-patchwork
17915 (package
17916 (name "r-patchwork")
17917 (version "1.1.1")
17918 (source
17919 (origin
17920 (method url-fetch)
17921 (uri (cran-uri "patchwork" version))
17922 (sha256
17923 (base32
17924 "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
17925 (build-system r-build-system)
17926 (propagated-inputs
17927 `(("r-ggplot2" ,r-ggplot2)
17928 ("r-gtable" ,r-gtable)))
17929 (native-inputs
17930 `(("r-knitr" ,r-knitr)))
17931 (home-page "https://github.com/thomasp85/patchwork")
17932 (synopsis "Compose ggplot2 plots")
17933 (description
17934 "The @code{ggplot2} package provides a strong API for sequentially
17935 building up a plot, but does not concern itself with composition of multiple
17936 plots. Patchwork is a package that expands the API to allow for arbitrarily
17937 complex composition of plots by providing mathematical operators for combining
17938 multiple plots.")
17939 (license license:expat)))
17940
17941 (define-public r-liger
17942 (package
17943 (name "r-liger")
17944 (version "0.4.2")
17945 (source
17946 (origin
17947 (method git-fetch)
17948 (uri (git-reference
17949 (url "https://github.com/MacoskoLab/liger")
17950 (commit (string-append "v" version))))
17951 (file-name (git-file-name name version))
17952 (sha256
17953 (base32
17954 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
17955 (modules '((guix build utils)))
17956 (snippet
17957 '(begin
17958 (delete-file "inst/java/ModularityOptimizer.jar")
17959 #t))))
17960 (build-system r-build-system)
17961 (arguments
17962 `(#:phases
17963 (modify-phases %standard-phases
17964 (add-after 'unpack 'build-java-part
17965 (lambda* (#:key inputs #:allow-other-keys)
17966 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
17967 (for-each (lambda (file) (invoke "javac" file))
17968 (find-files "." "\\.java$"))
17969 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
17970 (find-files "." "\\.class$"))
17971 #t)))))
17972 (propagated-inputs
17973 `(("r-cowplot" ,r-cowplot)
17974 ("r-dosnow" ,r-dosnow)
17975 ("r-dplyr" ,r-dplyr)
17976 ("r-fnn" ,r-fnn)
17977 ("r-foreach" ,r-foreach)
17978 ("r-ggplot2" ,r-ggplot2)
17979 ("r-ggrepel" ,r-ggrepel)
17980 ("r-hmisc" ,r-hmisc)
17981 ("r-ica" ,r-ica)
17982 ("r-irlba" ,r-irlba)
17983 ("r-matrix" ,r-matrix)
17984 ("r-mclust" ,r-mclust)
17985 ("r-patchwork" ,r-patchwork)
17986 ("r-plyr" ,r-plyr)
17987 ("r-rann-l1" ,r-rann-l1)
17988 ("r-rcpp" ,r-rcpp)
17989 ("r-rcpparmadillo" ,r-rcpparmadillo)
17990 ("r-riverplot" ,r-riverplot)
17991 ("r-rtsne" ,r-rtsne)
17992 ("r-snow" ,r-snow)))
17993 (native-inputs
17994 `(("jdk" ,icedtea "jdk")
17995 ;; See https://github.com/MacoskoLab/liger/issues/96
17996 ;; The optimizer is released under the Expat license.
17997 ("optimizer-src"
17998 ,(origin
17999 (method url-fetch)
18000 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
18001 (sha256
18002 (base32
18003 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
18004 ("unzip" ,unzip)
18005 ("r-knitr" ,r-knitr))) ; for vignettes
18006 (home-page "https://github.com/MacoskoLab/liger")
18007 (synopsis "Integrate and analyze multiple single-cell datasets")
18008 (description
18009 "LIGER is a package for integrating and analyzing multiple single-cell
18010 datasets, developed and maintained by the Macosko lab. It relies on
18011 integrative non-negative matrix factorization to identify shared and
18012 dataset-specific factors.")
18013 (license license:gpl3)))
18014
18015 (define-public r-harmony
18016 (package
18017 (name "r-harmony")
18018 (version "0.1")
18019 (source
18020 (origin
18021 (method git-fetch)
18022 (uri (git-reference
18023 (url "https://github.com/immunogenomics/harmony")
18024 (commit version)))
18025 (file-name (git-file-name name version))
18026 (sha256
18027 (base32
18028 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
18029 (modules '((guix build utils)))
18030 (snippet
18031 '(begin
18032 (for-each delete-file '("config.status" "configure"))
18033 #t))))
18034 (build-system r-build-system)
18035 (propagated-inputs
18036 `(("r-cowplot" ,r-cowplot)
18037 ("r-dplyr" ,r-dplyr)
18038 ("r-ggplot2" ,r-ggplot2)
18039 ("r-irlba" ,r-irlba)
18040 ("r-matrix" ,r-matrix)
18041 ("r-rcpp" ,r-rcpp)
18042 ("r-rcpparmadillo" ,r-rcpparmadillo)
18043 ("r-rcppprogress" ,r-rcppprogress)
18044 ("r-rlang" ,r-rlang)
18045 ("r-tibble" ,r-tibble)
18046 ("r-tidyr" ,r-tidyr)))
18047 (native-inputs
18048 `(("autoconf" ,autoconf)))
18049 (home-page "https://github.com/immunogenomics/harmony")
18050 (synopsis "Integration of single cell sequencing data")
18051 (description
18052 "This package provides an implementation of the Harmony algorithm for
18053 single cell integration, described in Korsunsky et al
18054 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
18055 function and interfaces to external frameworks.")
18056 (license license:gpl3)))
18057
18058 (define-public r-covr
18059 (package
18060 (name "r-covr")
18061 (version "3.5.1")
18062 (source
18063 (origin
18064 (method url-fetch)
18065 (uri (cran-uri "covr" version))
18066 (sha256
18067 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
18068 (properties `((upstream-name . "covr")))
18069 (build-system r-build-system)
18070 (propagated-inputs
18071 `(("r-crayon" ,r-crayon)
18072 ("r-digest" ,r-digest)
18073 ("r-httr" ,r-httr)
18074 ("r-jsonlite" ,r-jsonlite)
18075 ("r-rex" ,r-rex)
18076 ("r-withr" ,r-withr)
18077 ("r-yaml" ,r-yaml)))
18078 (native-inputs
18079 `(("r-knitr" ,r-knitr))) ; for vignettes
18080 (home-page "https://github.com/r-lib/covr")
18081 (synopsis "Test coverage for R packages")
18082 (description
18083 "Thisp package enables you to track and report code coverage for your
18084 package and (optionally) upload the results to a coverage service. Code
18085 coverage is a measure of the amount of code being exercised by a set of tests.
18086 It is an indirect measure of test quality and completeness. This package is
18087 compatible with any testing methodology or framework and tracks coverage of
18088 both R code and compiled C/C++/FORTRAN code.")
18089 (license license:gpl3)))
18090
18091 (define-public r-systemfonts
18092 (package
18093 (name "r-systemfonts")
18094 (version "1.0.1")
18095 (source
18096 (origin
18097 (method url-fetch)
18098 (uri (cran-uri "systemfonts" version))
18099 (sha256
18100 (base32
18101 "15x7qx8iigkybgz6b6s66i3mh75vgynzpd50nw05wflfwzcv87a0"))))
18102 (properties `((upstream-name . "systemfonts")))
18103 (build-system r-build-system)
18104 (propagated-inputs
18105 `(("r-cpp11" ,r-cpp11)))
18106 (inputs
18107 `(("fontconfig" ,fontconfig)
18108 ("zlib" ,zlib)))
18109 (native-inputs
18110 `(("pkg-config" ,pkg-config)
18111 ("r-knitr" ,r-knitr)))
18112 (home-page "https://github.com/r-lib/systemfonts")
18113 (synopsis "System native font finding")
18114 (description
18115 "This package provides system native access to the font catalogue. As
18116 font handling varies between systems it is difficult to correctly locate
18117 installed fonts across different operating systems. The 'systemfonts' package
18118 provides bindings to the native libraries for finding font files that can then
18119 be used further by e.g. graphic devices.")
18120 (license license:expat)))
18121
18122 (define-public r-graphlayouts
18123 (package
18124 (name "r-graphlayouts")
18125 (version "0.7.1")
18126 (source
18127 (origin
18128 (method url-fetch)
18129 (uri (cran-uri "graphlayouts" version))
18130 (sha256
18131 (base32
18132 "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
18133 (properties `((upstream-name . "graphlayouts")))
18134 (build-system r-build-system)
18135 (propagated-inputs
18136 `(("r-igraph" ,r-igraph)
18137 ("r-rcpp" ,r-rcpp)
18138 ("r-rcpparmadillo" ,r-rcpparmadillo)))
18139 (home-page "https://github.com/schochastics/graphlayouts")
18140 (synopsis "Additional layout algorithms for network visualizations")
18141 (description
18142 "This package provides several layout algorithms to visualize networks
18143 which are not part of the igraph library. Most are based on the concept of
18144 stress majorization by Gansner et al. (2004)
18145 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
18146 emphasize hidden group structures in networks or focus on specific nodes.")
18147 (license license:expat)))
18148
18149 (define-public r-terra
18150 (package
18151 (name "r-terra")
18152 (version "1.1-4")
18153 (source
18154 (origin
18155 (method url-fetch)
18156 (uri (cran-uri "terra" version))
18157 (sha256
18158 (base32
18159 "1vsh55sq56shc8s2vmkl27yvrdbrbn3l6jrigqf2hmvppkb2jsbg"))))
18160 (properties `((upstream-name . "terra")))
18161 (build-system r-build-system)
18162 (inputs
18163 `(("gdal" ,gdal)
18164 ("geos" ,geos)
18165 ("proj" ,proj)
18166 ("sqlite" ,sqlite) ; needed for proj
18167 ("zlib" ,zlib)))
18168 (propagated-inputs
18169 `(("r-raster" ,r-raster)
18170 ("r-rcpp" ,r-rcpp)))
18171 (native-inputs
18172 `(("pkg-config" ,pkg-config)))
18173 (home-page "https://rspatial.org/terra")
18174 (synopsis "Spatial data analysis")
18175 (description
18176 "This package provides methods for spatial data analysis, especially
18177 raster data. The included methods allow for low-level data manipulation as
18178 well as high-level global, local, zonal, and focal computation. The predict
18179 and interpolate methods facilitate the use of regression type (interpolation,
18180 machine learning) models for spatial prediction. Processing of very large
18181 files is supported.")
18182 (license license:gpl3+)))
18183
18184 (define-public r-tidygraph
18185 (package
18186 (name "r-tidygraph")
18187 (version "1.2.0")
18188 (source
18189 (origin
18190 (method url-fetch)
18191 (uri (cran-uri "tidygraph" version))
18192 (sha256
18193 (base32
18194 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
18195 (properties `((upstream-name . "tidygraph")))
18196 (build-system r-build-system)
18197 (propagated-inputs
18198 `(("r-dplyr" ,r-dplyr)
18199 ("r-igraph" ,r-igraph)
18200 ("r-magrittr" ,r-magrittr)
18201 ("r-pillar" ,r-pillar)
18202 ("r-r6" ,r-r6)
18203 ("r-rcpp" ,r-rcpp)
18204 ("r-rlang" ,r-rlang)
18205 ("r-tibble" ,r-tibble)
18206 ("r-tidyr" ,r-tidyr)))
18207 (home-page "https://github.com/thomasp85/tidygraph")
18208 (synopsis "Tidy API for graph manipulation")
18209 (description
18210 "This package provides a graph implementation that can be thought of as
18211 two tidy data frames describing node and edge data respectively. It provides
18212 an approach to manipulate these two virtual data frames using the API defined
18213 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
18214 common graph algorithms.")
18215 (license license:expat)))
18216
18217 (define-public r-soupx
18218 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
18219 (revision "1"))
18220 (package
18221 (name "r-soupx")
18222 (version (git-version "0.3.1" revision commit))
18223 (source
18224 (origin
18225 (method git-fetch)
18226 (uri (git-reference
18227 (url "https://github.com/constantAmateur/SoupX")
18228 (commit commit)))
18229 (file-name (git-file-name name version))
18230 (sha256
18231 (base32
18232 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
18233 (properties `((upstream-name . "SoupX")))
18234 (build-system r-build-system)
18235 (propagated-inputs
18236 `(("r-ggplot2" ,r-ggplot2)
18237 ("r-matrix" ,r-matrix)
18238 ("r-seurat" ,r-seurat)))
18239 (home-page "https://github.com/constantAmateur/SoupX")
18240 (synopsis "Single cell mRNA Soup eXterminator")
18241 (description
18242 "This package provides a package for quantifying, profiling and
18243 removing cell free mRNA contamination (the \"soup\") from droplet based single
18244 cell RNA-seq experiments.")
18245 (license license:gpl2))))
18246
18247 (define-public r-assertr
18248 (package
18249 (name "r-assertr")
18250 (version "2.8")
18251 (source
18252 (origin
18253 (method url-fetch)
18254 (uri (cran-uri "assertr" version))
18255 (sha256
18256 (base32
18257 "00764vv86r3bn4r85in4w637harffyw605fgq0dj6mrbrwcfb650"))))
18258 (build-system r-build-system)
18259 (propagated-inputs
18260 `(("r-dplyr" ,r-dplyr)
18261 ("r-mass" ,r-mass)
18262 ("r-rlang" ,r-rlang)))
18263 (native-inputs
18264 `(("r-knitr" ,r-knitr))) ; needed for vignette
18265 (home-page "https://github.com/ropensci/assertr")
18266 (synopsis "Assertive programming for R analysis pipelines")
18267 (description
18268 "This package provides functionality to assert conditions that have to be
18269 met so that errors in data used in analysis pipelines can fail quickly. It is
18270 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
18271 in pipelines.")
18272 (license license:expat)))
18273
18274 (define-public r-parameters
18275 (package
18276 (name "r-parameters")
18277 (version "0.12.0")
18278 (source
18279 (origin
18280 (method url-fetch)
18281 (uri (cran-uri "parameters" version))
18282 (sha256
18283 (base32
18284 "0dfqn4l4qmlpwmdva2ahyhlngkzdm0sgiirbdrf3mbbw52bhlmpm"))))
18285 (properties `((upstream-name . "parameters")))
18286 (build-system r-build-system)
18287 (propagated-inputs
18288 `(("r-bayestestr" ,r-bayestestr)
18289 ("r-insight" ,r-insight)))
18290 (native-inputs
18291 `(("r-knitr" ,r-knitr)))
18292 (home-page "https://cran.r-project.org/web/packages/parameters")
18293 (synopsis "Processing of model parameters")
18294 (description
18295 "This package provides utilities for processing the parameters of various
18296 statistical models. Beyond computing p values, CIs, and other indices for a
18297 wide variety of models, this package implements features like standardization
18298 or bootstrapping of parameters and models, feature reduction (feature
18299 extraction and variable selection) as well as conversion between indices of
18300 effect size.")
18301 (license license:gpl3)))
18302
18303 (define-public r-rgdal
18304 (package
18305 (name "r-rgdal")
18306 (version "1.5-23")
18307 (source
18308 (origin
18309 (method url-fetch)
18310 (uri (cran-uri "rgdal" version))
18311 (sha256
18312 (base32 "0vnb7kw762y349pda4aq1hx0smafylmn3635l963qykfji5p99cw"))))
18313 (properties `((upstream-name . "rgdal")))
18314 (build-system r-build-system)
18315 (inputs
18316 `(("gdal" ,gdal)
18317 ("proj" ,proj)
18318 ("zlib" ,zlib)))
18319 (propagated-inputs
18320 `(("r-sp" ,r-sp)))
18321 (native-inputs
18322 `(("pkg-config" ,pkg-config)
18323 ("r-knitr" ,r-knitr)))
18324 (home-page "http://rgdal.r-forge.r-project.org")
18325 (synopsis "Bindings for the Geospatial Data Abstraction Library")
18326 (description
18327 "This package provides bindings to the Geospatial Data Abstraction
18328 Library (GDAL) and access to projection/transformation operations from the
18329 PROJ.4 library.")
18330 (license license:gpl2+)))
18331
18332 (define-public r-insol
18333 (package
18334 (name "r-insol")
18335 (version "1.2.2")
18336 (source
18337 (origin
18338 (method url-fetch)
18339 (uri (cran-uri "insol" version))
18340 (sha256
18341 (base32
18342 "166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
18343 (properties `((upstream-name . "insol")))
18344 (build-system r-build-system)
18345 (propagated-inputs
18346 `(("r-raster" ,r-raster)))
18347 (native-inputs
18348 `(("gfortran" ,gfortran)))
18349 (home-page "https://meteoexploration.com/R/insol/index.html")
18350 (synopsis "Tools for calculating solar radiation")
18351 (description
18352 "This package provides functions to compute insolation on tilted
18353 surfaces, computes atmospheric transmittance and related parameters such as:
18354 Earth radius vector, declination, sunset and sunrise, daylength, equation of
18355 time, vector in the direction of the sun, vector normal to surface, and some
18356 atmospheric physics.")
18357 (license license:gpl2+)))
18358
18359 (define-public r-lifecycle
18360 (package
18361 (name "r-lifecycle")
18362 (version "1.0.0")
18363 (source
18364 (origin
18365 (method url-fetch)
18366 (uri (cran-uri "lifecycle" version))
18367 (sha256
18368 (base32
18369 "13hgxk93q9387s8dnqpm8dfx610y0pr76khqksj4kbgj2fr4lcq3"))))
18370 (properties `((upstream-name . "lifecycle")))
18371 (build-system r-build-system)
18372 (propagated-inputs
18373 `(("r-glue" ,r-glue)
18374 ("r-rlang" ,r-rlang)))
18375 (native-inputs
18376 `(("r-knitr" ,r-knitr))) ; for vignettes
18377 (home-page "https://github.com/r-lib/lifecycle")
18378 (synopsis "Manage the life cycle of your package functions")
18379 (description
18380 "Manage the life cycle of your exported functions with shared
18381 conventions, documentation badges, and non-invasive deprecation warnings. The
18382 lifecycle package defines four development stages (experimental, maturing,
18383 stable, and questioning) and three deprecation stages (soft-deprecated,
18384 deprecated, and defunct). It makes it easy to insert badges corresponding to
18385 these stages in your documentation. Usage of deprecated functions are
18386 signalled with increasing levels of non-invasive verbosity.")
18387 (license license:gpl3)))
18388
18389 (define-public r-assertable
18390 (package
18391 (name "r-assertable")
18392 (version "0.2.8")
18393 (source
18394 (origin
18395 (method url-fetch)
18396 (uri (cran-uri "assertable" version))
18397 (sha256
18398 (base32
18399 "1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
18400 (build-system r-build-system)
18401 (propagated-inputs
18402 `(("r-data-table" ,r-data-table)))
18403 (native-inputs
18404 `(("r-knitr" ,r-knitr)))
18405 (home-page "https://cran.r-project.org/web/packages/assertable/")
18406 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
18407 (description "This package provides simple, flexible assertions on
18408 data.frame or data.table objects with verbose output for vetting. While other
18409 assertion packages apply towards more general use-cases, @code{assertable} is
18410 tailored towards tabular data. It includes functions to check variable names
18411 and values, whether the dataset contains all combinations of a given set of
18412 unique identifiers, and whether it is a certain length. In addition,
18413 @code{assertable} includes utility functions to check the existence of target
18414 files and to efficiently import multiple tabular data files into one
18415 data.table.")
18416 (license license:gpl3)))
18417
18418 (define-public r-quadprog
18419 (package
18420 (name "r-quadprog")
18421 (version "1.5-8")
18422 (source
18423 (origin
18424 (method url-fetch)
18425 (uri (cran-uri "quadprog" version))
18426 (sha256
18427 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
18428 (build-system r-build-system)
18429 (native-inputs
18430 `(("gfortran" ,gfortran)))
18431 (home-page "https://cran.r-project.org/web/packages/quadprog")
18432 (synopsis "Functions to solve quadratic programming problems")
18433 (description
18434 "This package contains routines and documentation for solving quadratic
18435 programming problems.")
18436 (license license:gpl3+)))
18437
18438 (define-public r-desolve
18439 (package
18440 (name "r-desolve")
18441 (version "1.28")
18442 (source
18443 (origin
18444 (method url-fetch)
18445 (uri (cran-uri "deSolve" version))
18446 (sha256
18447 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
18448 (properties `((upstream-name . "deSolve")))
18449 (build-system r-build-system)
18450 (native-inputs
18451 `(("gfortran" ,gfortran)))
18452 (home-page "https://desolve.r-forge.r-project.org/")
18453 (synopsis "Solvers for initial value problems of differential equations")
18454 (description "This package provides functions that solve initial value
18455 problems of a system of first-order @dfn{ordinary differential
18456 equations} (ODE), of @dfn{partial differential equations} (PDE), of
18457 @dfn{differential algebraic equations} (DAE), and of delay differential
18458 equations. The functions provide an interface to the FORTRAN functions
18459 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
18460 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
18461 C-implementation of solvers of the Runge-Kutta family with fixed or variable
18462 time steps. The package contains routines designed for solving ODEs resulting
18463 from 1-D, 2-D and 3-D partial differential equations that have been converted
18464 to ODEs by numerical differencing.")
18465 (license license:gpl2+)))
18466
18467 (define-public r-pracma
18468 (package
18469 (name "r-pracma")
18470 (version "2.3.3")
18471 (source (origin
18472 (method url-fetch)
18473 (uri (cran-uri "pracma" version))
18474 (sha256
18475 (base32 "0g5r5ir5k43ba0ngnsanp108k479l2dnsjd5w6idk1d34ivqs7yg"))))
18476 (build-system r-build-system)
18477 (home-page "https://cran.r-project.org/web/packages/pracma/")
18478 (synopsis "Practical numerical math functions")
18479 (description "This package provides functions for numerical analysis and
18480 linear algebra, numerical optimization, differential equations, plus some
18481 special functions. It uses Matlab function names where appropriate to simplify
18482 porting.")
18483 (license license:gpl3+)))
18484
18485 (define-public r-subplex
18486 (package
18487 (name "r-subplex")
18488 (version "1.6")
18489 (source
18490 (origin
18491 (method url-fetch)
18492 (uri (cran-uri "subplex" version))
18493 (sha256
18494 (base32
18495 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
18496 (build-system r-build-system)
18497 (native-inputs
18498 `(("gfortran" ,gfortran)))
18499 (home-page "https://cran.r-project.org/web/packages/subplex")
18500 (synopsis "Unconstrained optimization using the subplex algorithm")
18501 (description
18502 "This package implements the Subplex optimization algorithm.
18503 It solves unconstrained optimization problems using a simplex method on
18504 subspaces. The method is well suited for optimizing objective functions that
18505 are noisy or are discontinuous at the solution.")
18506 (license license:gpl3+)))
18507
18508 (define-public r-txtplot
18509 (package
18510 (name "r-txtplot")
18511 (version "1.0-4")
18512 (source
18513 (origin
18514 (method url-fetch)
18515 (uri (cran-uri "txtplot" version))
18516 (sha256
18517 (base32
18518 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
18519 (build-system r-build-system)
18520 (home-page "https://cran.r-project.org/web/packages/txtplot/")
18521 (synopsis "Text-based plotting")
18522 (description "This package provides functions to produce rudimentary ASCII
18523 graphics directly in the terminal window. This package provides a basic
18524 plotting function (and equivalents of curve, density, acf and barplot) as well
18525 as a boxplot function.")
18526 (license license:lgpl3+)))
18527
18528 (define-public r-bio3d
18529 (package
18530 (name "r-bio3d")
18531 (version "2.4-1")
18532 (source
18533 (origin
18534 (method url-fetch)
18535 (uri (cran-uri "bio3d" version))
18536 (sha256
18537 (base32
18538 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
18539 (properties `((upstream-name . "bio3d")))
18540 (build-system r-build-system)
18541 (inputs `(("zlib" ,zlib)))
18542 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
18543 (home-page "http://thegrantlab.org/bio3d/")
18544 (synopsis "Biological structure analysis")
18545 (description
18546 "This package provides utilities to process, organize and explore protein
18547 structure, sequence and dynamics data. Features include the ability to read
18548 and write structure, sequence and dynamic trajectory data, perform sequence
18549 and structure database searches, data summaries, atom selection, alignment,
18550 superposition, rigid core identification, clustering, torsion analysis,
18551 distance matrix analysis, structure and sequence conservation analysis, normal
18552 mode analysis, principal component analysis of heterogeneous structure data,
18553 and correlation network analysis from normal mode and molecular dynamics data.
18554 In addition, various utility functions are provided to enable the statistical
18555 and graphical power of the R environment to work with biological sequence and
18556 structural data.")
18557 (license license:gpl2+)))
18558
18559 (define-public r-bios2cor
18560 (package
18561 (name "r-bios2cor")
18562 (version "2.2")
18563 (source
18564 (origin
18565 (method url-fetch)
18566 (uri (cran-uri "Bios2cor" version))
18567 (sha256
18568 (base32
18569 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
18570 (properties `((upstream-name . "Bios2cor")))
18571 (build-system r-build-system)
18572 (propagated-inputs
18573 `(("r-bigmemory" ,r-bigmemory)
18574 ("r-bio3d" ,r-bio3d)
18575 ("r-circular" ,r-circular)
18576 ("r-igraph" ,r-igraph)))
18577 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
18578 (synopsis "From biological sequences and simulations to correlation analysis")
18579 (description
18580 "This package provides utilities for computation and analysis of
18581 correlation/covariation in multiple sequence alignments and in side chain
18582 motions during molecular dynamics simulations. Features include the
18583 computation of correlation/covariation scores using a variety of scoring
18584 functions between either sequence positions in alignments or side chain
18585 dihedral angles in molecular dynamics simulations and utilities to analyze the
18586 correlation/covariation matrix through a variety of tools including network
18587 representation and principal components analysis. In addition, several
18588 utility functions are based on the R graphical environment to provide friendly
18589 tools for help in data interpretation.")
18590 (license license:gpl2+)))
18591
18592 ;; This package includes minified JavaScript files. When upgrading please
18593 ;; check that there are no new minified JavaScript files.
18594 (define-public r-networkd3
18595 (package
18596 (name "r-networkd3")
18597 (version "0.4")
18598 (source
18599 (origin
18600 (method url-fetch)
18601 (uri (cran-uri "networkD3" version))
18602 (sha256
18603 (base32
18604 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
18605 (snippet
18606 '(begin
18607 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
18608 #t))))
18609 (properties `((upstream-name . "networkD3")))
18610 (build-system r-build-system)
18611 (arguments
18612 `(#:modules ((guix build utils)
18613 (guix build r-build-system)
18614 (srfi srfi-1)
18615 (ice-9 popen))
18616 #:phases
18617 (modify-phases %standard-phases
18618 (add-after 'unpack 'process-javascript
18619 (lambda* (#:key inputs #:allow-other-keys)
18620 (with-directory-excursion "inst/htmlwidgets/lib/"
18621 (call-with-values
18622 (lambda ()
18623 (unzip2
18624 `((,(assoc-ref inputs "d3.v4.js")
18625 "d3-4.5.0/d3.min.js"))))
18626 (lambda (sources targets)
18627 (for-each (lambda (source target)
18628 (format #t "Processing ~a --> ~a~%"
18629 source target)
18630 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18631 (call-with-output-file target
18632 (lambda (port)
18633 (dump-port minified port)))))
18634 sources targets))))
18635 #t)))))
18636 (native-inputs
18637 `(("uglify-js" ,uglify-js)
18638 ;; NOTE: Make sure that this version of d3 is still valid when
18639 ;; upgrading the package.
18640 ("d3.v4.js"
18641 ,(origin
18642 (method url-fetch)
18643 (uri "https://d3js.org/d3.v4.js")
18644 (sha256
18645 (base32
18646 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
18647 (propagated-inputs
18648 `(("r-htmlwidgets" ,r-htmlwidgets)
18649 ("r-igraph" ,r-igraph)
18650 ("r-magrittr" ,r-magrittr)))
18651 (home-page "https://cran.r-project.org/package=networkD3")
18652 (synopsis "D3 JavaScript network graphs from R")
18653 (description
18654 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
18655 graphs from R.")
18656 (license license:gpl3+)))
18657
18658 (define-public r-aasea
18659 (package
18660 (name "r-aasea")
18661 (version "1.1.0")
18662 (source
18663 (origin
18664 (method url-fetch)
18665 (uri (cran-uri "aaSEA" version))
18666 (sha256
18667 (base32
18668 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
18669 (properties `((upstream-name . "aaSEA")))
18670 (build-system r-build-system)
18671 (propagated-inputs
18672 `(("r-bios2cor" ,r-bios2cor)
18673 ("r-dt" ,r-dt)
18674 ("r-hmisc" ,r-hmisc)
18675 ("r-magrittr" ,r-magrittr)
18676 ("r-networkd3" ,r-networkd3)
18677 ("r-plotly" ,r-plotly)
18678 ("r-seqinr" ,r-seqinr)
18679 ("r-shiny" ,r-shiny)
18680 ("r-shinydashboard" ,r-shinydashboard)))
18681 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
18682 (synopsis "Amino acid substitution effect analyzer")
18683 (description
18684 "Given a protein multiple sequence alignment, it is a daunting task to
18685 assess the effects of substitutions along sequence length. The aaSEA package
18686 is intended to help researchers to rapidly analyze property changes caused by
18687 single, multiple and correlated amino acid substitutions in proteins.")
18688 (license license:gpl3)))
18689
18690 (define-public r-abacus
18691 (package
18692 (name "r-abacus")
18693 (version "1.0.0")
18694 (source
18695 (origin
18696 (method url-fetch)
18697 (uri (cran-uri "ABACUS" version))
18698 (sha256
18699 (base32
18700 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
18701 (properties `((upstream-name . "ABACUS")))
18702 (build-system r-build-system)
18703 (propagated-inputs
18704 `(("r-ggplot2" ,r-ggplot2)
18705 ("r-shiny" ,r-shiny)))
18706 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
18707 (synopsis "Apps-based activities for communicating and understanding statistics")
18708 (description
18709 "This package provides a set of Shiny apps for effective communication
18710 and understanding in statistics. The current version includes properties of
18711 normal distribution, properties of sampling distribution, one-sample z and t
18712 tests, two samples independent (unpaired) t test and analysis of variance.")
18713 (license license:gpl3)))
18714
18715 (define-public r-abc-rap
18716 (package
18717 (name "r-abc-rap")
18718 (version "0.9.0")
18719 (source
18720 (origin
18721 (method url-fetch)
18722 (uri (cran-uri "ABC.RAP" version))
18723 (sha256
18724 (base32
18725 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
18726 (properties `((upstream-name . "ABC.RAP")))
18727 (build-system r-build-system)
18728 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
18729 (synopsis "Array-based CpG region analysis pipeline")
18730 (description
18731 "This package aims to identify candidate genes that are differentially
18732 methylated between cases and controls. It applies Student's t-test and delta
18733 beta analysis to identify candidate genes containing multiple CpG sites.")
18734 (license license:gpl3)))
18735
18736 (define-public r-abcadm
18737 (package
18738 (name "r-abcadm")
18739 (version "1.0")
18740 (source
18741 (origin
18742 (method url-fetch)
18743 (uri (cran-uri "abcADM" version))
18744 (sha256
18745 (base32
18746 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
18747 (properties `((upstream-name . "abcADM")))
18748 (build-system r-build-system)
18749 (propagated-inputs
18750 `(("r-bh" ,r-bh)
18751 ("r-rcpp" ,r-rcpp)))
18752 (home-page "https://cran.r-project.org/web/packages/abcADM/")
18753 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
18754 (description
18755 "This package provides tools to estimate parameters of accumulated
18756 damage (load duration) models based on failure time data under a Bayesian
18757 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
18758 long-term reliability under stochastic load profiles.")
18759 (license license:gpl3)))
18760
18761 (define-public r-rglpk
18762 (package
18763 (name "r-rglpk")
18764 (version "0.6-4")
18765 (source
18766 (origin
18767 (method url-fetch)
18768 (uri (cran-uri "Rglpk" version))
18769 (sha256
18770 (base32
18771 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
18772 (properties `((upstream-name . "Rglpk")))
18773 (build-system r-build-system)
18774 (propagated-inputs
18775 `(("r-slam" ,r-slam)))
18776 (inputs
18777 `(("glpk" ,glpk)))
18778 (home-page "https://r-forge.r-project.org/projects/rglp/")
18779 (synopsis "R interface to the GNU Linear Programming Kit")
18780 (description
18781 "This package provides an R interface to the GNU Linear Programming Kit,
18782 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
18783 integer linear programming} (MILP) and other related problems.")
18784 ;; Either license
18785 (license (list license:gpl2 license:gpl3))))
18786
18787 (define-public r-abcdefba
18788 (package
18789 (name "r-abcdefba")
18790 (version "0.4")
18791 (source
18792 (origin
18793 (method url-fetch)
18794 (uri (cran-uri "abcdeFBA" version))
18795 (sha256
18796 (base32
18797 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
18798 (properties `((upstream-name . "abcdeFBA")))
18799 (build-system r-build-system)
18800 (propagated-inputs
18801 `(("r-corrplot" ,r-corrplot)
18802 ("r-lattice" ,r-lattice)
18803 ("r-rgl" ,r-rgl)
18804 ("r-rglpk" ,r-rglpk)))
18805 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
18806 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
18807 (description
18808 "This package provides functions for Constraint Based Simulation using
18809 Flux Balance Analysis and informative analysis of the data generated during
18810 simulation.")
18811 (license license:gpl2)))
18812
18813 (define-public r-abcrlda
18814 (package
18815 (name "r-abcrlda")
18816 (version "1.0.3")
18817 (source
18818 (origin
18819 (method url-fetch)
18820 (uri (cran-uri "abcrlda" version))
18821 (sha256
18822 (base32
18823 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
18824 (properties `((upstream-name . "abcrlda")))
18825 (build-system r-build-system)
18826 (home-page "https://ieeexplore.ieee.org/document/8720003/")
18827 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
18828 (description
18829 "This package offers methods to perform @dfn{asymptotically
18830 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
18831 cost-sensitive binary classification. The bias-correction is an estimate of
18832 the bias term added to regularized discriminant analysis that minimizes the
18833 overall risk.")
18834 (license license:gpl3)))
18835
18836 (define-public r-abemus
18837 (package
18838 (name "r-abemus")
18839 (version "1.0.1")
18840 (source
18841 (origin
18842 (method url-fetch)
18843 (uri (cran-uri "abemus" version))
18844 (sha256
18845 (base32
18846 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
18847 (properties `((upstream-name . "abemus")))
18848 (build-system r-build-system)
18849 (propagated-inputs
18850 `(("r-data-table" ,r-data-table)))
18851 (home-page "https://cran.r-project.org/web/packages/abemus/")
18852 (synopsis "Adaptive base error model in ultra-deep sequencing data")
18853 (description
18854 "This package provides an implementation of @dfn{Adaptive Base Error
18855 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
18856 platform-specific genetic knowledge and empirical signal to readily detect and
18857 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
18858 cell free DNA} (cfDNA).")
18859 (license license:gpl3)))
18860
18861 ;; This package includes minified JavaScript files. When upgrading please
18862 ;; check that there are no new minified JavaScript files.
18863 (define-public r-rintrojs
18864 (package
18865 (name "r-rintrojs")
18866 (version "0.2.2")
18867 (source
18868 (origin
18869 (method url-fetch)
18870 (uri (cran-uri "rintrojs" version))
18871 (sha256
18872 (base32
18873 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
18874 (properties `((upstream-name . "rintrojs")))
18875 (build-system r-build-system)
18876 (arguments
18877 `(#:modules ((guix build utils)
18878 (guix build r-build-system)
18879 (srfi srfi-1)
18880 (ice-9 popen))
18881 #:phases
18882 (modify-phases %standard-phases
18883 (add-after 'unpack 'process-javascript
18884 (lambda* (#:key inputs #:allow-other-keys)
18885 (with-directory-excursion "inst/javascript/introjs/"
18886 (call-with-values
18887 (lambda ()
18888 (unzip2
18889 `((,(assoc-ref inputs "intro.js")
18890 "intro.min.js"))))
18891 (lambda (sources targets)
18892 (for-each (lambda (source target)
18893 (format #t "Processing ~a --> ~a~%"
18894 source target)
18895 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18896 (call-with-output-file target
18897 (lambda (port)
18898 (dump-port minified port)))))
18899 sources targets))))
18900 #t)))))
18901 (native-inputs
18902 `(("uglify-js" ,uglify-js)
18903 ("intro.js"
18904 ,(origin
18905 (method url-fetch)
18906 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
18907 (sha256
18908 (base32
18909 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
18910 (propagated-inputs
18911 `(("r-jsonlite" ,r-jsonlite)
18912 ("r-shiny" ,r-shiny)))
18913 (home-page "https://github.com/carlganz/rintrojs")
18914 (synopsis "Wrapper for the Intro.js library")
18915 (description
18916 "This package provides a wrapper for the @url{http://www.introjs.com,
18917 Intro.js} library. This package makes it easy to include step-by-step
18918 introductions, and clickable hints in a Shiny application. It supports both
18919 static introductions in the UI, and programmatic introductions from the
18920 server-side.")
18921 (license license:agpl3+)))
18922
18923 (define-public r-sysfonts
18924 (package
18925 (name "r-sysfonts")
18926 (version "0.8.3")
18927 (source
18928 (origin
18929 (method url-fetch)
18930 (uri (cran-uri "sysfonts" version))
18931 (sha256
18932 (base32
18933 "00kbazxw6zd1kakfshffdj928krca53bw9k78k0zar40mbqxiwd5"))))
18934 (properties `((upstream-name . "sysfonts")))
18935 (build-system r-build-system)
18936 (inputs
18937 `(("freetype" ,freetype)
18938 ("libpng" ,libpng)
18939 ("zlib" ,zlib)))
18940 (native-inputs
18941 `(("pkg-config" ,pkg-config)))
18942 (home-page "https://github.com/yixuan/sysfonts")
18943 (synopsis "Loading fonts into R")
18944 (description
18945 "This is a package to simplify loading of system fonts and Google Fonts
18946 into R, in order to support other packages.")
18947 (license license:gpl2)))
18948
18949 (define-public r-showtextdb
18950 (package
18951 (name "r-showtextdb")
18952 (version "3.0")
18953 (source
18954 (origin
18955 (method url-fetch)
18956 (uri (cran-uri "showtextdb" version))
18957 (sha256
18958 (base32
18959 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
18960 (properties `((upstream-name . "showtextdb")))
18961 (build-system r-build-system)
18962 (propagated-inputs
18963 `(("r-sysfonts" ,r-sysfonts)))
18964 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
18965 (synopsis "Font files for the 'showtext' package")
18966 (description
18967 "This package provides font files that can be used by the @code{showtext}
18968 package.")
18969 (license license:asl2.0)))
18970
18971 (define-public r-showtext
18972 (package
18973 (name "r-showtext")
18974 (version "0.9-2")
18975 (source
18976 (origin
18977 (method url-fetch)
18978 (uri (cran-uri "showtext" version))
18979 (sha256
18980 (base32
18981 "0y5mw6ffk92r7b22irrfhdmj4hxfl0d1wjxj14hznbapc4qm6f0z"))))
18982 (properties `((upstream-name . "showtext")))
18983 (build-system r-build-system)
18984 (inputs
18985 `(("freetype" ,freetype)
18986 ("libpng" ,libpng)
18987 ("zlib" ,zlib)))
18988 (propagated-inputs
18989 `(("r-showtextdb" ,r-showtextdb)
18990 ("r-sysfonts" ,r-sysfonts)))
18991 (native-inputs
18992 `(("pkg-config" ,pkg-config)
18993 ("r-knitr" ,r-knitr)))
18994 (home-page "https://github.com/yixuan/showtext")
18995 (synopsis "Using fonts more easily in R graphs")
18996 (description
18997 "This package aims to make it easy to use various types of
18998 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
18999 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
19000 will be converted into polygons or raster images, hence after the plot has
19001 been created, it no longer relies on the font files. No external software
19002 such as Ghostscript is needed to use this package.")
19003 (license license:asl2.0)))
19004
19005 (define-public r-emojifont
19006 (package
19007 (name "r-emojifont")
19008 (version "0.5.3")
19009 (source
19010 (origin
19011 (method url-fetch)
19012 (uri (cran-uri "emojifont" version))
19013 (sha256
19014 (base32
19015 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
19016 (properties `((upstream-name . "emojifont")))
19017 (build-system r-build-system)
19018 (propagated-inputs
19019 `(("r-ggplot2" ,r-ggplot2)
19020 ("r-proto" ,r-proto)
19021 ("r-showtext" ,r-showtext)
19022 ("r-sysfonts" ,r-sysfonts)))
19023 (home-page "https://guangchuangyu.github.io/emojifont")
19024 (synopsis "Emoji and Font Awesome in R graphics")
19025 (description
19026 "This package enables the use of emoji and the Font Awesome glyphs in
19027 both base and ggplot2 graphics.")
19028 (license license:artistic2.0)))
19029
19030 (define-public r-abstractr
19031 (package
19032 (name "r-abstractr")
19033 (version "0.1.0")
19034 (source
19035 (origin
19036 (method url-fetch)
19037 (uri (cran-uri "abstractr" version))
19038 (sha256
19039 (base32
19040 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
19041 (properties `((upstream-name . "abstractr")))
19042 (build-system r-build-system)
19043 (propagated-inputs
19044 `(("r-colourpicker" ,r-colourpicker)
19045 ("r-emojifont" ,r-emojifont)
19046 ("r-ggplot2" ,r-ggplot2)
19047 ("r-gridextra" ,r-gridextra)
19048 ("r-rintrojs" ,r-rintrojs)
19049 ("r-shiny" ,r-shiny)
19050 ("r-shinythemes" ,r-shinythemes)))
19051 (home-page "https://matt-kumar.shinyapps.io/portfolio")
19052 (synopsis "R-Shiny application for creating visual abstracts")
19053 (description
19054 "This package provides an R Shiny application to create visual abstracts
19055 for original research. A variety of user defined options and formatting are
19056 included.")
19057 (license license:gpl3)))
19058
19059 (define-public r-qgam
19060 (package
19061 (name "r-qgam")
19062 (version "1.3.2")
19063 (source
19064 (origin
19065 (method url-fetch)
19066 (uri (cran-uri "qgam" version))
19067 (sha256
19068 (base32
19069 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
19070 (properties `((upstream-name . "qgam")))
19071 (build-system r-build-system)
19072 (propagated-inputs
19073 `(("r-doparallel" ,r-doparallel)
19074 ("r-mgcv" ,r-mgcv)
19075 ("r-plyr" ,r-plyr)
19076 ("r-shiny" ,r-shiny)))
19077 (native-inputs `(("r-knitr" ,r-knitr)))
19078 (home-page "https://cran.r-project.org/web/packages/qgam/")
19079 (synopsis "Smooth additive quantile regression models")
19080 (description
19081 "This package provides smooth additive quantile regression models, fitted
19082 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
19083 the smoothing parameters are estimated automatically by marginal loss
19084 minimization, while the regression coefficients are estimated using either
19085 PIRLS or Newton algorithm. The learning rate is determined so that the
19086 Bayesian credible intervals of the estimated effects have approximately the
19087 correct coverage. The main function is @code{qgam()} which is similar to
19088 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
19089 regression models.")
19090 (license license:gpl2+)))
19091
19092 (define-public r-abtest
19093 (package
19094 (name "r-abtest")
19095 (version "0.2.2")
19096 (source
19097 (origin
19098 (method url-fetch)
19099 (uri (cran-uri "abtest" version))
19100 (sha256
19101 (base32
19102 "1ak0m4jd1grriwg4pn3aqf1468qma6rjn5kqjh8izx7zl29jd07v"))))
19103 (properties `((upstream-name . "abtest")))
19104 (build-system r-build-system)
19105 (propagated-inputs
19106 `(("r-matrix" ,r-matrix)
19107 ("r-mvtnorm" ,r-mvtnorm)
19108 ("r-plotrix" ,r-plotrix)
19109 ("r-qgam" ,r-qgam)
19110 ("r-rcolorbrewer" ,r-rcolorbrewer)
19111 ("r-rcpp" ,r-rcpp)
19112 ("r-sn" ,r-sn)
19113 ("r-truncnorm" ,r-truncnorm)))
19114 (home-page "https://cran.r-project.org/web/packages/abtest/")
19115 (synopsis "Bayesian A/B testing")
19116 (description
19117 "This package provides functions for Bayesian A/B testing including prior
19118 elicitation options based on Kass and Vaidyanathan (1992)
19119 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
19120 (license license:gpl2+)))
19121
19122 (define-public r-accept
19123 (package
19124 (name "r-accept")
19125 (version "0.7.1")
19126 (source
19127 (origin
19128 (method url-fetch)
19129 (uri (cran-uri "accept" version))
19130 (sha256
19131 (base32
19132 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
19133 (properties `((upstream-name . "accept")))
19134 (build-system r-build-system)
19135 (propagated-inputs
19136 `(("r-dplyr" ,r-dplyr)
19137 ("r-extrafont" ,r-extrafont)
19138 ("r-mass" ,r-mass)
19139 ("r-plotly" ,r-plotly)
19140 ("r-stringr" ,r-stringr)
19141 ("r-viridis" ,r-viridis)))
19142 (home-page "https://cran.r-project.org/web/packages/accept/")
19143 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
19144 (description
19145 "This package allows clinicians to predict the rate and severity of
19146 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
19147 Disease} (COPD) patients, based on the clinical prediction model published in
19148 Adibi et al. (2019) @url{doi:10.1101/651901}.")
19149 (license license:gpl3)))
19150
19151 (define-public r-smpracticals
19152 (package
19153 (name "r-smpracticals")
19154 (version "1.4-3")
19155 (source
19156 (origin
19157 (method url-fetch)
19158 (uri (cran-uri "SMPracticals" version))
19159 (sha256
19160 (base32
19161 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
19162 (properties `((upstream-name . "SMPracticals")))
19163 (build-system r-build-system)
19164 (propagated-inputs
19165 `(("r-ellipse" ,r-ellipse)
19166 ("r-mass" ,r-mass)
19167 ("r-nlme" ,r-nlme)
19168 ("r-survival" ,r-survival)))
19169 (home-page "http://statwww.epfl.ch/davison/SM/")
19170 (synopsis "Practicals for use with Davison (2003) Statistical Models")
19171 (description
19172 "This package contains the datasets and a few functions for use with the
19173 practicals outlined in Appendix A of the book Statistical Models (Davison,
19174 2003, Cambridge University Press). The practicals themselves can be found at
19175 @url{http://statwww.epfl.ch/davison/SM/}.")
19176 (license license:gpl2+)))
19177
19178 (define-public r-fgui
19179 (package
19180 (name "r-fgui")
19181 (version "1.0-8")
19182 (source
19183 (origin
19184 (method url-fetch)
19185 (uri (cran-uri "fgui" version))
19186 (sha256
19187 (base32
19188 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
19189 (properties `((upstream-name . "fgui")))
19190 (build-system r-build-system)
19191 (home-page
19192 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
19193 (synopsis "Create GUI for R functions")
19194 (description
19195 "Rapidly create a GUI for a function you created by automatically
19196 creating widgets for arguments of the function. This package automatically
19197 parses help routines for context-sensitive help to these arguments. The
19198 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
19199 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
19200 incorporated into the interface for greater customization for the more
19201 experienced.")
19202 ;; Any version of the GPL.
19203 (license (list license:gpl2+ license:gpl3+))))
19204
19205 (define-public r-tcltk2
19206 (package
19207 (name "r-tcltk2")
19208 (version "1.2-11")
19209 (source
19210 (origin
19211 (method url-fetch)
19212 (uri (cran-uri "tcltk2" version))
19213 (sha256
19214 (base32
19215 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
19216 (properties `((upstream-name . "tcltk2")))
19217 (build-system r-build-system)
19218 (inputs
19219 `(("tcl" ,tcl)
19220 ("tk" ,tk)))
19221 (home-page "https://www.sciviews.org/SciViews-R")
19222 (synopsis "Tcl/Tk additions")
19223 (description
19224 "This package provides a series of additional Tcl commands and Tk widgets
19225 with style and various functions to supplement the tcltk package")
19226 (license license:lgpl3)))
19227
19228 (define-public r-accrual
19229 (package
19230 (name "r-accrual")
19231 (version "1.3")
19232 (source
19233 (origin
19234 (method url-fetch)
19235 (uri (cran-uri "accrual" version))
19236 (sha256
19237 (base32
19238 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
19239 (properties `((upstream-name . "accrual")))
19240 (build-system r-build-system)
19241 (propagated-inputs
19242 `(("r-fgui" ,r-fgui)
19243 ("r-smpracticals" ,r-smpracticals)
19244 ("r-tcltk2" ,r-tcltk2)))
19245 (home-page "https://cran.r-project.org/web/packages/accrual/")
19246 (synopsis "Bayesian accrual prediction")
19247 (description
19248 "Subject recruitment for medical research is challenging. Slow patient
19249 accrual leads to delay in research. Accrual monitoring during the process of
19250 recruitment is critical. Researchers need reliable tools to manage the
19251 accrual rate. This package provides an implementation of a Bayesian method
19252 that integrates researcher's experience on previous trials and data from the
19253 current study, providing reliable prediction on accrual rate for clinical
19254 studies. It provides functions for Bayesian accrual prediction which can be
19255 easily used by statisticians and clinical researchers.")
19256 (license license:gpl2)))
19257
19258 (define-public r-accrued
19259 (package
19260 (name "r-accrued")
19261 (version "1.4.1")
19262 (source
19263 (origin
19264 (method url-fetch)
19265 (uri (cran-uri "accrued" version))
19266 (sha256
19267 (base32
19268 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
19269 (properties `((upstream-name . "accrued")))
19270 (build-system r-build-system)
19271 (home-page "https://cran.r-project.org/web/packages/accrued/")
19272 (synopsis "Data quality visualization tools for partially accruing data")
19273 (description
19274 "This is a package for visualizing data quality of partially accruing
19275 data.")
19276 (license license:gpl3)))
19277
19278 (define-public r-mda
19279 (package
19280 (name "r-mda")
19281 (version "0.5-2")
19282 (source
19283 (origin
19284 (method url-fetch)
19285 (uri (cran-uri "mda" version))
19286 (sha256
19287 (base32
19288 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
19289 (properties `((upstream-name . "mda")))
19290 (build-system r-build-system)
19291 (propagated-inputs `(("r-class" ,r-class)))
19292 (native-inputs `(("gfortran" ,gfortran)))
19293 (home-page "https://cran.r-project.org/web/packages/mda/")
19294 (synopsis "Mixture and flexible discriminant analysis")
19295 (description
19296 "This is a package for mixture and flexible discriminant analysis,
19297 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
19298 (license license:gpl2)))
19299
19300 (define-public r-elasticnet
19301 (package
19302 (name "r-elasticnet")
19303 (version "1.3")
19304 (source
19305 (origin
19306 (method url-fetch)
19307 (uri (cran-uri "elasticnet" version))
19308 (sha256
19309 (base32
19310 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
19311 (properties `((upstream-name . "elasticnet")))
19312 (build-system r-build-system)
19313 (propagated-inputs
19314 `(("r-lars" ,r-lars)))
19315 (home-page "http://users.stat.umn.edu/~zouxx019/")
19316 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
19317 (description
19318 "This package provides functions for fitting the entire solution path of
19319 the Elastic-Net and also provides functions for estimating sparse Principal
19320 Components. The Lasso solution paths can be computed by the same function.")
19321 (license license:gpl2+)))
19322
19323 (define-public r-sparselda
19324 (package
19325 (name "r-sparselda")
19326 (version "0.1-9")
19327 (source
19328 (origin
19329 (method url-fetch)
19330 (uri (cran-uri "sparseLDA" version))
19331 (sha256
19332 (base32
19333 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
19334 (properties `((upstream-name . "sparseLDA")))
19335 (build-system r-build-system)
19336 (propagated-inputs
19337 `(("r-elasticnet" ,r-elasticnet)
19338 ("r-mass" ,r-mass)
19339 ("r-mda" ,r-mda)))
19340 (home-page "https://www.imm.dtu.dk/~lkhc/")
19341 (synopsis "Sparse discriminant analysis")
19342 (description
19343 "This package performs sparse linear discriminant analysis for Gaussians
19344 and mixture of Gaussian models.")
19345 (license license:gpl2+)))
19346
19347 (define-public r-accsda
19348 (package
19349 (name "r-accsda")
19350 (version "1.0.0")
19351 (source
19352 (origin
19353 (method url-fetch)
19354 (uri (cran-uri "accSDA" version))
19355 (sha256
19356 (base32
19357 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
19358 (properties `((upstream-name . "accSDA")))
19359 (build-system r-build-system)
19360 (propagated-inputs
19361 `(("r-ggplot2" ,r-ggplot2)
19362 ("r-ggthemes" ,r-ggthemes)
19363 ("r-gridextra" ,r-gridextra)
19364 ("r-mass" ,r-mass)
19365 ("r-rarpack" ,r-rarpack)
19366 ("r-sparselda" ,r-sparselda)))
19367 (home-page "https://github.com/gumeo/accSDA/wiki")
19368 (synopsis "Accelerated sparse discriminant analysis")
19369 (description
19370 "This package provides an implementation of sparse linear discriminant
19371 analysis, which is a supervised classification method for multiple classes.
19372 Various novel optimization approaches to this problem are implemented
19373 including @dfn{alternating direction method of multipliers} (ADMM),
19374 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
19375 Functions for performing cross validation are also supplied along with basic
19376 prediction and plotting functions. @dfn{Sparse zero variance
19377 discriminant} (SZVD) analysis is also included in the package.")
19378 (license license:gpl2+)))
19379
19380 (define-public r-ace2fastq
19381 (package
19382 (name "r-ace2fastq")
19383 (version "0.6.0")
19384 (source
19385 (origin
19386 (method url-fetch)
19387 (uri (cran-uri "ace2fastq" version))
19388 (sha256
19389 (base32
19390 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
19391 (properties `((upstream-name . "ace2fastq")))
19392 (build-system r-build-system)
19393 (propagated-inputs
19394 `(("r-stringr" ,r-stringr)))
19395 (home-page "https://github.com/c5sire/ace2fastq")
19396 (synopsis "ACE file to FASTQ converter")
19397 (description
19398 "The ACE file format is used in genomics to store contigs from sequencing
19399 machines. This tools converts it into FASTQ format. Both formats contain the
19400 sequence characters and their corresponding quality information. Unlike the
19401 FASTQ file, the ACE file stores the quality values numerically. The
19402 conversion algorithm uses the standard Sanger formula. The package
19403 facilitates insertion into pipelines, and content inspection.")
19404 (license license:gpl3)))
19405
19406 (define-public r-rngwell
19407 (package
19408 (name "r-rngwell")
19409 (version "0.10-6")
19410 (source
19411 (origin
19412 (method url-fetch)
19413 (uri (cran-uri "rngWELL" version))
19414 (sha256
19415 (base32
19416 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
19417 (properties `((upstream-name . "rngWELL")))
19418 (build-system r-build-system)
19419 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
19420 (synopsis "Toolbox for WELL random number generators")
19421 (description
19422 "This is a dedicated package to WELL pseudo random generators, which were
19423 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
19424 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
19425 (license license:bsd-3)))
19426
19427 (define-public r-randtoolbox
19428 (package
19429 (name "r-randtoolbox")
19430 (version "1.30.1")
19431 (source
19432 (origin
19433 (method url-fetch)
19434 (uri (cran-uri "randtoolbox" version))
19435 (sha256
19436 (base32
19437 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
19438 (properties `((upstream-name . "randtoolbox")))
19439 (build-system r-build-system)
19440 (propagated-inputs
19441 `(("r-rngwell" ,r-rngwell)))
19442 (native-inputs
19443 `(("gfortran" ,gfortran)))
19444 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
19445 (synopsis "Toolbox for pseudo and quasi random number generation")
19446 (description
19447 "This package provides
19448
19449 @enumerate
19450 @item pseudo random generators, such as general linear
19451 congruential generators, multiple recursive generators and generalized
19452 feedback shift register (SF-Mersenne Twister algorithm and WELL
19453 generators)
19454
19455 @item quasi random generators, such as the Torus algorithm, the Sobol
19456 sequence, the Halton sequence (including the Van der Corput sequence), and
19457
19458 @item some generator tests: the gap test, the serial test, the poker test.
19459 @end enumerate
19460
19461 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
19462 (license license:bsd-3)))
19463
19464 (define-public r-lhs
19465 (package
19466 (name "r-lhs")
19467 (version "1.1.1")
19468 (source
19469 (origin
19470 (method url-fetch)
19471 (uri (cran-uri "lhs" version))
19472 (sha256
19473 (base32
19474 "1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
19475 (properties `((upstream-name . "lhs")))
19476 (build-system r-build-system)
19477 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19478 (native-inputs
19479 `(("r-knitr" ,r-knitr)))
19480 (home-page "https://github.com/bertcarnell/lhs")
19481 (synopsis "Latin Hypercube Samples")
19482 (description
19483 "This package provides a number of methods for creating and augmenting
19484 Latin Hypercube Samples.")
19485 (license license:gpl3)))
19486
19487 (define-public r-acebayes
19488 (package
19489 (name "r-acebayes")
19490 (version "1.10")
19491 (source
19492 (origin
19493 (method url-fetch)
19494 (uri (cran-uri "acebayes" version))
19495 (sha256
19496 (base32
19497 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
19498 (properties `((upstream-name . "acebayes")))
19499 (build-system r-build-system)
19500 (propagated-inputs
19501 `(("r-compare" ,r-compare)
19502 ("r-lhs" ,r-lhs)
19503 ("r-randtoolbox" ,r-randtoolbox)
19504 ("r-rcpp" ,r-rcpp)
19505 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19506 (home-page "https://cran.r-project.org/web/packages/acebayes/")
19507 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
19508 (description
19509 "Finding an optimal Bayesian experimental design involves maximizing an
19510 objective function given by the expectation of some appropriately chosen
19511 utility function with respect to the joint distribution of unknown
19512 quantities (including responses). This objective function is usually not
19513 available in closed form and the design space can be continuous and of high
19514 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
19515 to maximise an approximation to the expectation of the utility function.")
19516 (license license:gpl2)))
19517
19518 (define-public r-acet
19519 (package
19520 (name "r-acet")
19521 (version "1.8.1")
19522 (source
19523 (origin
19524 (method url-fetch)
19525 (uri (cran-uri "ACEt" version))
19526 (sha256
19527 (base32
19528 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
19529 (properties `((upstream-name . "ACEt")))
19530 (build-system r-build-system)
19531 (propagated-inputs
19532 `(("r-bh" ,r-bh)
19533 ("r-mass" ,r-mass)
19534 ("r-rcpp" ,r-rcpp)
19535 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19536 (home-page "https://cran.r-project.org/web/packages/ACEt/")
19537 (synopsis "Estimating dynamic heritability and twin model comparison")
19538 (description
19539 "This package supports twin models that are able to estimate the dynamic
19540 behaviour of the variance components in the classical twin models with respect
19541 to age using B-splines and P-splines.")
19542 (license license:gpl2+)))
19543
19544 (define-public r-acfmperiod
19545 (package
19546 (name "r-acfmperiod")
19547 (version "1.0.0")
19548 (source
19549 (origin
19550 (method url-fetch)
19551 (uri (cran-uri "acfMPeriod" version))
19552 (sha256
19553 (base32
19554 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
19555 (properties `((upstream-name . "acfMPeriod")))
19556 (build-system r-build-system)
19557 (propagated-inputs
19558 `(("r-mass" ,r-mass)))
19559 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
19560 (synopsis "Estimation of the ACF from the M-periodogram")
19561 (description
19562 "This package support non-robust and robust computations of the sample
19563 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
19564 univariate and multivariate processes. The methodology consists in reversing
19565 the diagonalization procedure involving the periodogram or the
19566 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
19567 ACOVF or the ACF as discussed in Fuller (1995)
19568 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
19569 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
19570 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
19571 (license license:gpl2+)))
19572
19573 (define-public r-gamlss-data
19574 (package
19575 (name "r-gamlss-data")
19576 (version "5.1-4")
19577 (source
19578 (origin
19579 (method url-fetch)
19580 (uri (cran-uri "gamlss.data" version))
19581 (sha256
19582 (base32
19583 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
19584 (properties `((upstream-name . "gamlss.data")))
19585 (build-system r-build-system)
19586 (home-page "http://www.gamlss.org/")
19587 (synopsis "GAMLSS data")
19588 (description
19589 "This package provides data used as examples to demonstrate GAMLSS
19590 models.")
19591 ;; Either version of the license
19592 (license (list license:gpl2 license:gpl3))))
19593
19594 (define-public r-gamlss
19595 (package
19596 (name "r-gamlss")
19597 (version "5.3-1")
19598 (source
19599 (origin
19600 (method url-fetch)
19601 (uri (cran-uri "gamlss" version))
19602 (sha256
19603 (base32
19604 "1ngf6g4zixwm6ni5r0fs0f6132xd2f2a6mlski9hlqnvvwb46iwr"))))
19605 (properties `((upstream-name . "gamlss")))
19606 (build-system r-build-system)
19607 (propagated-inputs
19608 `(("r-gamlss-data" ,r-gamlss-data)
19609 ("r-gamlss-dist" ,r-gamlss-dist)
19610 ("r-mass" ,r-mass)
19611 ("r-nlme" ,r-nlme)
19612 ("r-survival" ,r-survival)))
19613 (home-page "http://www.gamlss.org/")
19614 (synopsis "Generalized additive models for location scale and shape")
19615 (description
19616 "This package provides functions for fitting the generalized additive
19617 models for location scale and shape introduced by Rigby and
19618 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
19619 use a distributional regression approach where all the parameters of the
19620 conditional distribution of the response variable are modelled using
19621 explanatory variables.")
19622 ;; Either version of the license
19623 (license (list license:gpl2 license:gpl3))))
19624
19625 (define-public r-acid
19626 (package
19627 (name "r-acid")
19628 (version "1.1")
19629 (source
19630 (origin
19631 (method url-fetch)
19632 (uri (cran-uri "acid" version))
19633 (sha256
19634 (base32
19635 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
19636 (properties `((upstream-name . "acid")))
19637 (build-system r-build-system)
19638 (propagated-inputs
19639 `(("r-gamlss" ,r-gamlss)
19640 ("r-gamlss-dist" ,r-gamlss-dist)
19641 ("r-hmisc" ,r-hmisc)))
19642 (home-page "https://cran.r-project.org/web/packages/acid/")
19643 (synopsis "Analysing conditional income distributions")
19644 (description
19645 "This package provides functions for the analysis of income distributions
19646 for subgroups of the population as defined by a set of variables like age,
19647 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
19648 distribution as well as functions for moments, inequality measures, entropy
19649 measures and polarisation measures of income distributions. This package thus
19650 aides the analysis of income inequality by offering tools for the exploratory
19651 analysis of income distributions at the disaggregated level.")
19652 (license license:gpl3)))
19653
19654 (define-public r-acm4r
19655 (package
19656 (name "r-acm4r")
19657 (version "1.0")
19658 (source
19659 (origin
19660 (method url-fetch)
19661 (uri (cran-uri "acm4r" version))
19662 (sha256
19663 (base32
19664 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
19665 (properties `((upstream-name . "acm4r")))
19666 (build-system r-build-system)
19667 (propagated-inputs `(("r-mass" ,r-mass)))
19668 (home-page "https://cran.r-project.org/web/packages/acm4r/")
19669 (synopsis "Align-and-count method comparisons of RFLP data")
19670 (description
19671 "This is a package to compare sequence fragment lengths or molecular
19672 weights from pairs of lanes. The number of matching bands in the
19673 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
19674 the align-and-count method.")
19675 ;; Any version of the GPL
19676 (license (list license:gpl2+ license:gpl3+))))
19677
19678 (define-public r-filelock
19679 (package
19680 (name "r-filelock")
19681 (version "1.0.2")
19682 (source
19683 (origin
19684 (method url-fetch)
19685 (uri (cran-uri "filelock" version))
19686 (sha256
19687 (base32
19688 "00ql5fw1hidpfnm0szaavf43ahmsnvdbi8i5lr1nrcc90yaiaadc"))))
19689 (properties `((upstream-name . "filelock")))
19690 (build-system r-build-system)
19691 (home-page "https://github.com/r-lib/filelock")
19692 (synopsis "Portable file locking")
19693 (description
19694 "This library lets you place an exclusive or shared lock on a file using
19695 the appropriate system call provided by the underlying operating system.")
19696 (license license:expat)))
19697
19698 (define-public r-filematrix
19699 (package
19700 (name "r-filematrix")
19701 (version "1.3")
19702 (source
19703 (origin
19704 (method url-fetch)
19705 (uri (cran-uri "filematrix" version))
19706 (sha256
19707 (base32
19708 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
19709 (properties `((upstream-name . "filematrix")))
19710 (build-system r-build-system)
19711 ;; These inputs are needed for vignettes
19712 (native-inputs
19713 `(("r-knitr" ,r-knitr)
19714 ("r-rmarkdown" ,r-rmarkdown)
19715 ("pandoc-citeproc" ,pandoc-citeproc)))
19716 (home-page "https://github.com/andreyshabalin/filematrix")
19717 (synopsis "File-backed matrix class with convenient read and write access")
19718 (description
19719 "This package provides an interface for working with large matrices
19720 stored in files, not in computer memory. It supports multiple non-character
19721 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
19722 byte real values). Access to parts of the matrix is done by indexing, exactly
19723 as with usual R matrices. It supports very large matrices; the package has
19724 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
19725 columns, ad allows for quick addition of extra columns to a filematrix.")
19726 (license license:lgpl3)))
19727
19728 (define-public r-acmeeqtl
19729 (package
19730 (name "r-acmeeqtl")
19731 (version "1.6")
19732 (source
19733 (origin
19734 (method url-fetch)
19735 (uri (cran-uri "ACMEeqtl" version))
19736 (sha256
19737 (base32
19738 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
19739 (properties `((upstream-name . "ACMEeqtl")))
19740 (build-system r-build-system)
19741 (propagated-inputs
19742 `(("r-filematrix" ,r-filematrix)))
19743 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
19744 (synopsis "Estimation of interpretable eQTL effect sizes")
19745 (description
19746 "This package provides a non-linear model, termed ACME, that reflects a
19747 parsimonious biological model for allelic contributions of cis-acting eQTLs.
19748 With non-linear least-squares algorithm the maximum likelihood parameters can
19749 be estimated. The ACME model provides interpretable effect size estimates and
19750 p-values with well controlled Type-I error.")
19751 (license license:lgpl3)))
19752
19753 (define-public r-acmer
19754 (package
19755 (name "r-acmer")
19756 (version "1.1.0")
19757 (source
19758 (origin
19759 (method url-fetch)
19760 (uri (cran-uri "acmeR" version))
19761 (sha256
19762 (base32
19763 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
19764 (properties `((upstream-name . "acmeR")))
19765 (build-system r-build-system)
19766 (propagated-inputs `(("r-foreign" ,r-foreign)))
19767 (home-page "https://cran.r-project.org/web/packages/acmeR/")
19768 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
19769 (description
19770 "This package provides an implementation of the ACME estimator, described
19771 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
19772 Mortality at Wind Turbines. Unlike most other models, this estimator supports
19773 decreasing-hazard Weibull model for persistence; decreasing search proficiency
19774 as carcasses age; variable bleed-through at successive searches; and interval
19775 mortality estimates. The package provides, based on search data, functions
19776 for estimating the mortality inflation factor in Frequentist and Bayesian
19777 settings.")
19778 (license license:expat)))
19779
19780 (define-public r-r-huge
19781 (package
19782 (name "r-r-huge")
19783 (version "0.9.0")
19784 (source
19785 (origin
19786 (method url-fetch)
19787 (uri (cran-uri "R.huge" version))
19788 (sha256
19789 (base32
19790 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
19791 (properties `((upstream-name . "R.huge")))
19792 (build-system r-build-system)
19793 (propagated-inputs
19794 `(("r-r-methodss3" ,r-r-methodss3)
19795 ("r-r-oo" ,r-r-oo)
19796 ("r-r-utils" ,r-r-utils)))
19797 (home-page "https://github.com/HenrikBengtsson/R.huge")
19798 (synopsis "Methods for accessing huge amounts of data")
19799 (description
19800 "This is a deprecated package for accessing huge amounts of data.
19801 Cross-platform alternatives are the following packages: bigmemory (CRAN),
19802 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
19803 the @code{aroma.affymetrix} package.")
19804 (license license:lgpl2.1+)))
19805
19806 (define-public r-r-filesets
19807 (package
19808 (name "r-r-filesets")
19809 (version "2.14.0")
19810 (source
19811 (origin
19812 (method url-fetch)
19813 (uri (cran-uri "R.filesets" version))
19814 (sha256
19815 (base32
19816 "08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
19817 (properties `((upstream-name . "R.filesets")))
19818 (build-system r-build-system)
19819 (propagated-inputs
19820 `(("r-digest" ,r-digest)
19821 ("r-r-cache" ,r-r-cache)
19822 ("r-r-methodss3" ,r-r-methodss3)
19823 ("r-r-oo" ,r-r-oo)
19824 ("r-r-utils" ,r-r-utils)))
19825 (home-page "https://github.com/HenrikBengtsson/R.filesets")
19826 (synopsis "Easy handling of and access to files")
19827 (description
19828 "This package provides classes and methods to locate, setup, subset,
19829 navigate and iterate file sets, i.e. sets of files located in one or more
19830 directories on the file system. The API is designed such that these classes
19831 can be extended via inheritance to provide a richer API for special file
19832 formats. Moreover, a specific name format is defined such that filenames and
19833 directories can be considered to have full names which consists of a name
19834 followed by comma-separated tags. This adds additional flexibility to
19835 identify file sets and individual files.")
19836 (license license:lgpl2.1+)))
19837
19838 (define-public r-r-devices
19839 (package
19840 (name "r-r-devices")
19841 (version "2.17.0")
19842 (source
19843 (origin
19844 (method url-fetch)
19845 (uri (cran-uri "R.devices" version))
19846 (sha256
19847 (base32
19848 "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
19849 (properties `((upstream-name . "R.devices")))
19850 (build-system r-build-system)
19851 (propagated-inputs
19852 `(("r-base64enc" ,r-base64enc)
19853 ("r-r-methodss3" ,r-r-methodss3)
19854 ("r-r-oo" ,r-r-oo)
19855 ("r-r-utils" ,r-r-utils)))
19856 (home-page "https://github.com/HenrikBengtsson/R.devices")
19857 (synopsis "Unified handling of graphics devices")
19858 (description
19859 "This package provides functions for creating plots and image files in a
19860 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
19861 Default device options as well as scales and aspect ratios are controlled in a
19862 uniform way across all device types. Switching output format requires minimal
19863 changes in code. This package is ideal for large-scale batch processing,
19864 because it will never leave open graphics devices or incomplete image files
19865 behind, even on errors or user interrupts.")
19866 (license license:lgpl2.1+)))
19867
19868 (define-public r-acnr
19869 (package
19870 (name "r-acnr")
19871 (version "1.0.0")
19872 (source
19873 (origin
19874 (method url-fetch)
19875 (uri (cran-uri "acnr" version))
19876 (sha256
19877 (base32
19878 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
19879 (properties `((upstream-name . "acnr")))
19880 (build-system r-build-system)
19881 (home-page "https://github.com/mpierrejean/acnr")
19882 (synopsis "Annotated copy-number regions")
19883 (description
19884 "This package provides SNP array data from different types of copy-number
19885 regions. These regions were identified manually by the authors of the package
19886 and may be used to generate realistic data sets with known truth.")
19887 (license license:lgpl2.1+)))
19888
19889 (define-public r-acopula
19890 (package
19891 (name "r-acopula")
19892 (version "0.9.3")
19893 (source
19894 (origin
19895 (method url-fetch)
19896 (uri (cran-uri "acopula" version))
19897 (sha256
19898 (base32
19899 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
19900 (properties `((upstream-name . "acopula")))
19901 (build-system r-build-system)
19902 (home-page "https://cran.r-project.org/web/packages/acopula/")
19903 (synopsis "Modelling dependence with multivariate Archimax copulas")
19904 (description
19905 "Archimax copulas are a mixture of Archimedean and EV copulas. This
19906 package provides definitions of several parametric families of generator and
19907 dependence function, computes CDF and PDF, estimates parameters, tests for
19908 goodness of fit, generates random sample and checks copula properties for
19909 custom constructs. In the 2-dimensional case explicit formulas for density
19910 are used, contrary to higher dimensions when all derivatives are linearly
19911 approximated. Several non-archimax families (normal, FGM, Plackett) are
19912 provided as well.")
19913 (license license:gpl2)))
19914
19915 (define-public r-tuner
19916 (package
19917 (name "r-tuner")
19918 (version "1.3.3")
19919 (source
19920 (origin
19921 (method url-fetch)
19922 (uri (cran-uri "tuneR" version))
19923 (sha256
19924 (base32
19925 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
19926 (properties `((upstream-name . "tuneR")))
19927 (build-system r-build-system)
19928 (propagated-inputs `(("r-signal" ,r-signal)))
19929 (home-page "https://cran.r-project.org/web/packages/tuneR/")
19930 (synopsis "Analysis of music and speech")
19931 (description
19932 "This is a package for the analysis of music and speech. Analyze music
19933 and speech, extract features like MFCCs, handle wave files and their
19934 representation in various ways, read MP3, read MIDI, perform steps of a
19935 transcription, ...")
19936 ;; Either of these versions.
19937 (license (list license:gpl2 license:gpl3))))
19938
19939 (define-public r-seewave
19940 (package
19941 (name "r-seewave")
19942 (version "2.1.6")
19943 (source
19944 (origin
19945 (method url-fetch)
19946 (uri (cran-uri "seewave" version))
19947 (sha256
19948 (base32
19949 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
19950 (properties `((upstream-name . "seewave")))
19951 (build-system r-build-system)
19952 (inputs
19953 `(("libsndfile" ,libsndfile)))
19954 (propagated-inputs
19955 `(("r-tuner" ,r-tuner)))
19956 (home-page "http://rug.mnhn.fr/seewave")
19957 (synopsis "Sound analysis and synthesis")
19958 (description
19959 "This package provides functions for analysing, manipulating, displaying,
19960 editing and synthesizing time waves (particularly sound). This package
19961 processes time analysis (oscillograms and envelopes), spectral content,
19962 resonance quality factor, entropy, cross correlation and autocorrelation,
19963 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
19964 and 3D spectrograms and many other analyses.")
19965 (license license:gpl2+)))
19966
19967 (define-public r-acousticndlcoder
19968 (package
19969 (name "r-acousticndlcoder")
19970 (version "1.0.2")
19971 (source
19972 (origin
19973 (method url-fetch)
19974 (uri (cran-uri "AcousticNDLCodeR" version))
19975 (sha256
19976 (base32
19977 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
19978 (properties
19979 `((upstream-name . "AcousticNDLCodeR")))
19980 (build-system r-build-system)
19981 (propagated-inputs
19982 `(("r-seewave" ,r-seewave)
19983 ("r-tuner" ,r-tuner)
19984 ("r-zoo" ,r-zoo)))
19985 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
19986 (synopsis "Coding sound files for use with NDL")
19987 (description
19988 "Make acoustic cues to use with the R package @code{ndl}.
19989 The package implements functions used in the PLoS ONE paper \"Words from
19990 spontaneous conversational speech can be recognized with human-like accuracy
19991 by an error-driven learning algorithm that discriminates between meanings
19992 straight from smart acoustic features, bypassing the phoneme as recognition
19993 unit.\" @url{doi:10.1371/journal.pone.0174623}")
19994 (license license:gpl2+)))
19995
19996 (define-public r-acp
19997 (package
19998 (name "r-acp")
19999 (version "2.1")
20000 (source
20001 (origin
20002 (method url-fetch)
20003 (uri (cran-uri "acp" version))
20004 (sha256
20005 (base32
20006 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
20007 (properties `((upstream-name . "acp")))
20008 (build-system r-build-system)
20009 (propagated-inputs
20010 `(("r-quantmod" ,r-quantmod)
20011 ("r-tseries" ,r-tseries)))
20012 (home-page "https://cran.r-project.org/web/packages/acp/")
20013 (synopsis "Autoregressive conditional Poisson")
20014 (description
20015 "This package supports the analysis of count data exhibiting
20016 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
20017 model (ACP(p,q)) proposed by Heinen (2003).")
20018 (license license:gpl2)))
20019
20020 (define-public r-ada
20021 (package
20022 (name "r-ada")
20023 (version "2.0-5")
20024 (source
20025 (origin
20026 (method url-fetch)
20027 (uri (cran-uri "ada" version))
20028 (sha256
20029 (base32
20030 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
20031 (properties `((upstream-name . "ada")))
20032 (build-system r-build-system)
20033 (propagated-inputs `(("r-rpart" ,r-rpart)))
20034 (home-page "https://cran.r-project.org/web/packages/ada/")
20035 (synopsis "Stochastic boosting")
20036 (description
20037 "This package provides a straightforward, well-documented, and broad
20038 boosting routine for classification, ideally suited for small to
20039 moderate-sized data sets. It performs discrete, real, and gentle boost under
20040 both exponential and logistic loss on a given data set.")
20041 ;; Any version of the GPL.
20042 (license (list license:gpl2+ license:gpl3+))))
20043
20044 (define-public r-genalg
20045 (package
20046 (name "r-genalg")
20047 (version "0.2.0")
20048 (source
20049 (origin
20050 (method url-fetch)
20051 (uri (cran-uri "genalg" version))
20052 (sha256
20053 (base32
20054 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
20055 (properties `((upstream-name . "genalg")))
20056 (build-system r-build-system)
20057 (home-page "https://github.com/egonw/genalg")
20058 (synopsis "R based genetic algorithm")
20059 (description
20060 "This package provides an R based genetic algorithm for binary and
20061 floating point chromosomes.")
20062 (license license:gpl2)))
20063
20064 (define-public r-kernelfactory
20065 (package
20066 (name "r-kernelfactory")
20067 (version "0.3.0")
20068 (source
20069 (origin
20070 (method url-fetch)
20071 (uri (cran-uri "kernelFactory" version))
20072 (sha256
20073 (base32
20074 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
20075 (properties `((upstream-name . "kernelFactory")))
20076 (build-system r-build-system)
20077 (propagated-inputs
20078 `(("r-auc" ,r-auc)
20079 ("r-genalg" ,r-genalg)
20080 ("r-kernlab" ,r-kernlab)
20081 ("r-randomforest" ,r-randomforest)))
20082 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
20083 (synopsis "Ensemble of kernel machines")
20084 (description
20085 "Kernel factory is an ensemble method where each base classifier (random
20086 forest) is fit on the kernel matrix of a subset of the training data.")
20087 (license license:gpl2+)))
20088
20089 (define-public r-dummies
20090 (package
20091 (name "r-dummies")
20092 (version "1.5.6")
20093 (source
20094 (origin
20095 (method url-fetch)
20096 (uri (cran-uri "dummies" version))
20097 (sha256
20098 (base32
20099 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
20100 (properties `((upstream-name . "dummies")))
20101 (build-system r-build-system)
20102 (home-page "https://decisionpatterns.com")
20103 (synopsis "Create dummy/indicator variables flexibly and efficiently")
20104 (description
20105 "This package lets you expand factors, characters and other eligible
20106 classes into dummy/indicator variables.")
20107 (license license:gpl2+)))
20108
20109 (define-public r-acrm
20110 (package
20111 (name "r-acrm")
20112 (version "0.1.1")
20113 (source
20114 (origin
20115 (method url-fetch)
20116 (uri (cran-uri "aCRM" version))
20117 (sha256
20118 (base32
20119 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
20120 (properties `((upstream-name . "aCRM")))
20121 (build-system r-build-system)
20122 (propagated-inputs
20123 `(("r-ada" ,r-ada)
20124 ("r-dummies" ,r-dummies)
20125 ("r-kernelfactory" ,r-kernelfactory)
20126 ("r-randomforest" ,r-randomforest)))
20127 (home-page "https://cran.r-project.org/web/packages/aCRM/")
20128 (synopsis "Convenience functions for analytical customer relationship management")
20129 (description
20130 "This package provides convenience functions for data preparation and
20131 modeling often used in @dfn{analytical customer relationship
20132 management} (aCRM).")
20133 (license license:gpl2+)))
20134
20135 (define-public r-treeclust
20136 (package
20137 (name "r-treeclust")
20138 (version "1.1-7")
20139 (source
20140 (origin
20141 (method url-fetch)
20142 (uri (cran-uri "treeClust" version))
20143 (sha256
20144 (base32
20145 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
20146 (properties `((upstream-name . "treeClust")))
20147 (build-system r-build-system)
20148 (propagated-inputs
20149 `(("r-cluster" ,r-cluster)
20150 ("r-rpart" ,r-rpart)))
20151 (home-page "https://cran.r-project.org/web/packages/treeClust/")
20152 (synopsis "Cluster distances through trees")
20153 (description
20154 "This package provides tools to create a measure of inter-point
20155 dissimilarity useful for clustering mixed data, and, optionally, perform the
20156 clustering.")
20157 (license license:gpl2+)))
20158
20159 (define-public r-acrosstic
20160 (package
20161 (name "r-acrosstic")
20162 (version "1.0-3")
20163 (source
20164 (origin
20165 (method url-fetch)
20166 (uri (cran-uri "AcrossTic" version))
20167 (sha256
20168 (base32
20169 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
20170 (properties `((upstream-name . "AcrossTic")))
20171 (build-system r-build-system)
20172 (propagated-inputs
20173 `(("r-lpsolve" ,r-lpsolve)
20174 ("r-treeclust" ,r-treeclust)))
20175 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
20176 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
20177 (description
20178 "This is a package for constructing minimum-cost regular spanning
20179 subgraph as part of a non-parametric two-sample test for equality of
20180 distribution.")
20181 (license license:gpl2+)))
20182
20183 (define-public r-acrt
20184 (package
20185 (name "r-acrt")
20186 (version "1.0.1")
20187 (source
20188 (origin
20189 (method url-fetch)
20190 (uri (cran-uri "acrt" version))
20191 (sha256
20192 (base32
20193 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
20194 (properties `((upstream-name . "acrt")))
20195 (build-system r-build-system)
20196 (propagated-inputs
20197 `(("r-rcpp" ,r-rcpp)
20198 ("r-rcppeigen" ,r-rcppeigen)
20199 ("r-sandwich" ,r-sandwich)))
20200 (home-page "https://cran.r-project.org/web/packages/acrt/")
20201 (synopsis "Autocorrelation robust testing")
20202 (description
20203 "This package provides functions for testing affine hypotheses on the
20204 regression coefficient vector in regression models with autocorrelated
20205 errors.")
20206 (license license:gpl2)))
20207
20208 (define-public r-acs
20209 (package
20210 (name "r-acs")
20211 (version "2.1.4")
20212 (source
20213 (origin
20214 (method url-fetch)
20215 (uri (cran-uri "acs" version))
20216 (sha256
20217 (base32
20218 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
20219 (properties `((upstream-name . "acs")))
20220 (build-system r-build-system)
20221 (propagated-inputs
20222 `(("r-httr" ,r-httr)
20223 ("r-plyr" ,r-plyr)
20224 ("r-rcpp" ,r-rcpp)
20225 ("r-stringr" ,r-stringr)
20226 ("r-xml" ,r-xml)))
20227 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
20228 (synopsis "Work with data from the US Census")
20229 (description
20230 "This package provides a general toolkit for downloading, managing,
20231 analyzing, and presenting data from the
20232 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
20233 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
20234 American Community Survey (ACS). Confidence intervals provided with ACS data
20235 are converted to standard errors to be bundled with estimates in complex
20236 @code{acs} objects. The package provides new methods to conduct standard
20237 operations on @code{acs} objects and present/plot data in statistically
20238 appropriate ways.")
20239 (license license:gpl3)))
20240
20241 (define-public r-acss-data
20242 (package
20243 (name "r-acss-data")
20244 (version "1.0")
20245 (source
20246 (origin
20247 (method url-fetch)
20248 (uri (cran-uri "acss.data" version))
20249 (sha256
20250 (base32
20251 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
20252 (properties `((upstream-name . "acss.data")))
20253 (build-system r-build-system)
20254 (home-page "http://complexitycalculator.com/methodology.html")
20255 (synopsis "Data for algorithmic complexity of short strings")
20256 (description
20257 "This is a data only package providing the algorithmic complexity of
20258 short strings, computed using the coding theorem method. For a given set of
20259 symbols in a string, all possible or a large number of random samples of
20260 Turing machines with a given number of states (e.g., 5) and number of symbols
20261 corresponding to the number of symbols in the strings were simulated until
20262 they reached a halting state or failed to end. This package contains data on
20263 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
20264 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
20265 distribution of the halting states.")
20266 (license license:gpl2+)))
20267
20268 (define-public r-acss
20269 (package
20270 (name "r-acss")
20271 (version "0.2-5")
20272 (source
20273 (origin
20274 (method url-fetch)
20275 (uri (cran-uri "acss" version))
20276 (sha256
20277 (base32
20278 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
20279 (properties `((upstream-name . "acss")))
20280 (build-system r-build-system)
20281 (propagated-inputs
20282 `(("r-acss-data" ,r-acss-data)
20283 ("r-zoo" ,r-zoo)))
20284 (home-page "http://complexitycalculator.com/methodology.html")
20285 (synopsis "Algorithmic complexity for short strings")
20286 (description
20287 "The main purpose of this package is to provide the algorithmic
20288 complexity for short strings, an approximation of the Kolmogorov Complexity of
20289 a short string using the coding theorem method. While the database containing
20290 the complexity is provided in the data only package @code{acss.data}, this
20291 package provides functions accessing the data such as @code{prob_random}
20292 returning the posterior probability that a given string was produced by a
20293 random process. In addition, two traditional (but problematic) measures of
20294 complexity are also provided: entropy and change complexity.")
20295 (license license:gpl2+)))
20296
20297 (define-public r-acswr
20298 (package
20299 (name "r-acswr")
20300 (version "1.0")
20301 (source
20302 (origin
20303 (method url-fetch)
20304 (uri (cran-uri "ACSWR" version))
20305 (sha256
20306 (base32
20307 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
20308 (properties `((upstream-name . "ACSWR")))
20309 (build-system r-build-system)
20310 (propagated-inputs
20311 `(("r-mass" ,r-mass)))
20312 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
20313 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
20314 (description
20315 "This is a companion package for the book \"A Course in Statistics with
20316 R\" (ISBN 978-1-119-15272-9.)")
20317 (license license:gpl2)))
20318
20319 (define-public r-alabama
20320 (package
20321 (name "r-alabama")
20322 (version "2015.3-1")
20323 (source
20324 (origin
20325 (method url-fetch)
20326 (uri (cran-uri "alabama" version))
20327 (sha256
20328 (base32
20329 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
20330 (properties `((upstream-name . "alabama")))
20331 (build-system r-build-system)
20332 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
20333 (home-page "https://cran.r-project.org/web/packages/alabama/")
20334 (synopsis "Constrained nonlinear optimization")
20335 (description
20336 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
20337 Algorithm; it is used for optimizing smooth nonlinear objective functions with
20338 constraints. Linear or nonlinear equality and inequality constraints are
20339 allowed.")
20340 (license license:gpl2+)))
20341
20342 (define-public r-gdina
20343 (package
20344 (name "r-gdina")
20345 (version "2.8.0")
20346 (source
20347 (origin
20348 (method url-fetch)
20349 (uri (cran-uri "GDINA" version))
20350 (sha256
20351 (base32
20352 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
20353 (properties `((upstream-name . "GDINA")))
20354 (build-system r-build-system)
20355 (propagated-inputs
20356 `(("r-alabama" ,r-alabama)
20357 ("r-ggplot2" ,r-ggplot2)
20358 ("r-mass" ,r-mass)
20359 ("r-nloptr" ,r-nloptr)
20360 ("r-numderiv" ,r-numderiv)
20361 ("r-rcpp" ,r-rcpp)
20362 ("r-rcpparmadillo" ,r-rcpparmadillo)
20363 ("r-rsolnp" ,r-rsolnp)
20364 ("r-shiny" ,r-shiny)
20365 ("r-shinydashboard" ,r-shinydashboard)))
20366 (native-inputs
20367 `(("r-knitr" ,r-knitr)))
20368 (home-page "https://github.com/Wenchao-Ma/GDINA")
20369 (synopsis "Generalized DINA model framework")
20370 (description
20371 "This package provides a set of psychometric tools for cognitive
20372 diagnosis modeling based on the generalized deterministic inputs, noisy and
20373 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
20374 and its extensions, including the sequential G-DINA model by Ma and de la
20375 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
20376 polytomous G-DINA model by Chen and de la Torre
20377 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
20378 distribution can be independent, saturated, higher-order, loglinear smoothed
20379 or structured. Q-matrix validation, item and model fit statistics, model
20380 comparison at test and item level and differential item functioning can also
20381 be conducted. A graphical user interface is also provided.")
20382 (license license:gpl3)))
20383
20384 (define-public r-actcd
20385 (package
20386 (name "r-actcd")
20387 (version "1.2-0")
20388 (source
20389 (origin
20390 (method url-fetch)
20391 (uri (cran-uri "ACTCD" version))
20392 (sha256
20393 (base32
20394 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
20395 (properties `((upstream-name . "ACTCD")))
20396 (build-system r-build-system)
20397 (propagated-inputs
20398 `(("r-gdina" ,r-gdina)
20399 ("r-r-methodss3" ,r-r-methodss3)))
20400 (native-inputs
20401 `(("gfortran" ,gfortran)))
20402 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
20403 (synopsis "Asymptotic classification theory for cognitive diagnosis")
20404 (description
20405 "This is a package supporting cluster analysis for cognitive diagnosis
20406 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
20407 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
20408 sum-scores, cluster analysis techniques can be used to classify examinees into
20409 latent classes based on their attribute patterns. In addition to the
20410 algorithms used to classify data, three labeling approaches are proposed to
20411 label clusters so that examinees' attribute profiles can be obtained.")
20412 (license license:gpl2+)))
20413
20414 (define-public r-ineq
20415 (package
20416 (name "r-ineq")
20417 (version "0.2-13")
20418 (source
20419 (origin
20420 (method url-fetch)
20421 (uri (cran-uri "ineq" version))
20422 (sha256
20423 (base32
20424 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
20425 (properties `((upstream-name . "ineq")))
20426 (build-system r-build-system)
20427 (home-page "https://cran.r-project.org/web/packages/ineq/")
20428 (synopsis "Measuring inequality, concentration, and poverty")
20429 (description
20430 "This package provides tools for measuring inequality, concentration, and
20431 poverty measures. It provides both empirical and theoretical Lorenz curves.")
20432 ;; Either of these two versions.
20433 (license (list license:gpl2 license:gpl3))))
20434
20435 (define-public r-actfrag
20436 (package
20437 (name "r-actfrag")
20438 (version "0.1.1")
20439 (source
20440 (origin
20441 (method url-fetch)
20442 (uri (cran-uri "ActFrag" version))
20443 (sha256
20444 (base32
20445 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
20446 (properties `((upstream-name . "ActFrag")))
20447 (build-system r-build-system)
20448 (propagated-inputs
20449 `(("r-accelerometry" ,r-accelerometry)
20450 ("r-dplyr" ,r-dplyr)
20451 ("r-ineq" ,r-ineq)
20452 ("r-survival" ,r-survival)
20453 ("r-tidyr" ,r-tidyr)))
20454 (home-page "https://github.com/junruidi/ActFrag")
20455 (synopsis "Activity fragmentation metrics extraction")
20456 (description
20457 "This package provides functions to extract commonly used fragmentation
20458 metrics to quantify time accumulation strategies based on minute level
20459 actigraphy-measured activity counts data.")
20460 (license license:gpl3)))
20461
20462 (define-public r-ash
20463 (package
20464 (name "r-ash")
20465 (version "1.0-15")
20466 (source
20467 (origin
20468 (method url-fetch)
20469 (uri (cran-uri "ash" version))
20470 (sha256
20471 (base32
20472 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
20473 (properties `((upstream-name . "ash")))
20474 (build-system r-build-system)
20475 (native-inputs `(("gfortran" ,gfortran)))
20476 (home-page "https://cran.r-project.org/web/packages/ash/")
20477 (synopsis "David Scott's ASH routines")
20478 (description
20479 "This package provides David Scott's ASH routines ported from S-PLUS to
20480 R.")
20481 (license license:gpl2+)))
20482
20483 (define-public r-hdrcde
20484 (package
20485 (name "r-hdrcde")
20486 (version "3.4")
20487 (source
20488 (origin
20489 (method url-fetch)
20490 (uri (cran-uri "hdrcde" version))
20491 (sha256
20492 (base32
20493 "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
20494 (properties `((upstream-name . "hdrcde")))
20495 (build-system r-build-system)
20496 (propagated-inputs
20497 `(("r-ash" ,r-ash)
20498 ("r-ggplot2" ,r-ggplot2)
20499 ("r-kernsmooth" ,r-kernsmooth)
20500 ("r-ks" ,r-ks)
20501 ("r-locfit" ,r-locfit)
20502 ("r-rcolorbrewer" ,r-rcolorbrewer)))
20503 (native-inputs `(("gfortran" ,gfortran)))
20504 (home-page "http://pkg.robjhyndman.com/hdrcde")
20505 (synopsis "Highest density regions and conditional density estimation")
20506 (description
20507 "This is a package for the computation of highest density regions in one
20508 and two dimensions, kernel estimation of univariate density functions
20509 conditional on one covariate, and multimodal regression.")
20510 (license license:gpl3)))
20511
20512 (define-public r-rainbow
20513 (package
20514 (name "r-rainbow")
20515 (version "3.6")
20516 (source
20517 (origin
20518 (method url-fetch)
20519 (uri (cran-uri "rainbow" version))
20520 (sha256
20521 (base32
20522 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
20523 (properties `((upstream-name . "rainbow")))
20524 (build-system r-build-system)
20525 (propagated-inputs
20526 `(("r-cluster" ,r-cluster)
20527 ("r-colorspace" ,r-colorspace)
20528 ("r-hdrcde" ,r-hdrcde)
20529 ("r-ks" ,r-ks)
20530 ("r-mass" ,r-mass)
20531 ("r-pcapp" ,r-pcapp)))
20532 (home-page "https://cran.r-project.org/web/packages/rainbow/")
20533 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
20534 (description
20535 "This is a package for visualizing functional data and identifying
20536 functional outliers with bagplots, boxplots and rainbow plots.")
20537 (license license:gpl3)))
20538
20539 (define-public r-fds
20540 (package
20541 (name "r-fds")
20542 (version "1.8")
20543 (source
20544 (origin
20545 (method url-fetch)
20546 (uri (cran-uri "fds" version))
20547 (sha256
20548 (base32
20549 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
20550 (properties `((upstream-name . "fds")))
20551 (build-system r-build-system)
20552 (propagated-inputs
20553 `(("r-rainbow" ,r-rainbow)
20554 ("r-rcurl" ,r-rcurl)))
20555 (home-page "https://cran.r-project.org/web/packages/fds/")
20556 (synopsis "Functional data sets")
20557 (description "This package contains a list of functional time series,
20558 sliced functional time series, and functional data sets. Functional time
20559 series is a special type of functional data observed over time. Sliced
20560 functional time series is a special type of functional time series with a time
20561 variable observed over time.")
20562 (license license:gpl2+)))
20563
20564 (define-public r-fda
20565 (package
20566 (name "r-fda")
20567 (version "5.1.9")
20568 (source
20569 (origin
20570 (method url-fetch)
20571 (uri (cran-uri "fda" version))
20572 (sha256
20573 (base32
20574 "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
20575 (properties `((upstream-name . "fda")))
20576 (build-system r-build-system)
20577 (propagated-inputs
20578 `(("r-fds" ,r-fds)
20579 ("r-matrix" ,r-matrix)))
20580 (home-page "https://www.functionaldata.org")
20581 (synopsis "Functional data analysis")
20582 (description
20583 "These functions were developed to support functional data analysis as
20584 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
20585 Analysis. The package includes data sets and script files working many
20586 examples.")
20587 (license license:gpl2+)))
20588
20589 (define-public r-actigraphy
20590 (package
20591 (name "r-actigraphy")
20592 (version "1.4.0")
20593 (source
20594 (origin
20595 (method url-fetch)
20596 (uri (cran-uri "Actigraphy" version))
20597 (sha256
20598 (base32
20599 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
20600 (properties `((upstream-name . "Actigraphy")))
20601 (build-system r-build-system)
20602 (propagated-inputs
20603 `(("r-fda" ,r-fda)))
20604 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
20605 (synopsis "Actigraphy data analysis")
20606 (description
20607 "This package provides tools for functional linear modeling and analysis
20608 of actigraphy data.")
20609 (license license:asl2.0)))
20610
20611 (define-public r-activedriver
20612 (package
20613 (name "r-activedriver")
20614 (version "1.0.0")
20615 (source
20616 (origin
20617 (method url-fetch)
20618 (uri (cran-uri "ActiveDriver" version))
20619 (sha256
20620 (base32
20621 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
20622 (properties `((upstream-name . "ActiveDriver")))
20623 (build-system r-build-system)
20624 (propagated-inputs
20625 `(("r-mass" ,r-mass)))
20626 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
20627 (synopsis "Tools for finding cancer driver proteins")
20628 (description
20629 "This package provides a mutation analysis tool that discovers cancer
20630 driver genes with frequent mutations in protein signalling sites such as
20631 post-translational modifications (phosphorylation, ubiquitination, etc). The
20632 Poisson generalized linear regression model identifies genes where cancer
20633 mutations in signalling sites are more frequent than expected from the
20634 sequence of the entire gene. Integration of mutations with signalling
20635 information helps find new driver genes and propose candidate mechanisms to
20636 known drivers.")
20637 (license license:gpl2+)))
20638
20639 (define-public r-activitycounts
20640 (package
20641 (name "r-activitycounts")
20642 (version "0.1.2")
20643 (source
20644 (origin
20645 (method url-fetch)
20646 (uri (cran-uri "activityCounts" version))
20647 (sha256
20648 (base32
20649 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
20650 (properties
20651 `((upstream-name . "activityCounts")))
20652 (build-system r-build-system)
20653 (propagated-inputs
20654 `(("r-lubridate" ,r-lubridate)
20655 ("r-magrittr" ,r-magrittr)
20656 ("r-seewave" ,r-seewave)
20657 ("r-signal" ,r-signal)
20658 ("r-tibble" ,r-tibble)))
20659 (home-page "https://github.com/walkabillylab/activityCounts")
20660 (synopsis "Generate ActiLife counts")
20661 (description
20662 "ActiLife generates activity counts from data collected by Actigraph
20663 accelerometers. Actigraph is one of the most common research-grade
20664 accelerometers. There is considerable research validating and developing
20665 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
20666 counts are proprietary and difficult to implement if researchers use different
20667 accelerometer brands. The code creates ActiLife counts from raw acceleration
20668 data for different accelerometer brands.")
20669 (license license:gpl3)))
20670
20671 (define-public r-activityindex
20672 (package
20673 (name "r-activityindex")
20674 (version "0.3.7")
20675 (source
20676 (origin
20677 (method url-fetch)
20678 (uri (cran-uri "ActivityIndex" version))
20679 (sha256
20680 (base32
20681 "1zj2b6x31a1kxl80rarmkrlm7ack4154mrkbqs3fpi48zpmjbgd5"))))
20682 (properties `((upstream-name . "ActivityIndex")))
20683 (build-system r-build-system)
20684 (propagated-inputs
20685 `(("r-data-table" ,r-data-table)
20686 ("r-matrixstats" ,r-matrixstats)
20687 ("r-r-utils" ,r-r-utils)))
20688 (native-inputs
20689 `(("r-knitr" ,r-knitr)))
20690 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
20691 (synopsis "Activity Index calculation using raw accelerometry data")
20692 (description
20693 "This is a package to read raw accelerometry from GT3X+ accelerometry
20694 data and plain table data to calculate the Activity Index from Bai et
20695 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
20696 (license license:gpl3)))
20697
20698 (define-public r-activpal
20699 (package
20700 (name "r-activpal")
20701 (version "0.1.3")
20702 (source
20703 (origin
20704 (method url-fetch)
20705 (uri (cran-uri "activPAL" version))
20706 (sha256
20707 (base32
20708 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
20709 (properties `((upstream-name . "activPAL")))
20710 (build-system r-build-system)
20711 (propagated-inputs
20712 `(("r-devtools" ,r-devtools)
20713 ("r-dplyr" ,r-dplyr)
20714 ("r-ggplot2" ,r-ggplot2)
20715 ("r-lubridate" ,r-lubridate)
20716 ("r-magrittr" ,r-magrittr)
20717 ("r-tidyr" ,r-tidyr)))
20718 (home-page "https://cran.r-project.org/web/packages/activPAL")
20719 (synopsis "Processing and chart generation from activPAL events files")
20720 (description
20721 "This package contains functions to generate pre-defined summary
20722 statistics from activPAL events files. The package also contains functions to
20723 produce informative graphics that visualize physical activity behaviour and
20724 trends. This includes generating graphs that align physical activity
20725 behaviour with additional time based observations described by other data
20726 sets, such as sleep diaries and continuous glucose monitoring data.")
20727 (license license:gpl3)))
20728
20729 (define-public r-activpalprocessing
20730 (package
20731 (name "r-activpalprocessing")
20732 (version "1.0.2")
20733 (source
20734 (origin
20735 (method url-fetch)
20736 (uri (cran-uri "activpalProcessing" version))
20737 (sha256
20738 (base32
20739 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
20740 (properties
20741 `((upstream-name . "activpalProcessing")))
20742 (build-system r-build-system)
20743 (propagated-inputs
20744 `(("r-chron" ,r-chron)))
20745 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
20746 (synopsis "Process activPAL events files")
20747 (description
20748 "This package performs estimation of physical activity and sedentary
20749 behavior variables from activPAL events files.")
20750 ;; Either version of the GPL.
20751 (license (list license:gpl2 license:gpl3))))
20752
20753 (define-public r-actogrammr
20754 (package
20755 (name "r-actogrammr")
20756 (version "0.2.3")
20757 (source
20758 (origin
20759 (method url-fetch)
20760 (uri (cran-uri "actogrammr" version))
20761 (sha256
20762 (base32
20763 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
20764 (properties `((upstream-name . "actogrammr")))
20765 (build-system r-build-system)
20766 (propagated-inputs
20767 `(("r-dplyr" ,r-dplyr)
20768 ("r-ggplot2" ,r-ggplot2)
20769 ("r-lubridate" ,r-lubridate)
20770 ("r-readr" ,r-readr)
20771 ("r-tidyr" ,r-tidyr)))
20772 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
20773 (synopsis "Read in activity data and plot actograms")
20774 (description
20775 "Read in activity measurements from standard file formats used by
20776 circadian rhythm researchers, currently only ClockLab format, and process and
20777 plot the data. The central type of plot is the actogram, as first described
20778 in \"Activity and distribution of certain wild mice in relation to biotic
20779 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
20780 (license license:gpl3)))
20781
20782 (define-public r-expint
20783 (package
20784 (name "r-expint")
20785 (version "0.1-6")
20786 (source
20787 (origin
20788 (method url-fetch)
20789 (uri (cran-uri "expint" version))
20790 (sha256
20791 (base32
20792 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
20793 (properties `((upstream-name . "expint")))
20794 (build-system r-build-system)
20795 (home-page "https://gitlab.com/vigou3/expint")
20796 (synopsis "Exponential integral and incomplete Gamma function")
20797 (description
20798 "This package provides the exponential integrals @code{E_1(x)},
20799 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
20800 function @code{G(a, x)} defined for negative values of its first argument.
20801 The package also gives easy access to the underlying C routines through an
20802 API; see the package vignette for details.")
20803 (license license:gpl2+)))
20804
20805 (define-public r-actuar
20806 (package
20807 (name "r-actuar")
20808 (version "3.1-1")
20809 (source
20810 (origin
20811 (method url-fetch)
20812 (uri (cran-uri "actuar" version))
20813 (sha256
20814 (base32
20815 "0sxn1mskh7x164f1vbrqnadgxnq7y2p3a9mlmqc0sp6cqkw9lhp9"))))
20816 (properties `((upstream-name . "actuar")))
20817 (build-system r-build-system)
20818 (propagated-inputs `(("r-expint" ,r-expint)))
20819 (home-page "https://gitlab.com/vigou3/actuar")
20820 (synopsis "Actuarial functions and heavy tailed distributions")
20821 (description
20822 "This package provides functions and data sets for actuarial science:
20823 modeling of loss distributions; risk theory and ruin theory; simulation of
20824 compound models, discrete mixtures and compound hierarchical models;
20825 credibility theory. It boasts support for many additional probability
20826 distributions to model insurance loss amounts and loss frequency: 19
20827 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
20828 distribution; zero-truncated and zero-modified extensions of the standard
20829 discrete distributions. It also supports phase-type distributions commonly
20830 used to compute ruin probabilities.")
20831 (license license:gpl2+)))
20832
20833 (define-public r-bmp
20834 (package
20835 (name "r-bmp")
20836 (version "0.3")
20837 (source
20838 (origin
20839 (method url-fetch)
20840 (uri (cran-uri "bmp" version))
20841 (sha256
20842 (base32
20843 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
20844 (properties `((upstream-name . "bmp")))
20845 (build-system r-build-system)
20846 (home-page "https://cran.r-project.org/web/packages/bmp/")
20847 (synopsis "Read Bitmap (BMP) images")
20848 (description
20849 "This package provides pure R tools to read BMP format images. It is
20850 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
20851 (license license:gpl2+)))
20852
20853 (define-public r-readbitmap
20854 (package
20855 (name "r-readbitmap")
20856 (version "0.1.5")
20857 (source
20858 (origin
20859 (method url-fetch)
20860 (uri (cran-uri "readbitmap" version))
20861 (sha256
20862 (base32
20863 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
20864 (properties `((upstream-name . "readbitmap")))
20865 (build-system r-build-system)
20866 (inputs
20867 `(("libjpeg" ,libjpeg-turbo)
20868 ("libpng" ,libpng)))
20869 (propagated-inputs
20870 `(("r-bmp" ,r-bmp)
20871 ("r-jpeg" ,r-jpeg)
20872 ("r-png" ,r-png)
20873 ("r-tiff" ,r-tiff)))
20874 (home-page "https://github.com/jefferis/readbitmap")
20875 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
20876 (description
20877 "This package provides tools to identify and read BMP, JPEG, PNG, and
20878 TIFF format bitmap images. Identification defaults to the use of the magic
20879 number embedded in the file rather than the file extension.")
20880 (license license:gpl2+)))
20881
20882 (define-public r-imager
20883 (package
20884 (name "r-imager")
20885 (version "0.42.7")
20886 (source
20887 (origin
20888 (method url-fetch)
20889 (uri (cran-uri "imager" version))
20890 (sha256
20891 (base32
20892 "1dq0rblnrmnk689bcdmml179gk9lff8x92s2npkjllgjq5q2vfpd"))))
20893 (properties `((upstream-name . "imager")))
20894 (build-system r-build-system)
20895 (inputs
20896 `(("fftw" ,fftw)
20897 ("libtiff" ,libtiff)
20898 ("libx11" ,libx11)
20899 ("zlib" ,zlib)))
20900 (propagated-inputs
20901 `(("r-downloader" ,r-downloader)
20902 ("r-igraph" ,r-igraph)
20903 ("r-jpeg" ,r-jpeg)
20904 ("r-magrittr" ,r-magrittr)
20905 ("r-png" ,r-png)
20906 ("r-purrr" ,r-purrr)
20907 ("r-rcpp" ,r-rcpp)
20908 ("r-readbitmap" ,r-readbitmap)
20909 ("r-stringr" ,r-stringr)))
20910 (native-inputs
20911 `(("pkg-config" ,pkg-config)
20912 ("r-knitr" ,r-knitr)))
20913 (home-page "https://dahtah.github.io/imager/")
20914 (synopsis "Image processing library")
20915 (description
20916 "This is a package for fast image processing for images in up to 4
20917 dimensions (two spatial dimensions, one time/depth dimension, one color
20918 dimension). It provides most traditional image processing tools (filtering,
20919 morphology, transformations, etc.) as well as various functions for easily
20920 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
20921 simple, modern C++ library for image processing.")
20922 (license license:lgpl3)))
20923
20924 (define-public r-acuityview
20925 (package
20926 (name "r-acuityview")
20927 (version "0.1")
20928 (source
20929 (origin
20930 (method url-fetch)
20931 (uri (cran-uri "AcuityView" version))
20932 (sha256
20933 (base32
20934 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
20935 (properties `((upstream-name . "AcuityView")))
20936 (build-system r-build-system)
20937 (propagated-inputs
20938 `(("r-fftwtools" ,r-fftwtools)
20939 ("r-imager" ,r-imager)
20940 ("r-plotrix" ,r-plotrix)))
20941 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
20942 (synopsis "Display scenes as seen by an animal with less acute vision")
20943 (description
20944 "This package provides a simple method for representing a visual scene as
20945 it may be seen by an animal with less acute vision.")
20946 (license license:gpl2+)))
20947
20948 (define-public r-caret
20949 (package
20950 (name "r-caret")
20951 (version "6.0-86")
20952 (source
20953 (origin
20954 (method url-fetch)
20955 (uri (cran-uri "caret" version))
20956 (sha256
20957 (base32
20958 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
20959 (build-system r-build-system)
20960 (propagated-inputs
20961 `(("r-foreach" ,r-foreach)
20962 ("r-ggplot2" ,r-ggplot2)
20963 ("r-lattice" ,r-lattice)
20964 ("r-modelmetrics" ,r-modelmetrics)
20965 ("r-nlme" ,r-nlme)
20966 ("r-plyr" ,r-plyr)
20967 ("r-proc" ,r-proc)
20968 ("r-recipes" ,r-recipes)
20969 ("r-reshape2" ,r-reshape2)
20970 ("r-withr" ,r-withr)))
20971 (native-inputs
20972 `(("r-knitr" ,r-knitr)))
20973 (home-page "https://github.com/topepo/caret")
20974 (synopsis "Classification and regression training")
20975 (description
20976 "This package provides miscellaneous functions for training and plotting
20977 classification and regression models.")
20978 (license license:gpl2+)))
20979
20980 (define-public r-adabag
20981 (package
20982 (name "r-adabag")
20983 (version "4.2")
20984 (source
20985 (origin
20986 (method url-fetch)
20987 (uri (cran-uri "adabag" version))
20988 (sha256
20989 (base32
20990 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
20991 (properties `((upstream-name . "adabag")))
20992 (build-system r-build-system)
20993 (propagated-inputs
20994 `(("r-caret" ,r-caret)
20995 ("r-doparallel" ,r-doparallel)
20996 ("r-foreach" ,r-foreach)
20997 ("r-rpart" ,r-rpart)))
20998 (home-page "https://cran.r-project.org/web/packages/adabag/")
20999 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
21000 (description
21001 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
21002 Breiman's Bagging algorithm using classification trees as individual
21003 classifiers. Once these classifiers have been trained, they can be used to
21004 predict on new data. Also, cross validation estimation of the error can be
21005 done.")
21006 (license license:gpl2+)))
21007
21008 (define-public r-adagio
21009 (package
21010 (name "r-adagio")
21011 (version "0.7.1")
21012 (source
21013 (origin
21014 (method url-fetch)
21015 (uri (cran-uri "adagio" version))
21016 (sha256
21017 (base32
21018 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
21019 (properties `((upstream-name . "adagio")))
21020 (build-system r-build-system)
21021 (native-inputs `(("gfortran" ,gfortran)))
21022 (home-page "https://cran.r-project.org/web/packages/adagio/")
21023 (synopsis "Discrete and global optimization routines")
21024 (description
21025 "This package provides methods and algorithms for discrete optimization,
21026 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
21027 Hooke-Jeeves minimization, and some (evolutionary) global optimization
21028 functions.")
21029 (license license:gpl3+)))
21030
21031 (define-public r-univoutl
21032 (package
21033 (name "r-univoutl")
21034 (version "0.2")
21035 (source
21036 (origin
21037 (method url-fetch)
21038 (uri (cran-uri "univOutl" version))
21039 (sha256
21040 (base32
21041 "0rlc3w7cx2hfxacpjs9kmjzv5p8v9wxnlpxi3rh276wiy5zdr91v"))))
21042 (properties `((upstream-name . "univOutl")))
21043 (build-system r-build-system)
21044 (propagated-inputs
21045 `(("r-hmisc" ,r-hmisc)
21046 ("r-robustbase" ,r-robustbase)))
21047 (home-page "https://github.com/marcellodo/univOutl")
21048 (synopsis "Detection of univariate outliers")
21049 (description
21050 "This package provides well-known outlier detection techniques in the
21051 univariate case. Methods to deal with skewed distribution are included too.
21052 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
21053 historical data is implemented as well. When available, survey weights can be
21054 used in outliers detection.")
21055 (license license:gpl2+)))
21056
21057 (define-public r-tolerance
21058 (package
21059 (name "r-tolerance")
21060 (version "2.0.0")
21061 (source
21062 (origin
21063 (method url-fetch)
21064 (uri (cran-uri "tolerance" version))
21065 (sha256
21066 (base32
21067 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
21068 (properties `((upstream-name . "tolerance")))
21069 (build-system r-build-system)
21070 (propagated-inputs
21071 `(("r-mass" ,r-mass)
21072 ("r-rgl" ,r-rgl)))
21073 (home-page "https://cran.r-project.org/web/packages/tolerance/")
21074 (synopsis "Statistical tolerance intervals and regions")
21075 (description
21076 "This package provides functions for estimating tolerance
21077 limits (intervals) for various univariate distributions (binomial, Cauchy,
21078 discrete Pareto, exponential, two-parameter exponential, extreme value,
21079 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
21080 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
21081 Bayesian normal tolerance limits, multivariate normal tolerance regions,
21082 nonparametric tolerance intervals, tolerance bands for regression
21083 settings (linear regression, nonlinear regression, nonparametric regression,
21084 and multivariate regression), and analysis of variance tolerance intervals.
21085 Visualizations are also available for most of these settings.")
21086 (license license:gpl2+)))
21087
21088 (define-public r-additivitytests
21089 (package
21090 (name "r-additivitytests")
21091 (version "1.1-4")
21092 (source
21093 (origin
21094 (method url-fetch)
21095 (uri (cran-uri "additivityTests" version))
21096 (sha256
21097 (base32
21098 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
21099 (properties
21100 `((upstream-name . "additivityTests")))
21101 (build-system r-build-system)
21102 (home-page "https://github.com/simecek/additivityTests")
21103 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
21104 (description
21105 "This package provides an implementation of the Tukey, Mandel,
21106 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
21107 (license license:gpl3)))
21108
21109 (define-public r-flexclust
21110 (package
21111 (name "r-flexclust")
21112 (version "1.4-0")
21113 (source
21114 (origin
21115 (method url-fetch)
21116 (uri (cran-uri "flexclust" version))
21117 (sha256
21118 (base32
21119 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
21120 (properties `((upstream-name . "flexclust")))
21121 (build-system r-build-system)
21122 (propagated-inputs
21123 `(("r-class" ,r-class)
21124 ("r-lattice" ,r-lattice)
21125 ("r-modeltools" ,r-modeltools)))
21126 (home-page "https://cran.r-project.org/web/packages/flexclust/")
21127 (synopsis "Flexible cluster algorithms")
21128 (description
21129 "The main function @code{kcca} implements a general framework for
21130 k-centroids cluster analysis supporting arbitrary distance measures and
21131 centroid computation. Further cluster methods include hard competitive
21132 learning, neural gas, and QT clustering. There are numerous visualization
21133 methods for cluster results (neighborhood graphs, convex cluster hulls,
21134 barcharts of centroids, ...), and bootstrap methods for the analysis of
21135 cluster stability.")
21136 (license license:gpl2)))
21137
21138 (define-public r-biclust
21139 (package
21140 (name "r-biclust")
21141 (version "2.0.2")
21142 (source
21143 (origin
21144 (method url-fetch)
21145 (uri (cran-uri "biclust" version))
21146 (sha256
21147 (base32
21148 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
21149 (properties `((upstream-name . "biclust")))
21150 (build-system r-build-system)
21151 (propagated-inputs
21152 `(("r-additivitytests" ,r-additivitytests)
21153 ("r-colorspace" ,r-colorspace)
21154 ("r-flexclust" ,r-flexclust)
21155 ("r-ggplot2" ,r-ggplot2)
21156 ("r-lattice" ,r-lattice)
21157 ("r-mass" ,r-mass)
21158 ("r-tidyr" ,r-tidyr)))
21159 (home-page "https://cran.r-project.org/web/packages/biclust/")
21160 (synopsis "BiCluster algorithms")
21161 (description
21162 "The main function @code{biclust()} provides several algorithms to find
21163 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
21164 In addition, the package provides methods for data
21165 preprocessing (normalization and discretization), visualization, and
21166 validation of bicluster solutions.")
21167 (license license:gpl3)))
21168
21169 (define-public r-icge
21170 (package
21171 (name "r-icge")
21172 (version "0.3")
21173 (source
21174 (origin
21175 (method url-fetch)
21176 (uri (cran-uri "ICGE" version))
21177 (sha256
21178 (base32
21179 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
21180 (properties `((upstream-name . "ICGE")))
21181 (build-system r-build-system)
21182 (propagated-inputs
21183 `(("r-cluster" ,r-cluster)
21184 ("r-mass" ,r-mass)))
21185 (home-page "https://cran.r-project.org/web/packages/ICGE/")
21186 (synopsis "Cluster estimation and identification of atypical units")
21187 (description
21188 "ICGE is a package that helps to estimate the number of real clusters in
21189 data as well as to identify atypical units. The underlying methods are based
21190 on distances rather than on unit x variables.")
21191 (license license:gpl2+)))
21192
21193 (define-public r-depth
21194 (package
21195 (name "r-depth")
21196 (version "2.1-1.1")
21197 (source
21198 (origin
21199 (method url-fetch)
21200 (uri (cran-uri "depth" version))
21201 (sha256
21202 (base32
21203 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
21204 (properties `((upstream-name . "depth")))
21205 (build-system r-build-system)
21206 (propagated-inputs
21207 `(("r-abind" ,r-abind)
21208 ("r-circular" ,r-circular)
21209 ("r-rgl" ,r-rgl)))
21210 (native-inputs
21211 `(("gfortran" ,gfortran)))
21212 (home-page "https://cran.r-project.org/web/packages/depth/")
21213 (synopsis "Nonparametric depth functions for multivariate analysis")
21214 (description
21215 "This package provides tools for depth functions methodology applied to
21216 multivariate analysis. Besides allowing calculation of depth values and
21217 depth-based location estimators, the package includes functions or drawing
21218 contour plots and perspective plots of depth functions. Euclidean and
21219 spherical depths are supported.")
21220 (license license:gpl2)))
21221
21222 (define-public r-archetypes
21223 (package
21224 (name "r-archetypes")
21225 (version "2.2-0.1")
21226 (source
21227 (origin
21228 (method url-fetch)
21229 (uri (cran-uri "archetypes" version))
21230 (sha256
21231 (base32
21232 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
21233 (properties `((upstream-name . "archetypes")))
21234 (build-system r-build-system)
21235 (propagated-inputs
21236 `(("r-modeltools" ,r-modeltools)
21237 ("r-nnls" ,r-nnls)))
21238 (home-page "https://cran.r-project.org/web/packages/archetypes")
21239 (synopsis "Archetypal analysis")
21240 (description
21241 "The main function @code{archetypes} implements a framework for
21242 archetypal analysis supporting arbitrary problem solving mechanisms for the
21243 different conceptual parts of the algorithm.")
21244 (license license:gpl2+)))
21245
21246 (define-public r-shapes
21247 (package
21248 (name "r-shapes")
21249 (version "1.2.5")
21250 (source
21251 (origin
21252 (method url-fetch)
21253 (uri (cran-uri "shapes" version))
21254 (sha256
21255 (base32
21256 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
21257 (properties `((upstream-name . "shapes")))
21258 (build-system r-build-system)
21259 (propagated-inputs
21260 `(("r-mass" ,r-mass)
21261 ("r-minpack-lm" ,r-minpack-lm)
21262 ("r-rgl" ,r-rgl)
21263 ("r-scatterplot3d" ,r-scatterplot3d)))
21264 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
21265 (synopsis "Statistical shape analysis")
21266 (description
21267 "This package provides routines for the statistical analysis of landmark
21268 shapes, including Procrustes analysis, graphical displays, principal
21269 components analysis, permutation and bootstrap tests, thin-plate spline
21270 transformation grids and comparing covariance matrices. See Dryden, I.L. and
21271 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
21272 Edition), John Wiley and Sons.")
21273 (license license:gpl2)))
21274
21275 (define-public r-anthropometry
21276 (package
21277 (name "r-anthropometry")
21278 (version "1.14")
21279 (source
21280 (origin
21281 (method url-fetch)
21282 (uri (cran-uri "Anthropometry" version))
21283 (sha256
21284 (base32
21285 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
21286 (properties `((upstream-name . "Anthropometry")))
21287 (build-system r-build-system)
21288 (propagated-inputs
21289 `(("r-archetypes" ,r-archetypes)
21290 ("r-biclust" ,r-biclust)
21291 ("r-cluster" ,r-cluster)
21292 ("r-depth" ,r-depth)
21293 ("r-fnn" ,r-fnn)
21294 ("r-icge" ,r-icge)
21295 ("r-nnls" ,r-nnls)
21296 ("r-rgl" ,r-rgl)
21297 ("r-shapes" ,r-shapes)))
21298 (native-inputs
21299 `(("r-knitr" ,r-knitr)))
21300 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
21301 (synopsis "Statistical methods for anthropometric data")
21302 (description
21303 "This package provides statistical methods especially developed to
21304 analyze anthropometric data. These methods are aimed at providing effective
21305 solutions to some commons problems related to Ergonomics and Anthropometry.
21306 They are based on clustering, the statistical concept of data depth,
21307 statistical shape analysis and archetypal analysis.")
21308 (license license:gpl2+)))
21309
21310 (define-public r-adamethods
21311 (package
21312 (name "r-adamethods")
21313 (version "1.2.1")
21314 (source
21315 (origin
21316 (method url-fetch)
21317 (uri (cran-uri "adamethods" version))
21318 (sha256
21319 (base32
21320 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
21321 (properties `((upstream-name . "adamethods")))
21322 (build-system r-build-system)
21323 (propagated-inputs
21324 `(("r-anthropometry" ,r-anthropometry)
21325 ("r-archetypes" ,r-archetypes)
21326 ("r-fnn" ,r-fnn)
21327 ("r-foreach" ,r-foreach)
21328 ("r-nnls" ,r-nnls)
21329 ("r-tolerance" ,r-tolerance)
21330 ("r-univoutl" ,r-univoutl)))
21331 (home-page "https://cran.r-project.org/web/packages/adamethods/")
21332 (synopsis "Archetypoid algorithms and anomaly detection")
21333 (description
21334 "This package is a collection of several algorithms to obtain
21335 archetypoids with small and large databases and with both classical
21336 multivariate data and functional data (univariate and multivariate). Some of
21337 these algorithms also detect anomalies (outliers).")
21338 (license license:gpl2+)))
21339
21340 (define-public r-idpmisc
21341 (package
21342 (name "r-idpmisc")
21343 (version "1.1.20")
21344 (source
21345 (origin
21346 (method url-fetch)
21347 (uri (cran-uri "IDPmisc" version))
21348 (sha256
21349 (base32
21350 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
21351 (properties `((upstream-name . "IDPmisc")))
21352 (build-system r-build-system)
21353 (propagated-inputs
21354 `(("r-lattice" ,r-lattice)))
21355 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
21356 (synopsis "Functions for data analyses and visualization")
21357 (description
21358 "This package provides different high-level graphics functions for
21359 displaying large datasets, displaying circular data in a very flexible way,
21360 finding local maxima, brewing color ramps, drawing nice arrows, zooming
21361 2D-plots, creating figures with differently colored margin and plot region.
21362 In addition, the package contains auxiliary functions for data manipulation
21363 like omitting observations with irregular values or selecting data by logical
21364 vectors, which include NAs. Other functions are especially useful in
21365 spectroscopy and analyses of environmental data: robust baseline fitting,
21366 finding peaks in spectra, converting humidity measures.")
21367 (license license:gpl3+)))
21368
21369 (define-public r-qqman
21370 (package
21371 (name "r-qqman")
21372 (version "0.1.4")
21373 (source
21374 (origin
21375 (method url-fetch)
21376 (uri (cran-uri "qqman" version))
21377 (sha256
21378 (base32
21379 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
21380 (properties `((upstream-name . "qqman")))
21381 (build-system r-build-system)
21382 (propagated-inputs
21383 `(("r-calibrate" ,r-calibrate)))
21384 (home-page "https://cran.r-project.org/web/packages/qqman/")
21385 (synopsis "Q-Q and Manhattan plots for GWAS data")
21386 (description
21387 "This package allows you to create Q-Q and Manhattan plots for GWAS data
21388 from PLINK results.")
21389 (license license:gpl3)))
21390
21391 (define-public r-ggplot-multistats
21392 (package
21393 (name "r-ggplot-multistats")
21394 (version "1.0.0")
21395 (source
21396 (origin
21397 (method url-fetch)
21398 (uri (cran-uri "ggplot.multistats" version))
21399 (sha256
21400 (base32
21401 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
21402 (properties
21403 `((upstream-name . "ggplot.multistats")))
21404 (build-system r-build-system)
21405 (propagated-inputs
21406 `(("r-ggplot2" ,r-ggplot2)
21407 ("r-hexbin" ,r-hexbin)
21408 ("r-rlang" ,r-rlang)
21409 ("r-scales" ,r-scales)))
21410 (home-page "https://github.com/flying-sheep/ggplot.multistats")
21411 (synopsis "Multiple summary statistics for binned stats/geometries")
21412 (description
21413 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
21414 which functions similar to its singular form, but allows the use of multiple
21415 statistics per bin. Those statistics can be mapped to multiple bin
21416 aesthetics.")
21417 (license license:gpl3)))
21418
21419 (define-public r-knn-covertree
21420 (package
21421 (name "r-knn-covertree")
21422 (version "1.0")
21423 (source
21424 (origin
21425 (method url-fetch)
21426 (uri (cran-uri "knn.covertree" version))
21427 (sha256
21428 (base32
21429 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
21430 (properties `((upstream-name . "knn.covertree")))
21431 (build-system r-build-system)
21432 (propagated-inputs
21433 `(("r-matrix" ,r-matrix)
21434 ("r-rcpp" ,r-rcpp)
21435 ("r-rcppeigen" ,r-rcppeigen)))
21436 (home-page "https://github.com/flying-sheep/knn.covertree")
21437 (synopsis "Accurate kNN Implementation with multiple distance measures")
21438 (description
21439 "Similarly to the FNN package, this package allows calculation of the k
21440 nearest neighbors (kNN) of a data matrix. The implementation is based on
21441 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
21442 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
21443 (license license:agpl3+)))
21444
21445 (define-public r-poibin
21446 (package
21447 (name "r-poibin")
21448 (version "1.5")
21449 (source
21450 (origin
21451 (method url-fetch)
21452 (uri (cran-uri "poibin" version))
21453 (sha256
21454 (base32
21455 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
21456 (properties `((upstream-name . "poibin")))
21457 (build-system r-build-system)
21458 (home-page "https://cran.r-project.org/web/packages/poibin/")
21459 (synopsis "Poisson binomial distribution")
21460 (description
21461 "This package provides an implementation of both the exact and
21462 approximation methods for computing the @dfn{cumulative distribution
21463 function} (CDF) of the Poisson binomial distribution. It also provides the
21464 @dfn{probability mass function} (PMF), quantile function, and random number
21465 generation for the Poisson binomial distribution.")
21466 (license license:gpl2)))
21467
21468 (define-public r-diagram
21469 (package
21470 (name "r-diagram")
21471 (version "1.6.5")
21472 (source
21473 (origin
21474 (method url-fetch)
21475 (uri (cran-uri "diagram" version))
21476 (sha256
21477 (base32
21478 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
21479 (properties `((upstream-name . "diagram")))
21480 (build-system r-build-system)
21481 (propagated-inputs
21482 `(("r-shape" ,r-shape)))
21483 (home-page "https://cran.r-project.org/web/packages/diagram/")
21484 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
21485 (description
21486 "This package provides tools to visualize simple graphs (networks) based
21487 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
21488 electrical networks, etc. It also includes supporting material for the book
21489 \"A practical guide to ecological modelling - using R as a simulation
21490 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
21491 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
21492 Francesca Mazzia (2012).")
21493 (license license:gpl2+)))
21494
21495 (define-public r-lim
21496 (package
21497 (name "r-lim")
21498 (version "1.4.6")
21499 (source
21500 (origin
21501 (method url-fetch)
21502 (uri (cran-uri "LIM" version))
21503 (sha256
21504 (base32
21505 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
21506 (properties `((upstream-name . "LIM")))
21507 (build-system r-build-system)
21508 (propagated-inputs
21509 `(("r-diagram" ,r-diagram)
21510 ("r-limsolve" ,r-limsolve)))
21511 (home-page "https://cran.r-project.org/web/packages/LIM/")
21512 (synopsis "Linear inverse model examples and solution methods")
21513 (description
21514 "This package provides functions that read and solve linear inverse
21515 problems (food web problems, linear programming problems).")
21516 (license license:gpl2+)))
21517
21518 (define-public r-shinycssloaders
21519 (package
21520 (name "r-shinycssloaders")
21521 (version "1.0.0")
21522 (source
21523 (origin
21524 (method url-fetch)
21525 (uri (cran-uri "shinycssloaders" version))
21526 (sha256
21527 (base32
21528 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
21529 (properties
21530 `((upstream-name . "shinycssloaders")))
21531 (build-system r-build-system)
21532 (propagated-inputs
21533 `(("r-digest" ,r-digest)
21534 ("r-glue" ,r-glue)
21535 ("r-shiny" ,r-shiny)))
21536 (home-page "https://github.com/andrewsali/shinycssloaders")
21537 (synopsis "Add CSS loading animations to Shiny outputs")
21538 (description
21539 "This package provides tools to create a lightweight Shiny wrapper for
21540 the css-loaders created by Luke Hass
21541 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
21542 automatically show a loader when the output is (re)calculating.")
21543 (license license:gpl3)))
21544
21545 (define-public r-rsvg
21546 (package
21547 (name "r-rsvg")
21548 (version "2.1")
21549 (source
21550 (origin
21551 (method url-fetch)
21552 (uri (cran-uri "rsvg" version))
21553 (sha256
21554 (base32
21555 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
21556 (properties `((upstream-name . "rsvg")))
21557 (build-system r-build-system)
21558 (inputs
21559 `(("librsvg" ,librsvg)
21560 ("zlib" ,zlib)))
21561 (native-inputs
21562 `(("pkg-config" ,pkg-config)
21563 ("r-knitr" ,r-knitr)))
21564 (home-page "https://github.com/jeroen/rsvg#readme")
21565 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
21566 (description
21567 "This package allows you to render vector-based SVG images into
21568 high-quality custom-size bitmap arrays using the librsvg2 library. The
21569 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
21570 addition, the package can convert images directly to various formats such as
21571 PDF or PostScript.")
21572 (license license:expat)))
21573
21574 (define-public r-influencer
21575 (package
21576 (name "r-influencer")
21577 (version "0.1.0")
21578 (source
21579 (origin
21580 (method url-fetch)
21581 (uri (cran-uri "influenceR" version))
21582 (sha256
21583 (base32
21584 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
21585 (properties `((upstream-name . "influenceR")))
21586 (build-system r-build-system)
21587 (propagated-inputs
21588 `(("r-igraph" ,r-igraph)
21589 ("r-matrix" ,r-matrix)))
21590 (home-page "https://github.com/rcc-uchicago/influenceR")
21591 (synopsis "Tools to quantify structural importance of nodes in a network")
21592 (description
21593 "This package provides functionality to compute various node centrality
21594 measures on networks. Included are functions to compute betweenness
21595 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
21596 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
21597 algorithm to identify key players, and Valente's bridging metric. The
21598 betweenness, Key Players, and bridging implementations are parallelized with
21599 OpenMP.")
21600 (license license:gpl2)))
21601
21602 (define-public r-emplik
21603 (package
21604 (name "r-emplik")
21605 (version "1.1-1")
21606 (source
21607 (origin
21608 (method url-fetch)
21609 (uri (cran-uri "emplik" version))
21610 (sha256
21611 (base32
21612 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
21613 (properties `((upstream-name . "emplik")))
21614 (build-system r-build-system)
21615 (propagated-inputs
21616 `(("r-quantreg" ,r-quantreg)))
21617 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
21618 (synopsis "Empirical likelihood ratio for censored/truncated data")
21619 (description
21620 "This package provides empirical likelihood ratio tests for
21621 means/quantiles/hazards from possibly censored and/or truncated data. It also
21622 does regression.")
21623 (license license:gpl2+)))
21624
21625 (define-public r-imputeyn
21626 (package
21627 (name "r-imputeyn")
21628 (version "1.3")
21629 (source
21630 (origin
21631 (method url-fetch)
21632 (uri (cran-uri "imputeYn" version))
21633 (sha256
21634 (base32
21635 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
21636 (properties `((upstream-name . "imputeYn")))
21637 (build-system r-build-system)
21638 (propagated-inputs
21639 `(("r-boot" ,r-boot)
21640 ("r-emplik" ,r-emplik)
21641 ("r-mvtnorm" ,r-mvtnorm)
21642 ("r-quadprog" ,r-quadprog)
21643 ("r-survival" ,r-survival)))
21644 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
21645 (synopsis "Impute last largest censored observation under weighted least squares")
21646 (description
21647 "This package allows for the imputation of the last largest censored
21648 observantions. This method brings less bias and more efficient estimates for
21649 AFT models.")
21650 (license license:gpl2)))
21651
21652 (define-public r-adapenetclass
21653 (package
21654 (name "r-adapenetclass")
21655 (version "1.2")
21656 (source
21657 (origin
21658 (method url-fetch)
21659 (uri (cran-uri "AdapEnetClass" version))
21660 (sha256
21661 (base32
21662 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
21663 (properties `((upstream-name . "AdapEnetClass")))
21664 (build-system r-build-system)
21665 (propagated-inputs
21666 `(("r-glmnet" ,r-glmnet)
21667 ("r-imputeyn" ,r-imputeyn)
21668 ("r-lars" ,r-lars)
21669 ("r-quadprog" ,r-quadprog)))
21670 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
21671 (synopsis "Class of adaptive elastic net methods for censored data")
21672 (description
21673 "This package provides methods for variable selection for AFT models.")
21674 (license license:gpl2)))
21675
21676 (define-public r-flock
21677 (package
21678 (name "r-flock")
21679 (version "0.7")
21680 (source
21681 (origin
21682 (method url-fetch)
21683 (uri (cran-uri "flock" version))
21684 (sha256
21685 (base32
21686 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
21687 (properties `((upstream-name . "flock")))
21688 (build-system r-build-system)
21689 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
21690 (home-page "https://cran.r-project.org/web/packages/flock/")
21691 (synopsis "Process synchronization using file locks")
21692 (description
21693 "This package implements synchronization between R processes (spawned by
21694 using the @code{parallel} package for instance) using file locks. It supports
21695 both exclusive and shared locking.")
21696 (license license:asl2.0)))
21697
21698 (define-public r-archivist
21699 (package
21700 (name "r-archivist")
21701 (version "2.3.5")
21702 (source
21703 (origin
21704 (method url-fetch)
21705 (uri (cran-uri "archivist" version))
21706 (sha256
21707 (base32
21708 "0sk16bcafgswrvwh39ysbgm6jvsg20yil4pdsg3wsp81nnsrb43k"))))
21709 (properties `((upstream-name . "archivist")))
21710 (build-system r-build-system)
21711 (propagated-inputs
21712 `(("r-dbi" ,r-dbi)
21713 ("r-digest" ,r-digest)
21714 ("r-flock" ,r-flock)
21715 ("r-httr" ,r-httr)
21716 ("r-lubridate" ,r-lubridate)
21717 ("r-magrittr" ,r-magrittr)
21718 ("r-rcurl" ,r-rcurl)
21719 ("r-rsqlite" ,r-rsqlite)))
21720 (native-inputs
21721 `(("r-knitr" ,r-knitr)))
21722 (home-page "https://pbiecek.github.io/archivist/")
21723 (synopsis "Tools for storing, restoring and searching for R objects")
21724 (description
21725 "Data exploration and modelling is a process in which a lot of data
21726 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
21727 statistical models, different versions of data sets and different versions of
21728 results. Archivist helps to store and manage artifacts created in R. It
21729 allows you to store selected artifacts as binary files together with their
21730 metadata and relations. Archivist allows sharing artifacts with others. It
21731 can look for already created artifacts by using its class, name, date of the
21732 creation or other properties. It also makes it easy to restore such
21733 artifacts.")
21734 (license license:gpl2)))
21735
21736 (define-public r-versions
21737 (package
21738 (name "r-versions")
21739 (version "0.3")
21740 (source
21741 (origin
21742 (method url-fetch)
21743 (uri (cran-uri "versions" version))
21744 (sha256
21745 (base32
21746 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
21747 (properties `((upstream-name . "versions")))
21748 (build-system r-build-system)
21749 (home-page "https://cran.r-project.org/web/packages/versions/")
21750 (synopsis "Query and install specific versions of CRAN packages")
21751 (description
21752 "This package allows you to install specified versions of R packages
21753 hosted on CRAN and provides functions to list available versions and the
21754 versions of currently installed packages.")
21755 (license license:bsd-3)))
21756
21757 (define-public r-adapr
21758 (package
21759 (name "r-adapr")
21760 (version "2.0.0")
21761 (source
21762 (origin
21763 (method url-fetch)
21764 (uri (cran-uri "adapr" version))
21765 (sha256
21766 (base32
21767 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
21768 (properties `((upstream-name . "adapr")))
21769 (build-system r-build-system)
21770 (propagated-inputs
21771 `(("r-archivist" ,r-archivist)
21772 ("r-devtools" ,r-devtools)
21773 ("r-digest" ,r-digest)
21774 ("r-doparallel" ,r-doparallel)
21775 ("r-gdata" ,r-gdata)
21776 ("r-ggplot2" ,r-ggplot2)
21777 ("r-git2r" ,r-git2r)
21778 ("r-igraph" ,r-igraph)
21779 ("r-knitr" ,r-knitr)
21780 ("r-plotly" ,r-plotly)
21781 ("r-plyr" ,r-plyr)
21782 ("r-rmarkdown" ,r-rmarkdown)
21783 ("r-shiny" ,r-shiny)
21784 ("r-shinydashboard" ,r-shinydashboard)
21785 ("r-versions" ,r-versions)))
21786 (home-page "https://cran.r-project.org/web/packages/adapr/")
21787 (synopsis "Implementation of an accountable data analysis process")
21788 (description
21789 "This package tracks reading and writing within R scripts that are
21790 organized into a directed acyclic graph. It contains an interactive Shiny
21791 application @code{adaprApp()}. It uses Git and file hashes to track version
21792 histories of inputs and outputs.")
21793 (license license:lgpl2.0)))
21794
21795 (define-public r-adapsamp
21796 (package
21797 (name "r-adapsamp")
21798 (version "1.1.1")
21799 (source
21800 (origin
21801 (method url-fetch)
21802 (uri (cran-uri "AdapSamp" version))
21803 (sha256
21804 (base32
21805 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
21806 (properties `((upstream-name . "AdapSamp")))
21807 (build-system r-build-system)
21808 (propagated-inputs `(("r-pracma" ,r-pracma)))
21809 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
21810 (synopsis "Adaptive sampling algorithms")
21811 (description
21812 "For distributions whose probability density functions are log-concave,
21813 the adaptive rejection sampling algorithm can be used to build envelope
21814 functions for sampling. For others, the modified adaptive rejection sampling
21815 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
21816 adaptive slice sampling algorithm can be used. This R package mainly includes
21817 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
21818 @code{rASS()}. These functions can realize sampling based on the algorithms
21819 above.")
21820 (license license:gpl2)))
21821
21822 (define-public r-adaptalint
21823 (package
21824 (name "r-adaptalint")
21825 (version "0.2.4")
21826 (source
21827 (origin
21828 (method url-fetch)
21829 (uri (cran-uri "adaptalint" version))
21830 (sha256
21831 (base32
21832 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
21833 (properties `((upstream-name . "adaptalint")))
21834 (build-system r-build-system)
21835 (propagated-inputs
21836 `(("r-dplyr" ,r-dplyr)
21837 ("r-lintr" ,r-lintr)
21838 ("r-purrr" ,r-purrr)))
21839 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
21840 (synopsis "Check R code style")
21841 (description
21842 "This package provides tools to infer the code style (which style rules
21843 are followed and which ones are not) from one package and use it to check
21844 another. This makes it easier to find and correct the most important problems
21845 first.")
21846 (license license:gpl3)))
21847
21848 (define-public r-fracdiff
21849 (package
21850 (name "r-fracdiff")
21851 (version "1.5-1")
21852 (source
21853 (origin
21854 (method url-fetch)
21855 (uri (cran-uri "fracdiff" version))
21856 (sha256
21857 (base32
21858 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
21859 (properties `((upstream-name . "fracdiff")))
21860 (build-system r-build-system)
21861 (home-page "https://github.com/mmaechler/fracdiff")
21862 (synopsis
21863 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
21864 (description
21865 "This package provides tools for the maximum likelihood estimation of the
21866 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
21867 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
21868 (license license:gpl2+)))
21869
21870 (define-public r-forecast
21871 (package
21872 (name "r-forecast")
21873 (version "8.14")
21874 (source
21875 (origin
21876 (method url-fetch)
21877 (uri (cran-uri "forecast" version))
21878 (sha256
21879 (base32
21880 "12bfw029xb1dndcjyn2r7a51i7hnkkbdilp69k97sz2v8b7v1y3s"))))
21881 (properties `((upstream-name . "forecast")))
21882 (build-system r-build-system)
21883 (propagated-inputs
21884 `(("r-colorspace" ,r-colorspace)
21885 ("r-fracdiff" ,r-fracdiff)
21886 ("r-ggplot2" ,r-ggplot2)
21887 ("r-lmtest" ,r-lmtest)
21888 ("r-magrittr" ,r-magrittr)
21889 ("r-nnet" ,r-nnet)
21890 ("r-rcpp" ,r-rcpp)
21891 ("r-rcpparmadillo" ,r-rcpparmadillo)
21892 ("r-timedate" ,r-timedate)
21893 ("r-tseries" ,r-tseries)
21894 ("r-urca" ,r-urca)
21895 ("r-zoo" ,r-zoo)))
21896 (native-inputs
21897 `(("r-knitr" ,r-knitr))) ; needed for vignettes
21898 (home-page "https://pkg.robjhyndman.com/forecast/")
21899 (synopsis "Forecasting functions for time series and linear models")
21900 (description
21901 "This package provides methods and tools for displaying and analysing
21902 univariate time series forecasts including exponential smoothing via state
21903 space models and automatic ARIMA modelling.")
21904 (license license:gpl3)))
21905
21906 (define-public r-xmisc
21907 (package
21908 (name "r-xmisc")
21909 (version "0.2.1")
21910 (source
21911 (origin
21912 (method url-fetch)
21913 (uri (cran-uri "Xmisc" version))
21914 (sha256
21915 (base32
21916 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
21917 (properties `((upstream-name . "Xmisc")))
21918 (build-system r-build-system)
21919 (home-page "https://cran.r-project.org/package=Xmisc")
21920 (synopsis
21921 "Xiaobei's miscellaneous classes and functions")
21922 (description
21923 "This package provides Xiaobei's miscellaneous classes and functions,
21924 which are useful when developing R packages for @dfn{object oriented
21925 programming} (OOP) using R Reference Class.")
21926 (license license:gpl2+)))
21927
21928 (define-public r-proxyc
21929 (package
21930 (name "r-proxyc")
21931 (version "0.1.5")
21932 (source
21933 (origin
21934 (method url-fetch)
21935 (uri (cran-uri "proxyC" version))
21936 (sha256
21937 (base32
21938 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
21939 (properties `((upstream-name . "proxyC")))
21940 (build-system r-build-system)
21941 (propagated-inputs
21942 `(("r-matrix" ,r-matrix)
21943 ("r-rcpp" ,r-rcpp)
21944 ("r-rcpparmadillo" ,r-rcpparmadillo)
21945 ("r-rcppparallel" ,r-rcppparallel)))
21946 (home-page "https://cran.r-project.org/package=proxyC")
21947 (synopsis "Compute proximity in large sparse matrices")
21948 (description
21949 "This package provides efficient tools to compute the proximity between
21950 rows or columns of large matrices. Functions are optimised for large sparse
21951 matrices using the Armadillo and Intel TBB libraries. Among several built-in
21952 similarity/distance measures, computation of correlation, cosine similarity
21953 and Euclidean distance is particularly fast.")
21954 (license license:gpl3)))
21955
21956 (define-public r-isocodes
21957 (package
21958 (name "r-isocodes")
21959 (version "2021.02.24")
21960 (source
21961 (origin
21962 (method url-fetch)
21963 (uri (cran-uri "ISOcodes" version))
21964 (sha256
21965 (base32
21966 "19irnn2yi1bzhf03g666la84kj8040f5913kfrmd16dfnjy6j9qm"))))
21967 (properties `((upstream-name . "ISOcodes")))
21968 (build-system r-build-system)
21969 (home-page "https://cran.r-project.org/package=ISOcodes")
21970 (synopsis "Selected ISO codes")
21971 (description
21972 "This package provides ISO language, territory, currency, script and
21973 character codes. It provides ISO 639 language codes, ISO 3166 territory
21974 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
21975 character codes as well as the UN M.49 area codes.")
21976 (license license:gpl2)))
21977
21978 (define-public r-stopwords
21979 (package
21980 (name "r-stopwords")
21981 (version "2.2")
21982 (source
21983 (origin
21984 (method url-fetch)
21985 (uri (cran-uri "stopwords" version))
21986 (sha256
21987 (base32
21988 "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
21989 (properties `((upstream-name . "stopwords")))
21990 (build-system r-build-system)
21991 (propagated-inputs
21992 `(("r-isocodes" ,r-isocodes)))
21993 (home-page "https://github.com/quanteda/stopwords")
21994 (synopsis "Multilingual stopword lists")
21995 (description
21996 "This package provides multiple sources of stopwords, for use in text
21997 analysis and natural language processing.")
21998 (license license:expat)))
21999
22000 (define-public r-spacyr
22001 (package
22002 (name "r-spacyr")
22003 (version "1.2.1")
22004 (source
22005 (origin
22006 (method url-fetch)
22007 (uri (cran-uri "spacyr" version))
22008 (sha256
22009 (base32
22010 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
22011 (properties `((upstream-name . "spacyr")))
22012 (build-system r-build-system)
22013 (propagated-inputs
22014 `(("r-data-table" ,r-data-table)
22015 ("r-reticulate" ,r-reticulate)))
22016 (home-page "https://spacyr.quanteda.io")
22017 (synopsis "R wrapper for the spaCy NLP library")
22018 (description
22019 "This package provides an R wrapper to the Python @dfn{natural language
22020 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
22021 (license license:gpl3)))
22022
22023 (define-public r-snowballc
22024 (package
22025 (name "r-snowballc")
22026 (version "0.7.0")
22027 (source
22028 (origin
22029 (method url-fetch)
22030 (uri (cran-uri "SnowballC" version))
22031 (sha256
22032 (base32
22033 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
22034 (properties `((upstream-name . "SnowballC")))
22035 (build-system r-build-system)
22036 (home-page "https://r-forge.r-project.org/projects/r-temis/")
22037 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
22038 (description
22039 "This package provides an R interface to the C @code{libstemmer} library
22040 that implements Porter's word stemming algorithm for collapsing words to a
22041 common root to aid comparison of vocabulary. Currently supported languages
22042 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
22043 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
22044 (license license:bsd-3)))
22045
22046 (define-public r-quanteda
22047 (package
22048 (name "r-quanteda")
22049 (version "2.1.2")
22050 (source
22051 (origin
22052 (method url-fetch)
22053 (uri (cran-uri "quanteda" version))
22054 (sha256
22055 (base32
22056 "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
22057 (properties `((upstream-name . "quanteda")))
22058 (build-system r-build-system)
22059 (propagated-inputs
22060 `(("r-data-table" ,r-data-table)
22061 ("r-digest" ,r-digest)
22062 ("r-extrafont" ,r-extrafont)
22063 ("r-fastmatch" ,r-fastmatch)
22064 ("r-ggplot2" ,r-ggplot2)
22065 ("r-ggrepel" ,r-ggrepel)
22066 ("r-jsonlite" ,r-jsonlite)
22067 ("r-magrittr" ,r-magrittr)
22068 ("r-matrix" ,r-matrix)
22069 ("r-network" ,r-network)
22070 ("r-proxyc" ,r-proxyc)
22071 ("r-rcpp" ,r-rcpp)
22072 ("r-rcpparmadillo" ,r-rcpparmadillo)
22073 ("r-rcppparallel" ,r-rcppparallel)
22074 ("r-sna" ,r-sna)
22075 ("r-snowballc" ,r-snowballc)
22076 ("r-stopwords" ,r-stopwords)
22077 ("r-stringi" ,r-stringi)
22078 ("r-xml2" ,r-xml2)
22079 ("r-yaml" ,r-yaml)))
22080 (native-inputs
22081 `(("r-knitr" ,r-knitr)))
22082 (home-page "https://quanteda.io")
22083 (synopsis "Quantitative analysis of textual data")
22084 (description
22085 "This package provides a fast, flexible, and comprehensive framework for
22086 quantitative text analysis in R. It provides functionality for corpus
22087 management, creating and manipulating tokens and ngrams, exploring keywords in
22088 context, forming and manipulating sparse matrices of documents by features and
22089 feature co-occurrences, analyzing keywords, computing feature similarities and
22090 distances, applying content dictionaries, applying supervised and unsupervised
22091 machine learning, visually representing text and text analyses, and more.")
22092 (license license:gpl3)))
22093
22094 (define-public r-topicmodels
22095 (package
22096 (name "r-topicmodels")
22097 (version "0.2-12")
22098 (source
22099 (origin
22100 (method url-fetch)
22101 (uri (cran-uri "topicmodels" version))
22102 (sha256
22103 (base32
22104 "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
22105 (properties `((upstream-name . "topicmodels")))
22106 (build-system r-build-system)
22107 (inputs
22108 `(("gsl" ,gsl)))
22109 (propagated-inputs
22110 `(("r-modeltools" ,r-modeltools)
22111 ("r-slam" ,r-slam)
22112 ("r-tm" ,r-tm)))
22113 (home-page "https://cran.r-project.org/package=topicmodels")
22114 (synopsis "Topic models")
22115 (description
22116 "This package provides an interface to the C code for @dfn{Latent
22117 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
22118 David M. Blei and co-authors and the C++ code for fitting LDA models using
22119 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
22120 (license license:gpl2)))
22121
22122 (define-public r-stm
22123 (package
22124 (name "r-stm")
22125 (version "1.3.6")
22126 (source
22127 (origin
22128 (method url-fetch)
22129 (uri (cran-uri "stm" version))
22130 (sha256
22131 (base32
22132 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
22133 (properties `((upstream-name . "stm")))
22134 (build-system r-build-system)
22135 (propagated-inputs
22136 `(("r-data-table" ,r-data-table)
22137 ("r-glmnet" ,r-glmnet)
22138 ("r-lda" ,r-lda)
22139 ("r-matrix" ,r-matrix)
22140 ("r-matrixstats" ,r-matrixstats)
22141 ("r-quadprog" ,r-quadprog)
22142 ("r-quanteda" ,r-quanteda)
22143 ("r-rcpp" ,r-rcpp)
22144 ("r-rcpparmadillo" ,r-rcpparmadillo)
22145 ("r-slam" ,r-slam)
22146 ("r-stringr" ,r-stringr)))
22147 (home-page "http://www.structuraltopicmodel.com/")
22148 (synopsis "Estimation of the Structural Topic Model")
22149 (description
22150 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
22151 topic models with document-level covariates. The package also includes tools
22152 for model selection, visualization, and estimation of topic-covariate
22153 regressions.")
22154 (license license:expat)))
22155
22156 (define-public r-polycor
22157 (package
22158 (name "r-polycor")
22159 (version "0.7-10")
22160 (source
22161 (origin
22162 (method url-fetch)
22163 (uri (cran-uri "polycor" version))
22164 (sha256
22165 (base32
22166 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
22167 (properties `((upstream-name . "polycor")))
22168 (build-system r-build-system)
22169 (propagated-inputs
22170 `(("r-matrix" ,r-matrix)
22171 ("r-mvtnorm" ,r-mvtnorm)))
22172 (home-page "https://r-forge.r-project.org/projects/polycor/")
22173 (synopsis "Polychoric and polyserial correlations")
22174 (description
22175 "This package provides tools to compute polychoric and polyserial
22176 correlations by quick \"two-step\" methods or ML, optionally with standard
22177 errors; tetrachoric and biserial correlations are special cases.")
22178 (license license:gpl2+)))
22179
22180 (define-public r-msm
22181 (package
22182 (name "r-msm")
22183 (version "1.6.8")
22184 (source
22185 (origin
22186 (method url-fetch)
22187 (uri (cran-uri "msm" version))
22188 (sha256
22189 (base32
22190 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
22191 (properties `((upstream-name . "msm")))
22192 (build-system r-build-system)
22193 (propagated-inputs
22194 `(("r-expm" ,r-expm)
22195 ("r-mvtnorm" ,r-mvtnorm)
22196 ("r-survival" ,r-survival)))
22197 (home-page "https://github.com/chjackson/msm")
22198 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
22199 (description
22200 "This package provides functions for fitting continuous-time Markov and
22201 hidden Markov multi-state models to longitudinal data. It was designed for
22202 processes observed at arbitrary times in continuous time (panel data) but some
22203 other observation schemes are supported. Both Markov transition rates and the
22204 hidden Markov output process can be modelled in terms of covariates, which may
22205 be constant or piecewise-constant in time.")
22206 (license license:gpl2+)))
22207
22208 (define-public r-ltm
22209 (package
22210 (name "r-ltm")
22211 (version "1.1-1")
22212 (source
22213 (origin
22214 (method url-fetch)
22215 (uri (cran-uri "ltm" version))
22216 (sha256
22217 (base32
22218 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
22219 (properties `((upstream-name . "ltm")))
22220 (build-system r-build-system)
22221 (propagated-inputs
22222 `(("r-mass" ,r-mass)
22223 ("r-msm" ,r-msm)
22224 ("r-polycor" ,r-polycor)))
22225 (home-page "https://github.com/drizopoulos/ltm")
22226 (synopsis "Latent trait models under IRT")
22227 (description
22228 "This is a package supporting the analysis of multivariate dichotomous
22229 and polytomous data using latent trait models under the Item Response Theory
22230 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
22231 Three-Parameter, the Graded Response, and the Generalized Partial Credit
22232 Models.")
22233 (license license:gpl2+)))
22234
22235 (define-public r-mi
22236 (package
22237 (name "r-mi")
22238 (version "1.0")
22239 (source
22240 (origin
22241 (method url-fetch)
22242 (uri (cran-uri "mi" version))
22243 (sha256
22244 (base32
22245 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
22246 (properties `((upstream-name . "mi")))
22247 (build-system r-build-system)
22248 (propagated-inputs
22249 `(("r-arm" ,r-arm)
22250 ("r-matrix" ,r-matrix)))
22251 (home-page "http://www.stat.columbia.edu/~gelman/")
22252 (synopsis "Missing data imputation and model checking")
22253 (description
22254 "This package provides functions for data manipulation, imputing missing
22255 values in an approximate Bayesian framework, diagnostics of the models used to
22256 generate the imputations, confidence-building mechanisms to validate some of
22257 the assumptions of the imputation algorithm, and functions to analyze multiply
22258 imputed data sets with the appropriate degree of sampling uncertainty.")
22259 (license license:gpl2+)))
22260
22261 (define-public r-matrixcalc
22262 (package
22263 (name "r-matrixcalc")
22264 (version "1.0-3")
22265 (source
22266 (origin
22267 (method url-fetch)
22268 (uri (cran-uri "matrixcalc" version))
22269 (sha256
22270 (base32
22271 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
22272 (properties `((upstream-name . "matrixcalc")))
22273 (build-system r-build-system)
22274 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
22275 (synopsis "Collection of functions for matrix calculations")
22276 (description
22277 "This package provides a collection of functions to support matrix
22278 calculations for probability, econometric and numerical analysis. There are
22279 additional functions that are comparable to APL functions which are useful for
22280 actuarial models such as pension mathematics.")
22281 (license license:gpl2+)))
22282
22283 (define-public r-sem
22284 (package
22285 (name "r-sem")
22286 (version "3.1-11")
22287 (source
22288 (origin
22289 (method url-fetch)
22290 (uri (cran-uri "sem" version))
22291 (sha256
22292 (base32
22293 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
22294 (properties `((upstream-name . "sem")))
22295 (build-system r-build-system)
22296 (propagated-inputs
22297 `(("r-boot" ,r-boot)
22298 ("r-mass" ,r-mass)
22299 ("r-matrixcalc" ,r-matrixcalc)
22300 ("r-mi" ,r-mi)))
22301 (home-page "https://cran.r-project.org/package=sem")
22302 (synopsis "Structural equation models")
22303 (description
22304 "This package provides functions for fitting general linear structural
22305 equation models (with observed and latent variables) using the RAM approach,
22306 and for fitting structural equations in observed-variable models by two-stage
22307 least squares.")
22308 (license license:gpl2+)))
22309
22310 (define-public r-semtools
22311 (package
22312 (name "r-semtools")
22313 (version "0.5-4")
22314 (source
22315 (origin
22316 (method url-fetch)
22317 (uri (cran-uri "semTools" version))
22318 (sha256
22319 (base32
22320 "15kban4ds2mssxqslm126b89p8biya14c9m68sqk61vzvx5dm2vq"))))
22321 (properties `((upstream-name . "semTools")))
22322 (build-system r-build-system)
22323 (propagated-inputs
22324 `(("r-lavaan" ,r-lavaan)))
22325 (home-page "https://github.com/simsem/semTools/wiki")
22326 (synopsis "Useful tools for structural equation modeling")
22327 (description
22328 "This package provides useful tools for structural equation modeling.")
22329 (license license:gpl2+)))
22330
22331 (define-public r-regsem
22332 (package
22333 (name "r-regsem")
22334 (version "1.6.2")
22335 (source
22336 (origin
22337 (method url-fetch)
22338 (uri (cran-uri "regsem" version))
22339 (sha256
22340 (base32
22341 "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
22342 (properties `((upstream-name . "regsem")))
22343 (build-system r-build-system)
22344 (propagated-inputs
22345 `(("r-lavaan" ,r-lavaan)
22346 ("r-rcpp" ,r-rcpp)
22347 ("r-rcpparmadillo" ,r-rcpparmadillo)
22348 ("r-rsolnp" ,r-rsolnp)))
22349 (native-inputs
22350 `(("r-knitr" ,r-knitr)))
22351 (home-page "https://cran.r-project.org/package=regsem")
22352 (synopsis "Regularized structural equation modeling")
22353 (description
22354 "This package uses both ridge and lasso penalties (and extensions) to
22355 penalize specific parameters in structural equation models. The package
22356 offers additional cost functions, cross validation, and other extensions
22357 beyond traditional structural equation models. It also contains a function to
22358 perform @dfn{exploratory mediation} (XMed).")
22359 (license license:gpl2+)))
22360
22361 (define-public r-stanheaders
22362 (package
22363 (name "r-stanheaders")
22364 (version "2.21.0-7")
22365 (source
22366 (origin
22367 (method url-fetch)
22368 (uri (cran-uri "StanHeaders" version))
22369 (sha256
22370 (base32
22371 "0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
22372 (properties `((upstream-name . "StanHeaders")))
22373 (build-system r-build-system)
22374 (inputs `(("pandoc" ,pandoc)))
22375 (propagated-inputs
22376 `(("r-rcppeigen" ,r-rcppeigen)
22377 ("r-rcppparallel" ,r-rcppparallel)))
22378 (native-inputs
22379 `(("gfortran" ,gfortran)
22380 ("r-knitr" ,r-knitr))) ; for vignettes
22381 (home-page "https://mc-stan.org/")
22382 (synopsis "C++ header files for Stan")
22383 (description
22384 "The C++ header files of the Stan project are provided by this package.
22385 There is a shared object containing part of the @code{CVODES} library, but it
22386 is not accessible from R. @code{r-stanheaders} is only useful for developers
22387 who want to utilize the @code{LinkingTo} directive of their package's
22388 DESCRIPTION file to build on the Stan library without incurring unnecessary
22389 dependencies.
22390
22391 The Stan project develops a probabilistic programming language that implements
22392 full or approximate Bayesian statistical inference via Markov Chain Monte
22393 Carlo or variational methods and implements (optionally penalized) maximum
22394 likelihood estimation via optimization. The Stan library includes an advanced
22395 automatic differentiation scheme, templated statistical and linear algebra
22396 functions that can handle the automatically differentiable scalar types (and
22397 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
22398 package provides user-facing R functions to parse, compile, test, estimate,
22399 and analyze Stan models.")
22400 (license license:bsd-3)))
22401
22402 (define-public r-rpf
22403 (package
22404 (name "r-rpf")
22405 (version "1.0.5")
22406 (source
22407 (origin
22408 (method url-fetch)
22409 (uri (cran-uri "rpf" version))
22410 (sha256
22411 (base32
22412 "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
22413 (properties `((upstream-name . "rpf")))
22414 (build-system r-build-system)
22415 (propagated-inputs
22416 `(("r-lifecycle" ,r-lifecycle)
22417 ("r-mvtnorm" ,r-mvtnorm)
22418 ("r-rcpp" ,r-rcpp)
22419 ("r-rcppeigen" ,r-rcppeigen)))
22420 (native-inputs
22421 `(("r-knitr" ,r-knitr)))
22422 (home-page "https://github.com/jpritikin/rpf")
22423 (synopsis "Response probability functions")
22424 (description
22425 "The purpose of this package is to factor out logic and math common to
22426 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
22427 core support code suitable for more specialized IRT packages to build upon.
22428 Complete access to optimized C functions is made available with
22429 @code{R_RegisterCCallable()}.")
22430 (license license:gpl3+)))
22431
22432 (define-public r-openmx
22433 (package
22434 (name "r-openmx")
22435 (version "2.19.1")
22436 (source
22437 (origin
22438 (method url-fetch)
22439 (uri (cran-uri "OpenMx" version))
22440 (sha256
22441 (base32
22442 "0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
22443 (properties `((upstream-name . "OpenMx")))
22444 (build-system r-build-system)
22445 (propagated-inputs
22446 `(("r-bh" ,r-bh)
22447 ("r-digest" ,r-digest)
22448 ("r-lifecycle" ,r-lifecycle)
22449 ("r-mass" ,r-mass)
22450 ("r-matrix" ,r-matrix)
22451 ("r-rcpp" ,r-rcpp)
22452 ("r-rcppeigen" ,r-rcppeigen)
22453 ("r-rpf" ,r-rpf)
22454 ("r-stanheaders" ,r-stanheaders)))
22455 (native-inputs `(("gfortran" ,gfortran)))
22456 (home-page "http://openmx.ssri.psu.edu")
22457 (synopsis "Extended structural equation modelling")
22458 (description
22459 "This package allows for the estimation of a wide variety of advanced
22460 multivariate statistical models. It consists of a library of functions and
22461 optimizers that allow you to quickly and flexibly define an SEM model and
22462 estimate parameters given observed data.")
22463 (license license:asl2.0)))
22464
22465 (define-public r-kutils
22466 (package
22467 (name "r-kutils")
22468 (version "1.70")
22469 (source
22470 (origin
22471 (method url-fetch)
22472 (uri (cran-uri "kutils" version))
22473 (sha256
22474 (base32
22475 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
22476 (properties `((upstream-name . "kutils")))
22477 (build-system r-build-system)
22478 (propagated-inputs
22479 `(("r-foreign" ,r-foreign)
22480 ("r-openxlsx" ,r-openxlsx)
22481 ("r-plyr" ,r-plyr)
22482 ("r-runit" ,r-runit)
22483 ("r-xtable" ,r-xtable)))
22484 (home-page "https://cran.r-project.org/package=kutils")
22485 (synopsis "Project management tools")
22486 (description
22487 "This package provides tools for data importation, recoding, and
22488 inspection. There are functions to create new project folders, R code
22489 templates, create uniquely named output directories, and to quickly obtain a
22490 visual summary for each variable in a data frame. The main feature here is
22491 the systematic implementation of the \"variable key\" framework for data
22492 importation and recoding.")
22493 (license license:gpl2)))
22494
22495 (define-public r-rockchalk
22496 (package
22497 (name "r-rockchalk")
22498 (version "1.8.144")
22499 (source
22500 (origin
22501 (method url-fetch)
22502 (uri (cran-uri "rockchalk" version))
22503 (sha256
22504 (base32
22505 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
22506 (properties `((upstream-name . "rockchalk")))
22507 (build-system r-build-system)
22508 (propagated-inputs
22509 `(("r-cardata" ,r-cardata)
22510 ("r-kutils" ,r-kutils)
22511 ("r-lme4" ,r-lme4)
22512 ("r-mass" ,r-mass)))
22513 (home-page "https://cran.r-project.org/package=rockchalk")
22514 (synopsis "Regression estimation and presentation")
22515 (description
22516 "This package provides a collection of functions for interpretation and
22517 presentation of regression analysis. These functions are used to produce the
22518 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
22519 includes regression diagnostics, regression tables, and plots of interactions
22520 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
22521 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
22522 fairly comprehensive overview.")
22523 (license license:gpl3+)))
22524
22525 (define-public r-lisreltor
22526 (package
22527 (name "r-lisreltor")
22528 (version "0.1.4")
22529 (source
22530 (origin
22531 (method url-fetch)
22532 (uri (cran-uri "lisrelToR" version))
22533 (sha256
22534 (base32
22535 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
22536 (properties `((upstream-name . "lisrelToR")))
22537 (build-system r-build-system)
22538 (home-page "https://cran.r-project.org/package=lisrelToR")
22539 (synopsis "Import output from LISREL into R")
22540 (description
22541 "This is an unofficial package aimed at automating the import of LISREL
22542 output in R.")
22543 (license license:gpl2)))
22544
22545 (define-public r-bdgraph
22546 (package
22547 (name "r-bdgraph")
22548 (version "2.63")
22549 (source
22550 (origin
22551 (method url-fetch)
22552 (uri (cran-uri "BDgraph" version))
22553 (sha256
22554 (base32
22555 "05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
22556 (properties `((upstream-name . "BDgraph")))
22557 (build-system r-build-system)
22558 (propagated-inputs
22559 `(("r-igraph" ,r-igraph)))
22560 (home-page "https://www.uva.nl/profile/a.mohammadi")
22561 (synopsis "Bayesian structure learning in graphical models")
22562 (description
22563 "This package provides statistical tools for Bayesian structure learning
22564 in undirected graphical models for continuous, discrete, and mixed data. It
22565 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
22566 on a continuous-time birth-death process.")
22567 (license license:gpl2+)))
22568
22569 (define-public r-d3network
22570 (package
22571 (name "r-d3network")
22572 (version "0.5.2.1")
22573 (source
22574 (origin
22575 (method url-fetch)
22576 (uri (cran-uri "d3Network" version))
22577 (sha256
22578 (base32
22579 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
22580 (properties `((upstream-name . "d3Network")))
22581 (build-system r-build-system)
22582 (propagated-inputs
22583 `(("r-plyr" ,r-plyr)
22584 ("r-rjson" ,r-rjson)
22585 ("r-whisker" ,r-whisker)))
22586 (home-page "http://christophergandrud.github.io/d3Network/")
22587 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
22588 (description
22589 "This package is intended to make it easy to create D3 JavaScript
22590 network, tree, dendrogram, and Sankey graphs from R using data frames.")
22591 (license license:gpl3+)))
22592
22593 (define-public r-qgraph
22594 (package
22595 (name "r-qgraph")
22596 (version "1.6.9")
22597 (source
22598 (origin
22599 (method url-fetch)
22600 (uri (cran-uri "qgraph" version))
22601 (sha256
22602 (base32
22603 "153bqfmsrghkg7598nfr57r3cxv6dn6ir084njl2sqq5np0sj9di"))))
22604 (properties `((upstream-name . "qgraph")))
22605 (build-system r-build-system)
22606 (propagated-inputs
22607 `(("r-abind" ,r-abind)
22608 ("r-colorspace" ,r-colorspace)
22609 ("r-corpcor" ,r-corpcor)
22610 ("r-dplyr" ,r-dplyr)
22611 ("r-fdrtool" ,r-fdrtool)
22612 ("r-ggplot2" ,r-ggplot2)
22613 ("r-glasso" ,r-glasso)
22614 ("r-gtools" ,r-gtools)
22615 ("r-hmisc" ,r-hmisc)
22616 ("r-igraph" ,r-igraph)
22617 ("r-jpeg" ,r-jpeg)
22618 ("r-lavaan" ,r-lavaan)
22619 ("r-matrix" ,r-matrix)
22620 ("r-pbapply" ,r-pbapply)
22621 ("r-plyr" ,r-plyr)
22622 ("r-png" ,r-png)
22623 ("r-psych" ,r-psych)
22624 ("r-rcpp" ,r-rcpp)
22625 ("r-reshape2" ,r-reshape2)))
22626 (home-page "http://sachaepskamp.com/qgraph/")
22627 (synopsis "Weighted network visualization and analysis")
22628 (description
22629 "This package implements tools for weighted network visualization and
22630 analysis, as well as Gaussian graphical model computation. It contains graph
22631 plotting methods, and tools for psychometric data visualization and graphical
22632 model estimation. See Epskamp et al. (2012)
22633 @url{doi:10.18637/jss.v048.i04}.")
22634 (license license:gpl2)))
22635
22636 (define-public r-semplot
22637 (package
22638 (name "r-semplot")
22639 (version "1.1.2")
22640 (source
22641 (origin
22642 (method url-fetch)
22643 (uri (cran-uri "semPlot" version))
22644 (sha256
22645 (base32
22646 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
22647 (properties `((upstream-name . "semPlot")))
22648 (build-system r-build-system)
22649 (propagated-inputs
22650 `(("r-colorspace" ,r-colorspace)
22651 ("r-corpcor" ,r-corpcor)
22652 ("r-igraph" ,r-igraph)
22653 ("r-lavaan" ,r-lavaan)
22654 ("r-lisreltor" ,r-lisreltor)
22655 ("r-openmx" ,r-openmx)
22656 ("r-plyr" ,r-plyr)
22657 ("r-qgraph" ,r-qgraph)
22658 ("r-regsem" ,r-regsem)
22659 ("r-rockchalk" ,r-rockchalk)
22660 ("r-sem" ,r-sem)
22661 ("r-xml" ,r-xml)))
22662 (home-page "https://github.com/SachaEpskamp/semPlot")
22663 (synopsis "Unified visualizations of structural equation models")
22664 (description
22665 "Structural equation modeling (SEM) has a long history of representing
22666 models graphically as path diagrams. The semPlot package for R fills the gap
22667 between advanced, but time-consuming, graphical software and the limited
22668 graphics produced automatically by SEM software. In addition, semPlot offers
22669 more functionality than drawing path diagrams: it can act as a common ground
22670 for importing SEM results into R. Any result usable as input to semPlot can
22671 also be represented in any of the three popular SEM frame-works, as well as
22672 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
22673 (license license:gpl2)))
22674
22675 (define-public r-cdm
22676 (package
22677 (name "r-cdm")
22678 (version "7.5-15")
22679 (source
22680 (origin
22681 (method url-fetch)
22682 (uri (cran-uri "CDM" version))
22683 (sha256
22684 (base32
22685 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
22686 (properties `((upstream-name . "CDM")))
22687 (build-system r-build-system)
22688 (propagated-inputs
22689 `(("r-mvtnorm" ,r-mvtnorm)
22690 ("r-polycor" ,r-polycor)
22691 ("r-rcpp" ,r-rcpp)
22692 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22693 (home-page
22694 "https://github.com/alexanderrobitzsch/CDM")
22695 (synopsis "Cognitive diagnosis modeling")
22696 (description
22697 "This package provides functions for cognitive diagnosis modeling and
22698 multidimensional item response modeling for dichotomous and polytomous item
22699 responses. It enables the estimation of the DINA and DINO model, the multiple
22700 group (polytomous) GDINA model, the multiple choice DINA model, the general
22701 diagnostic model (GDM), the structured latent class model (SLCA), and
22702 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
22703 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
22704 estimation and the package structure. For tutorials on how to use the CDM
22705 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
22706 well as Ravand and Robitzsch (2015).")
22707 (license license:gpl2+)))
22708
22709 (define-public r-tam
22710 (package
22711 (name "r-tam")
22712 (version "3.5-19")
22713 (source
22714 (origin
22715 (method url-fetch)
22716 (uri (cran-uri "TAM" version))
22717 (sha256
22718 (base32
22719 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
22720 (properties `((upstream-name . "TAM")))
22721 (build-system r-build-system)
22722 (propagated-inputs
22723 `(("r-cdm" ,r-cdm)
22724 ("r-rcpp" ,r-rcpp)
22725 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22726 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
22727 (synopsis "Test analysis modules")
22728 (description
22729 "This package includes tools for marginal maximum likelihood estimation
22730 and joint maximum likelihood estimation for unidimensional and
22731 multidimensional item response models. The package functionality covers the
22732 Rasch model, 2PL model, 3PL model, generalized partial credit model,
22733 multi-faceted Rasch model, nominal item response model, structured latent
22734 class model, mixture distribution IRT models, and located latent class models.
22735 Latent regression models and plausible value imputation are also supported.")
22736 (license license:gpl2+)))
22737
22738 (define-public r-erm
22739 (package
22740 (name "r-erm")
22741 (version "1.0-2")
22742 (source
22743 (origin
22744 (method url-fetch)
22745 (uri (cran-uri "eRm" version))
22746 (sha256
22747 (base32
22748 "0smym010kswc5vx90qr3x1vl16xj1x1i54rvrj006dc4agc1vmlk"))))
22749 (properties `((upstream-name . "eRm")))
22750 (build-system r-build-system)
22751 (propagated-inputs
22752 `(("r-colorspace" ,r-colorspace)
22753 ("r-lattice" ,r-lattice)
22754 ("r-mass" ,r-mass)
22755 ("r-matrix" ,r-matrix)
22756 ("r-psych" ,r-psych)))
22757 (native-inputs `(("gfortran" ,gfortran)))
22758 (home-page "https://cran.r-project.org/package=eRm")
22759 (synopsis "Extended Rasch modeling")
22760 (description
22761 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
22762 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
22763 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
22764 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
22765 data matrix. Additional features are the ML estimation of the person
22766 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
22767 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
22768 infit and outfit measures, ICC and other plots, automated stepwise item
22769 elimination, and a simulation module for various binary data matrices.")
22770 (license license:gpl3)))
22771
22772 (define-public r-irtoys
22773 (package
22774 (name "r-irtoys")
22775 (version "0.2.1")
22776 (source
22777 (origin
22778 (method url-fetch)
22779 (uri (cran-uri "irtoys" version))
22780 (sha256
22781 (base32
22782 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
22783 (properties `((upstream-name . "irtoys")))
22784 (build-system r-build-system)
22785 (propagated-inputs
22786 `(("r-ltm" ,r-ltm)
22787 ("r-sm" ,r-sm)))
22788 (home-page "https://cran.r-project.org/package=irtoys")
22789 (synopsis "Collection of functions related to Item Response Theory (IRT)")
22790 (description
22791 "This package provides a collection of functions useful in learning and
22792 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
22793 programs. It provides basic CTT analysis, a simple common interface to the
22794 estimation of item parameters in IRT models for binary responses with three
22795 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
22796 EAP, WLE, plausible values), item and person fit statistics, scaling
22797 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
22798 array of parametric and non-parametric (kernel) plots. It estimates and plots
22799 Haberman's interaction model when all items are dichotomously scored.")
22800 (license license:gpl2+)))
22801
22802 (define-public r-iheatmapr
22803 (package
22804 (name "r-iheatmapr")
22805 (version "0.5.1")
22806 (source
22807 (origin
22808 (method url-fetch)
22809 (uri (cran-uri "iheatmapr" version))
22810 (sha256
22811 (base32
22812 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
22813 (properties `((upstream-name . "iheatmapr")))
22814 (build-system r-build-system)
22815 (propagated-inputs
22816 `(("r-fastcluster" ,r-fastcluster)
22817 ("r-ggdendro" ,r-ggdendro)
22818 ("r-htmlwidgets" ,r-htmlwidgets)
22819 ("r-jsonlite" ,r-jsonlite)
22820 ("r-knitr" ,r-knitr)
22821 ("r-magrittr" ,r-magrittr)
22822 ("r-rcolorbrewer" ,r-rcolorbrewer)
22823 ("r-scales" ,r-scales)))
22824 (native-inputs
22825 `(("r-knitr" ,r-knitr)))
22826 (home-page "https://docs.ropensci.org/iheatmapr")
22827 (synopsis "Interactive, Complex Heatmaps")
22828 (description
22829 "iheatmapr is an R package for building complex, interactive heatmaps
22830 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
22831 subplots along the rows or columns of the main heatmap add more information
22832 about each row or column. For example, a one column additional heatmap may
22833 indicate what group a particular row or column belongs to. Complex heatmaps
22834 may also include multiple side by side heatmaps which show different types of
22835 data for the same conditions. Interactivity can improve complex heatmaps by
22836 providing tooltips with information about each cell and enabling zooming into
22837 interesting features. iheatmapr uses the plotly library for interactivity.")
22838 (license license:expat)))
22839
22840 (define-public r-packrat
22841 (package
22842 (name "r-packrat")
22843 (version "0.5.0")
22844 (source
22845 (origin
22846 (method url-fetch)
22847 (uri (cran-uri "packrat" version))
22848 (sha256
22849 (base32
22850 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
22851 (properties `((upstream-name . "packrat")))
22852 (build-system r-build-system)
22853 (home-page "https://github.com/rstudio/packrat/")
22854 (synopsis "Dependency management R projects")
22855 (description
22856 "This package provides a dependency manager for R projects that allows
22857 you to manage the R packages your project depends on in an isolated, portable,
22858 and reproducible way.")
22859 (license license:gpl2)))
22860
22861 (define-public r-rsconnect
22862 (package
22863 (name "r-rsconnect")
22864 (version "0.8.16")
22865 (source
22866 (origin
22867 (method url-fetch)
22868 (uri (cran-uri "rsconnect" version))
22869 (sha256
22870 (base32
22871 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
22872 (properties `((upstream-name . "rsconnect")))
22873 (build-system r-build-system)
22874 (propagated-inputs
22875 `(("r-curl" ,r-curl)
22876 ("r-digest" ,r-digest)
22877 ("r-jsonlite" ,r-jsonlite)
22878 ("r-openssl" ,r-openssl)
22879 ("r-packrat" ,r-packrat)
22880 ("r-rstudioapi" ,r-rstudioapi)
22881 ("r-yaml" ,r-yaml)))
22882 (home-page "https://github.com/rstudio/rsconnect")
22883 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
22884 (description
22885 "This package provides a programmatic deployment interface for RPubs,
22886 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
22887 documents, Shiny applications, Plumber APIs, plots, and static web content.")
22888 (license license:gpl2)))
22889
22890 ;; This package includes minified JavaScript files. When upgrading please
22891 ;; check that there are no new minified JavaScript files.
22892 (define-public r-dygraphs
22893 (package
22894 (name "r-dygraphs")
22895 (version "1.1.1.6")
22896 (source
22897 (origin
22898 (method url-fetch)
22899 (uri (cran-uri "dygraphs" version))
22900 (sha256
22901 (base32
22902 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
22903 (properties `((upstream-name . "dygraphs")))
22904 (build-system r-build-system)
22905 (arguments
22906 `(#:modules ((guix build utils)
22907 (guix build r-build-system)
22908 (srfi srfi-1)
22909 (ice-9 popen))
22910 #:phases
22911 (modify-phases %standard-phases
22912 (add-after 'unpack 'process-javascript
22913 (lambda* (#:key inputs #:allow-other-keys)
22914 (with-directory-excursion "inst/htmlwidgets/lib/"
22915 (call-with-values
22916 (lambda ()
22917 (unzip2
22918 `(("dygraphs/dygraph-combined-dev.js"
22919 "dygraph-combined.js")
22920 (,(assoc-ref inputs "js-jquery")
22921 "jquery/jquery.min.js")
22922 (,(assoc-ref inputs "js-fquarter")
22923 "fquarter/moment-fquarter.min.js"))))
22924 (lambda (sources targets)
22925 (for-each (lambda (source target)
22926 (format #t "Processing ~a --> ~a~%"
22927 source target)
22928 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
22929 (call-with-output-file target
22930 (lambda (port)
22931 (dump-port minified port)))))
22932 sources targets))))
22933 #t)))))
22934 (native-inputs
22935 `(("uglify-js" ,uglify-js)
22936 ;; They actually use version 1.11.1, but this more recent version
22937 ;; should be just fine.
22938 ("js-jquery"
22939 ,(origin
22940 (method url-fetch)
22941 (uri "https://code.jquery.com/jquery-1.12.4.js")
22942 (sha256
22943 (base32
22944 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
22945 ("js-fquarter"
22946 ,(origin
22947 (method url-fetch)
22948 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
22949 "moment-fquarter/1.0.1/moment-fquarter.js"))
22950 (sha256
22951 (base32
22952 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
22953 (propagated-inputs
22954 `(("r-htmltools" ,r-htmltools)
22955 ("r-htmlwidgets" ,r-htmlwidgets)
22956 ("r-magrittr" ,r-magrittr)
22957 ("r-xts" ,r-xts)
22958 ("r-zoo" ,r-zoo)))
22959 (home-page "https://github.com/rstudio/dygraphs")
22960 (synopsis "Interface to Dygraphs interactive time series charting library")
22961 (description
22962 "This package provides an R interface to the dygraphs JavaScript charting
22963 library (a copy of which is included in the package). It provides rich
22964 facilities for charting time-series data in R, including highly configurable
22965 series- and axis-display and interactive features like zoom/pan and
22966 series/point highlighting.")
22967 (license license:expat)))
22968
22969 (define-public r-shinystan
22970 (package
22971 (name "r-shinystan")
22972 (version "2.5.0")
22973 (source
22974 (origin
22975 (method url-fetch)
22976 (uri (cran-uri "shinystan" version))
22977 (sha256
22978 (base32
22979 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
22980 (properties `((upstream-name . "shinystan")))
22981 (build-system r-build-system)
22982 (propagated-inputs
22983 `(("r-bayesplot" ,r-bayesplot)
22984 ("r-colourpicker" ,r-colourpicker)
22985 ("r-dt" ,r-dt)
22986 ("r-dygraphs" ,r-dygraphs)
22987 ("r-ggplot2" ,r-ggplot2)
22988 ("r-gridextra" ,r-gridextra)
22989 ("r-gtools" ,r-gtools)
22990 ("r-markdown" ,r-markdown)
22991 ("r-reshape2" ,r-reshape2)
22992 ("r-rsconnect" ,r-rsconnect)
22993 ("r-rstan" ,r-rstan)
22994 ("r-shiny" ,r-shiny)
22995 ("r-shinyjs" ,r-shinyjs)
22996 ("r-shinythemes" ,r-shinythemes)
22997 ("r-threejs" ,r-threejs)
22998 ("r-xtable" ,r-xtable)
22999 ("r-xts" ,r-xts)))
23000 (home-page "https://mc-stan.org/")
23001 (synopsis "Interactive visual and numerical analysis for Bayesian models")
23002 (description
23003 "This package provides a graphical user interface for interactive
23004 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
23005 for analyzing a posterior sample. The interface is powered by the Shiny web
23006 application framework and works with the output of MCMC programs written in
23007 any programming language (and has extended functionality for Stan models fit
23008 using the @code{rstan} and @code{rstanarm} packages).")
23009 (license license:gpl3+)))
23010
23011 (define-public r-rstantools
23012 (package
23013 (name "r-rstantools")
23014 (version "2.1.1")
23015 (source
23016 (origin
23017 (method url-fetch)
23018 (uri (cran-uri "rstantools" version))
23019 (sha256
23020 (base32
23021 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
23022 (properties `((upstream-name . "rstantools")))
23023 (build-system r-build-system)
23024 (inputs `(("pandoc" ,pandoc)))
23025 (propagated-inputs
23026 `(("r-desc" ,r-desc)
23027 ("r-rcpp" ,r-rcpp)
23028 ("r-rcppparallel" ,r-rcppparallel)))
23029 (native-inputs
23030 `(("r-knitr" ,r-knitr)))
23031 (home-page "https://mc-stan.org/rstantools/")
23032 (synopsis "Tools for developing R packages interfacing with Stan")
23033 (description
23034 "This package provides various tools for developers of R packages
23035 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
23036 up the required package structure, S3 generics and default methods to unify
23037 function naming across Stan-based R packages, and vignettes with
23038 recommendations for developers.")
23039 (license license:gpl3+)))
23040
23041 (define-public r-loo
23042 (package
23043 (name "r-loo")
23044 (version "2.4.1")
23045 (source
23046 (origin
23047 (method url-fetch)
23048 (uri (cran-uri "loo" version))
23049 (sha256
23050 (base32 "0l2v8zpashqbnck3qx5lp1gqjcfphzky8mxyw5gfk9wk99mzn8dw"))))
23051 (properties `((upstream-name . "loo")))
23052 (build-system r-build-system)
23053 (inputs
23054 `(("pandoc" ,pandoc)
23055 ("pandoc-citeproc" ,pandoc-citeproc)))
23056 (propagated-inputs
23057 `(("r-checkmate" ,r-checkmate)
23058 ("r-matrixstats" ,r-matrixstats)))
23059 (native-inputs
23060 `(("r-knitr" ,r-knitr)))
23061 (home-page "https://mc-stan.org/loo/")
23062 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
23063 (description
23064 "This package provides an implementation of efficient approximate
23065 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
23066 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
23067 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
23068 procedure for regularizing importance weights. As a byproduct of the
23069 calculations, we also obtain approximate standard errors for estimated
23070 predictive errors and for the comparison of predictive errors between models.
23071 The package also provides methods for using stacking and other model weighting
23072 techniques to average Bayesian predictive distributions.")
23073 (license license:gpl3+)))
23074
23075 (define-public r-rstan
23076 (package
23077 (name "r-rstan")
23078 (version "2.21.2")
23079 (source
23080 (origin
23081 (method url-fetch)
23082 (uri (cran-uri "rstan" version))
23083 (sha256
23084 (base32
23085 "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
23086 (properties `((upstream-name . "rstan")))
23087 (build-system r-build-system)
23088 (arguments
23089 `(#:phases
23090 (modify-phases %standard-phases
23091 (add-before 'install 'set-timezone
23092 ;; This package is picky about timezones.
23093 (lambda* (#:key inputs #:allow-other-keys)
23094 (setenv "TZ" "UTC+1")
23095 (setenv "TZDIR"
23096 (string-append (assoc-ref inputs "tzdata")
23097 "/share/zoneinfo"))
23098 #t)))))
23099 (native-inputs
23100 `(("tzdata" ,tzdata-for-tests)
23101 ("pandoc" ,pandoc)
23102 ("r-knitr" ,r-knitr)))
23103 (propagated-inputs
23104 `(("r-bh" ,r-bh)
23105 ("r-ggplot2" ,r-ggplot2)
23106 ("r-gridextra" ,r-gridextra)
23107 ("r-inline" ,r-inline)
23108 ("r-loo" ,r-loo)
23109 ("r-pkgbuild" ,r-pkgbuild)
23110 ("r-rcpp" ,r-rcpp)
23111 ("r-rcppeigen" ,r-rcppeigen)
23112 ("r-rcppparallel" ,r-rcppparallel)
23113 ("r-stanheaders" ,r-stanheaders)
23114 ("r-v8" ,r-v8)
23115 ("r-withr" ,r-withr)))
23116 (home-page "https://discourse.mc-stan.org/")
23117 (synopsis "R interface to Stan")
23118 (description
23119 "User-facing R functions are provided to parse, compile, test, estimate,
23120 and analyze Stan models by accessing the header-only Stan library provided by
23121 the StanHeaders package. The Stan project develops a probabilistic
23122 programming language that implements full Bayesian statistical inference via
23123 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
23124 approximation, and (optionally penalized) maximum likelihood estimation via
23125 optimization. In all three cases, automatic differentiation is used to
23126 quickly and accurately evaluate gradients without burdening the user with the
23127 need to derive the partial derivatives.")
23128 (license license:gpl3+)))
23129
23130 (define-public r-rstanarm
23131 (package
23132 (name "r-rstanarm")
23133 (version "2.21.1")
23134 (source
23135 (origin
23136 (method url-fetch)
23137 (uri (cran-uri "rstanarm" version))
23138 (sha256
23139 (base32
23140 "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
23141 (properties `((upstream-name . "rstanarm")))
23142 (build-system r-build-system)
23143 (inputs
23144 `(("pandoc" ,pandoc)
23145 ("pandoc-citeproc" ,pandoc-citeproc)))
23146 (propagated-inputs
23147 `(("r-bayesplot" ,r-bayesplot)
23148 ("r-bh" ,r-bh)
23149 ("r-ggplot2" ,r-ggplot2)
23150 ("r-lme4" ,r-lme4)
23151 ("r-loo" ,r-loo)
23152 ("r-matrix" ,r-matrix)
23153 ("r-nlme" ,r-nlme)
23154 ("r-rcpp" ,r-rcpp)
23155 ("r-rcppeigen" ,r-rcppeigen)
23156 ("r-rcppparallel" ,r-rcppparallel)
23157 ("r-rstan" ,r-rstan)
23158 ("r-rstantools" ,r-rstantools)
23159 ("r-shinystan" ,r-shinystan)
23160 ("r-stanheaders" ,r-stanheaders)
23161 ("r-survival" ,r-survival)))
23162 (native-inputs
23163 `(("r-knitr" ,r-knitr)))
23164 (home-page "https://mc-stan.org/rstanarm/")
23165 (synopsis "Bayesian applied regression modeling via Stan")
23166 (description
23167 "This package estimates previously compiled regression models using the
23168 @code{rstan} package, which provides the R interface to the Stan C++ library
23169 for Bayesian estimation. Users specify models via the customary R syntax with
23170 a formula and @code{data.frame} plus some additional arguments for priors.")
23171 (license license:gpl3+)))
23172
23173 (define-public r-kendall
23174 (package
23175 (name "r-kendall")
23176 (version "2.2")
23177 (source
23178 (origin
23179 (method url-fetch)
23180 (uri (cran-uri "Kendall" version))
23181 (sha256
23182 (base32
23183 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
23184 (properties `((upstream-name . "Kendall")))
23185 (build-system r-build-system)
23186 (propagated-inputs
23187 `(("r-boot" ,r-boot)))
23188 (native-inputs
23189 `(("gfortran" ,gfortran)))
23190 (home-page "https://cran.r-project.org/web/packages/Kendall/")
23191 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
23192 (description
23193 "This package computes the Kendall rank correlation and Mann-Kendall
23194 trend test.")
23195 (license license:gpl2+)))
23196
23197 (define-public r-keyring
23198 (package
23199 (name "r-keyring")
23200 (version "1.1.0")
23201 (source
23202 (origin
23203 (method url-fetch)
23204 (uri (cran-uri "keyring" version))
23205 (sha256
23206 (base32
23207 "1hpfd4hbx43i39l995rg86kfxi7wlyla1gv8mwcdr4xx7z122zzq"))))
23208 (properties `((upstream-name . "keyring")))
23209 (build-system r-build-system)
23210 (propagated-inputs
23211 `(("r-assertthat" ,r-assertthat)
23212 ("r-filelock" ,r-filelock)
23213 ("r-getpass" ,r-getpass)
23214 ("r-openssl" ,r-openssl)
23215 ("r-r6" ,r-r6)
23216 ("r-rappdirs" ,r-rappdirs)
23217 ("r-sodium" ,r-sodium)
23218 ("r-yaml" ,r-yaml)))
23219 (native-inputs `(("pkg-config" ,pkg-config)))
23220 (home-page "https://github.com/r-lib/keyring")
23221 (synopsis "Access the system credential store from R")
23222 (description
23223 "This package provides a platform-independent API to access the operating
23224 system's credential store. It currently supports Keychain on macOS,
23225 Credential Store on Windows, the Secret Service API on GNU/Linux, and a
23226 simple, platform independent store implemented with environment variables.
23227 Additional storage back-ends can be added easily.")
23228 (license license:expat)))
23229
23230 (define-public r-zyp
23231 (package
23232 (name "r-zyp")
23233 (version "0.10-1.1")
23234 (source
23235 (origin
23236 (method url-fetch)
23237 (uri (cran-uri "zyp" version))
23238 (sha256
23239 (base32
23240 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
23241 (properties `((upstream-name . "zyp")))
23242 (build-system r-build-system)
23243 (propagated-inputs
23244 `(("r-kendall" ,r-kendall)))
23245 (home-page "https://cran.r-project.org/web/packages/zyp/")
23246 (synopsis "Zhang + Yue-Pilon Trends Package")
23247 (description
23248 "This package contains an efficient implementation of Sen's slope
23249 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
23250 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
23251 climate data.")
23252 (license license:lgpl2.1)))
23253
23254 (define-public r-rlinsolve
23255 (package
23256 (name "r-rlinsolve")
23257 (version "0.3.1")
23258 (source
23259 (origin
23260 (method url-fetch)
23261 (uri (cran-uri "Rlinsolve" version))
23262 (sha256
23263 (base32
23264 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
23265 (properties `((upstream-name . "Rlinsolve")))
23266 (build-system r-build-system)
23267 (propagated-inputs
23268 `(("r-matrix" ,r-matrix)
23269 ("r-rcpp" ,r-rcpp)
23270 ("r-rcpparmadillo" ,r-rcpparmadillo)
23271 ("r-rdpack" ,r-rdpack)))
23272 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
23273 (synopsis "Iterative solvers for (sparse) linear system of equations")
23274 (description
23275 "Solving a system of linear equations is one of the most fundamental
23276 computational problems for many fields of mathematical studies, such as
23277 regression problems from statistics or numerical partial differential
23278 equations. This package provides basic stationary iterative solvers such as
23279 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
23280 Nonstationary, also known as Krylov subspace methods are also provided.
23281 Sparse matrix computation is also supported in that solving large and sparse
23282 linear systems can be manageable using the @code{Matrix} package along with
23283 @code{RcppArmadillo}.")
23284 (license license:gpl3+)))
23285
23286 (define-public r-zvcv
23287 (package
23288 (name "r-zvcv")
23289 (version "2.1.0")
23290 (source
23291 (origin
23292 (method url-fetch)
23293 (uri (cran-uri "ZVCV" version))
23294 (sha256
23295 (base32
23296 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
23297 (properties `((upstream-name . "ZVCV")))
23298 (build-system r-build-system)
23299 (propagated-inputs
23300 `(("r-abind" ,r-abind)
23301 ("r-bh" ,r-bh)
23302 ("r-dplyr" ,r-dplyr)
23303 ("r-glmnet" ,r-glmnet)
23304 ("r-magrittr" ,r-magrittr)
23305 ("r-mvtnorm" ,r-mvtnorm)
23306 ("r-rcpp" ,r-rcpp)
23307 ("r-rcpparmadillo" ,r-rcpparmadillo)
23308 ("r-rlinsolve" ,r-rlinsolve)))
23309 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
23310 (synopsis "Zero-Variance Control Variates")
23311 (description
23312 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
23313 to reduce the variance of Monte Carlo estimators of expectations using the
23314 derivatives of the log target. Once the derivatives are available, the only
23315 additional computational effort is in solving a linear regression problem.
23316 This method has been extended to higher dimensions using regularisation. This
23317 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
23318 samples, derivatives and function evaluations are available. Additional
23319 functions for applying ZV-CV to two estimators for the normalising constant of
23320 the posterior distribution in Bayesian statistics are also supplied.")
23321 (license license:gpl2+)))
23322
23323 (define-public r-ztype
23324 (package
23325 (name "r-ztype")
23326 (version "0.1.0")
23327 (source
23328 (origin
23329 (method url-fetch)
23330 (uri (cran-uri "ztype" version))
23331 (sha256
23332 (base32
23333 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
23334 (properties `((upstream-name . "ztype")))
23335 (build-system r-build-system)
23336 (propagated-inputs
23337 `(("r-assertthat" ,r-assertthat)
23338 ("r-dplyr" ,r-dplyr)
23339 ("r-ggplot2" ,r-ggplot2)
23340 ("r-lubridate" ,r-lubridate)
23341 ("r-magrittr" ,r-magrittr)
23342 ("r-rvest" ,r-rvest)
23343 ("r-stringr" ,r-stringr)))
23344 (home-page "https://cran.r-project.org/web/packages/ztype/")
23345 (synopsis "Run a Ztype game loaded with R functions")
23346 (description
23347 "How fast can you type R functions on your keyboard? Find out by running
23348 a @code{zty.pe} game: export R functions as instructions to type to destroy
23349 opponents' vessels.")
23350 (license license:gpl3)))
23351
23352 (define-public r-zseq
23353 (package
23354 (name "r-zseq")
23355 (version "0.2.0")
23356 (source
23357 (origin
23358 (method url-fetch)
23359 (uri (cran-uri "Zseq" version))
23360 (sha256
23361 (base32
23362 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
23363 (properties `((upstream-name . "Zseq")))
23364 (build-system r-build-system)
23365 (propagated-inputs
23366 `(("r-gmp" ,r-gmp)))
23367 (home-page "https://cran.r-project.org/web/packages/Zseq/")
23368 (synopsis "Integer sequence generator")
23369 (description
23370 "This package generates well-known integer sequences. The @code{gmp}
23371 package is adopted for computing with arbitrarily large numbers. Every
23372 function has a hyperlink to its corresponding item in the @dfn{On-Line
23373 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
23374 (license license:gpl3+)))
23375
23376 (define-public r-isoband
23377 (package
23378 (name "r-isoband")
23379 (version "0.2.4")
23380 (source
23381 (origin
23382 (method url-fetch)
23383 (uri (cran-uri "isoband" version))
23384 (sha256
23385 (base32
23386 "0z1qpxcl8b6fi691fbdr3vrb19mn4pas1iff62zl1bafzbdvpmcn"))))
23387 (properties `((upstream-name . "isoband")))
23388 (build-system r-build-system)
23389 (native-inputs
23390 `(("r-knitr" ,r-knitr)))
23391 (home-page "https://github.com/wilkelab/isoband")
23392 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
23393 (description
23394 "This package provides a fast C++ implementation to generate contour
23395 lines (isolines) and contour polygons (isobands) from regularly spaced grids
23396 containing elevation data.")
23397 (license license:expat)))
23398
23399 (define-public r-ppcor
23400 (package
23401 (name "r-ppcor")
23402 (version "1.1")
23403 (source
23404 (origin
23405 (method url-fetch)
23406 (uri (cran-uri "ppcor" version))
23407 (sha256
23408 (base32
23409 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
23410 (properties `((upstream-name . "ppcor")))
23411 (build-system r-build-system)
23412 (propagated-inputs
23413 `(("r-mass" ,r-mass)))
23414 (home-page "https://cran.r-project.org/web/packages/ppcor/")
23415 (synopsis "Partial and semi-partial correlation")
23416 (description
23417 "This package provides users not only with a function to readily
23418 calculate the higher-order partial and semi-partial correlations but also with
23419 statistics and p-values of the correlation coefficients.")
23420 (license license:gpl2)))
23421
23422 (define-public r-hrbrthemes
23423 (package
23424 (name "r-hrbrthemes")
23425 (version "0.8.0")
23426 (source
23427 (origin
23428 (method url-fetch)
23429 (uri (cran-uri "hrbrthemes" version))
23430 (sha256
23431 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
23432 (properties `((upstream-name . "hrbrthemes")))
23433 (build-system r-build-system)
23434 (propagated-inputs
23435 `(("r-extrafont" ,r-extrafont)
23436 ("r-gdtools" ,r-gdtools)
23437 ("r-ggplot2" ,r-ggplot2)
23438 ("r-htmltools" ,r-htmltools)
23439 ("r-knitr" ,r-knitr)
23440 ("r-magrittr" ,r-magrittr)
23441 ("r-rmarkdown" ,r-rmarkdown)
23442 ("r-scales" ,r-scales)))
23443 (native-inputs
23444 `(("r-knitr" ,r-knitr)))
23445 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
23446 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
23447 (description
23448 "This package provides a compilation of extra @code{ggplot2} themes,
23449 scales and utilities, including a spell check function for plot label fields
23450 and an overall emphasis on typography.")
23451 (license license:expat)))
23452
23453 (define-public r-crochet
23454 (package
23455 (name "r-crochet")
23456 (version "2.3.0")
23457 (source
23458 (origin
23459 (method url-fetch)
23460 (uri (cran-uri "crochet" version))
23461 (sha256
23462 (base32
23463 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
23464 (build-system r-build-system)
23465 (native-inputs
23466 `(("r-knitr" ,r-knitr)))
23467 (home-page "https://github.com/agrueneberg/crochet")
23468 (synopsis "Implementation Helper for Matrix-Like Types")
23469 (description
23470 "Functions to help implement the extraction / subsetting / indexing
23471 function @code{[} and replacement function @code{[<-} of custom matrix-like
23472 types (based on S3, S4, etc.), modeled as closely to the base matrix class
23473 as possible (with tests to prove it).")
23474 (license license:expat)))
23475
23476 (define-public r-boa
23477 (package
23478 (name "r-boa")
23479 (version "1.1.8-2")
23480 (source
23481 (origin
23482 (method url-fetch)
23483 (uri (cran-uri "boa" version))
23484 (sha256
23485 (base32
23486 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
23487 (properties `((upstream-name . "boa")))
23488 (build-system r-build-system)
23489 (home-page "https://www.jstatsoft.org/v21/i11")
23490 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
23491 (description
23492 "This package provides a menu-driven program and library of functions for
23493 carrying out convergence diagnostics and statistical and graphical analysis of
23494 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
23495 (license license:gpl2+)))
23496
23497 (define-public r-httpcode
23498 (package
23499 (name "r-httpcode")
23500 (version "0.3.0")
23501 (source (origin
23502 (method url-fetch)
23503 (uri (cran-uri "httpcode" version))
23504 (sha256
23505 (base32
23506 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
23507 (build-system r-build-system)
23508 (home-page "https://github.com/sckott/httpcode")
23509 (synopsis "HTTP status code helper")
23510 (description "@code{httpcode} provides functionality for finding and
23511 explaining the meaning of @code{HTTP} status codes. Functions are included for
23512 searching for codes by full or partial number, by message, and to get
23513 appropriate dog and cat images for many status codes.")
23514 (license license:expat)))
23515
23516 (define-public r-latex2exp
23517 (package
23518 (name "r-latex2exp")
23519 (version "0.4.0")
23520 (source (origin
23521 (method url-fetch)
23522 (uri (cran-uri "latex2exp" version))
23523 (sha256
23524 (base32
23525 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
23526 (build-system r-build-system)
23527 (propagated-inputs
23528 `(("r-stringr" ,r-stringr)
23529 ("r-magrittr" ,r-magrittr)))
23530 (home-page "https://github.com/stefano-meschiari/latex2exp/")
23531 (synopsis "Use LaTeX expressions in plots")
23532 (description "@code{latex2exp} parses and converts LaTeX math formulas to
23533 R's plotmath expressions, used to enter mathematical formulas and symbols to be
23534 rendered as text, axis labels, etc. throughout R's plotting system.")
23535 (license license:expat)))
23536
23537 (define-public r-oai
23538 (package
23539 (name "r-oai")
23540 (version "0.3.0")
23541 (source (origin
23542 (method url-fetch)
23543 (uri (cran-uri "oai" version))
23544 (sha256
23545 (base32
23546 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
23547 (build-system r-build-system)
23548 (propagated-inputs
23549 `(("r-xml2" ,r-xml2)
23550 ("r-httr" ,r-httr)
23551 ("r-plyr" ,r-plyr)
23552 ("r-stringr" ,r-stringr)
23553 ("r-tibble" ,r-tibble)))
23554 (home-page "https://github.com/ropensci/oai/")
23555 (synopsis "General purpose OAI-PMH services client")
23556 (description "@code{oai} provides a general purpose client to work with
23557 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
23558 service. Functions are provided to work with the OAI-PMH verbs:
23559 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
23560 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
23561 (license license:expat)))
23562
23563 (define-public r-argon2
23564 (package
23565 (name "r-argon2")
23566 (version "0.2-0")
23567 (source
23568 (origin
23569 (method url-fetch)
23570 (uri (cran-uri "argon2" version))
23571 (sha256
23572 (base32
23573 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
23574 (properties `((upstream-name . "argon2")))
23575 (build-system r-build-system)
23576 (home-page "https://github.com/wrathematics/argon2")
23577 (synopsis "Secure password hashing based on the argon2 algorithm")
23578 (description
23579 "This package provides utilities for secure password hashing via the
23580 argon2 algorithm.")
23581 (license license:bsd-2)))
23582
23583 (define-public r-getpass
23584 (package
23585 (name "r-getpass")
23586 (version "0.2-2")
23587 (source
23588 (origin
23589 (method url-fetch)
23590 (uri (cran-uri "getPass" version))
23591 (sha256
23592 (base32
23593 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
23594 (properties `((upstream-name . "getPass")))
23595 (build-system r-build-system)
23596 (propagated-inputs
23597 `(("r-rstudioapi" ,r-rstudioapi)))
23598 (home-page "https://github.com/wrathematics/getPass")
23599 (synopsis "Masked user input")
23600 (description
23601 "This package provides a micro-package for reading \"passwords\", i.e.
23602 reading user input with masking, so that the input is not displayed as it is
23603 typed. Currently, RStudio, the command line (every OS), and any platform
23604 where tcltk is present are supported.")
23605 (license license:bsd-2)))
23606
23607 (define-public r-remoter
23608 (package
23609 (name "r-remoter")
23610 (version "0.4-0")
23611 (source
23612 (origin
23613 (method url-fetch)
23614 (uri (cran-uri "remoter" version))
23615 (sha256
23616 (base32
23617 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
23618 (properties `((upstream-name . "remoter")))
23619 (build-system r-build-system)
23620 (propagated-inputs
23621 `(("r-argon2" ,r-argon2)
23622 ("r-getpass" ,r-getpass)
23623 ("r-pbdzmq" ,r-pbdzmq)
23624 ("r-png" ,r-png)))
23625 (home-page "https://github.com/RBigData/remoter")
23626 (synopsis "Control a remote R session from a local one")
23627 (description
23628 "This package provides a set of utilities for client/server computing
23629 with R, controlling a remote R session (the server) from a local one (the
23630 client).")
23631 (license license:bsd-2)))
23632
23633 (define-public r-asd
23634 (package
23635 (name "r-asd")
23636 (version "2.2")
23637 (source
23638 (origin
23639 (method url-fetch)
23640 (uri (cran-uri "asd" version))
23641 (sha256
23642 (base32
23643 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
23644 (properties `((upstream-name . "asd")))
23645 (build-system r-build-system)
23646 (propagated-inputs
23647 `(("r-mvtnorm" ,r-mvtnorm)))
23648 (home-page "https://cran.r-project.org/web/packages/asd")
23649 (synopsis "Simulations for Adaptive Seamless Designs")
23650 (description
23651 "This package provdes means to run simulations for adaptive seamless
23652 designs with and without early outcomes for treatment selection and
23653 subpopulation type designs.")
23654 (license license:gpl3)))
23655
23656 (define-public r-nbconvertr
23657 (package
23658 (name "r-nbconvertr")
23659 (version "1.3.2")
23660 (source
23661 (origin
23662 (method url-fetch)
23663 (uri (cran-uri "nbconvertR" version))
23664 (sha256
23665 (base32
23666 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
23667 (properties `((upstream-name . "nbconvertR")))
23668 (build-system r-build-system)
23669 (inputs
23670 `(("jupyter" ,python-nbconvert)
23671 ("pandoc" ,pandoc)))
23672 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
23673 (synopsis "Vignette engine wrapping Jupyter notebooks")
23674 (description
23675 "This package calls the Jupyter script @code{nbconvert} to create
23676 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
23677 containing rich text, code, and its output. Code cells can be edited and
23678 evaluated interactively.")
23679 (license license:gpl3)))
23680
23681 (define-public r-bridgesampling
23682 (package
23683 (name "r-bridgesampling")
23684 (version "1.0-0")
23685 (source
23686 (origin
23687 (method url-fetch)
23688 (uri (cran-uri "bridgesampling" version))
23689 (sha256
23690 (base32
23691 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
23692 (properties
23693 `((upstream-name . "bridgesampling")))
23694 (build-system r-build-system)
23695 (propagated-inputs
23696 `(("r-brobdingnag" ,r-brobdingnag)
23697 ("r-coda" ,r-coda)
23698 ("r-matrix" ,r-matrix)
23699 ("r-mvtnorm" ,r-mvtnorm)
23700 ("r-scales" ,r-scales)
23701 ("r-stringr" ,r-stringr)))
23702 (native-inputs
23703 `(("r-knitr" ,r-knitr)))
23704 (home-page "https://github.com/quentingronau/bridgesampling")
23705 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
23706 (description
23707 "This package provides functions for estimating marginal likelihoods,
23708 Bayes factors, posterior model probabilities, and normalizing constants in
23709 general, via different versions of bridge sampling.")
23710 (license license:gpl2+)))
23711
23712 (define-public r-tea
23713 (package
23714 (name "r-tea")
23715 (version "1.1")
23716 (source
23717 (origin
23718 (method url-fetch)
23719 (uri (cran-uri "tea" version))
23720 (sha256
23721 (base32
23722 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
23723 (properties
23724 `((upstream-name . "tea")))
23725 (build-system r-build-system)
23726 (propagated-inputs
23727 `(("r-matrix" ,r-matrix)))
23728 (home-page "https://cran.r-project.org/web/packages/tea/")
23729 (synopsis "Threshold estimation approaches")
23730 (description
23731 "This package provides different approaches for selecting the threshold
23732 in generalized Pareto distributions. Most of them are based on minimizing the
23733 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
23734 Others are heuristically motivated by searching for stable sample paths, i.e.
23735 a nearly constant region of the tail index estimator with respect to k, which
23736 is the number of data in the tail. The third class is motivated by graphical
23737 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
23738 is also implemented here.")
23739 (license license:gpl3)))
23740
23741 (define-public r-awsmethods
23742 (package
23743 (name "r-awsmethods")
23744 (version "1.1-1")
23745 (source
23746 (origin
23747 (method url-fetch)
23748 (uri (cran-uri "awsMethods" version))
23749 (sha256
23750 (base32
23751 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
23752 (properties
23753 `((upstream-name . "awsMethods")))
23754 (build-system r-build-system)
23755 (home-page "http://www.wias-berlin.de/software/imaging/")
23756 (synopsis "Class and methods definitions")
23757 (description
23758 "This package defines the generic method @code{extract} and provides
23759 @code{openMP} support as needed in several packages like
23760 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
23761 (license license:gpl2+)))
23762
23763 (define-public r-aws
23764 (package
23765 (name "r-aws")
23766 (version "2.5-1")
23767 (source
23768 (origin
23769 (method url-fetch)
23770 (uri (cran-uri "aws" version))
23771 (sha256
23772 (base32
23773 "1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
23774 (properties
23775 `((upstream-name . "aws")))
23776 (build-system r-build-system)
23777 (propagated-inputs
23778 `(("r-awsmethods" ,r-awsmethods)
23779 ("r-gsl" ,r-gsl)))
23780 (native-inputs
23781 `(("gfortran" ,gfortran)))
23782 (home-page "https://cran.r-project.org/web/packages/aws/")
23783 (synopsis "Adaptive weights smoothing")
23784 (description
23785 "This package provides a collection of R-functions implementing adaptive
23786 smoothing procedures in 1D, 2D and 3D. This includes the
23787 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
23788 Confidence Intervals} (ICI), variational approaches, and a non-local means
23789 filter.")
23790 (license license:gpl2+)))
23791
23792 (define-public r-sgloptim
23793 (package
23794 (name "r-sgloptim")
23795 (version "1.3.8")
23796 (source
23797 (origin
23798 (method url-fetch)
23799 (uri (cran-uri "sglOptim" version))
23800 (sha256
23801 (base32
23802 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
23803 (properties
23804 `((upstream-name . "sglOptim")))
23805 (build-system r-build-system)
23806 (propagated-inputs
23807 `(("r-bh" ,r-bh)
23808 ("r-doparallel" ,r-doparallel)
23809 ("r-foreach" ,r-foreach)
23810 ("r-matrix" ,r-matrix)
23811 ("r-rcpp" ,r-rcpp)
23812 ("r-rcpparmadillo" ,r-rcpparmadillo)
23813 ("r-rcppprogress" ,r-rcppprogress)))
23814 (native-inputs
23815 `(("r-knitr" ,r-knitr)))
23816 (home-page "https://github.com/nielsrhansen/sglOptim")
23817 (synopsis "Generic sparse group Lasso solver")
23818 (description
23819 "This package provides a fast generic solver for sparse group lasso
23820 optimization problems. The loss (objective) function must be defined in a C++
23821 module. The optimization problem is solved using a coordinate gradient
23822 descent algorithm. Convergence of the algorithm is established and the
23823 algorithm is applicable to a broad class of loss functions. Use of parallel
23824 computing for cross validation and subsampling is supported through the
23825 @code{foreach} and @code{doParallel} packages.")
23826 (license license:gpl2+)))
23827
23828 (define-public r-grouped
23829 (package
23830 (name "r-grouped")
23831 (version "0.6-0")
23832 (source
23833 (origin
23834 (method url-fetch)
23835 (uri (cran-uri "grouped" version))
23836 (sha256
23837 (base32
23838 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
23839 (properties
23840 `((upstream-name . "grouped")))
23841 (build-system r-build-system)
23842 (propagated-inputs
23843 `(("r-mass" ,r-mass)))
23844 (home-page "https://cran.r-project.org/web/packages/grouped/")
23845 (synopsis "Regression analysis of grouped and coarse data")
23846 (description
23847 "This package provides regression models for grouped and coarse data,
23848 under the coarsened at random assumption.")
23849 (license license:gpl2+)))
23850
23851 (define-public r-stam
23852 (package
23853 (name "r-stam")
23854 (version "0.0-1")
23855 (source
23856 (origin
23857 (method url-fetch)
23858 (uri (cran-uri "stam" version))
23859 (sha256
23860 (base32
23861 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
23862 (properties
23863 `((upstream-name . "stam")))
23864 (build-system r-build-system)
23865 (propagated-inputs
23866 `(("r-np" ,r-np)
23867 ("r-sp" ,r-sp)))
23868 (home-page "https://cran.r-project.org/web/packages/stam")
23869 (synopsis "Spatio-temporal analysis and modelling")
23870 (description
23871 "This package provides various methods to conduct Spatio-Temporal
23872 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
23873 Inferred Spatio-Temporal Modelling.")
23874 (license license:gpl2+)))
23875
23876 (define-public r-dcv
23877 (package
23878 (name "r-dcv")
23879 (version "0.1.1")
23880 (source
23881 (origin
23882 (method url-fetch)
23883 (uri (cran-uri "dcv" version))
23884 (sha256
23885 (base32
23886 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
23887 (properties
23888 `((upstream-name . "dcv")))
23889 (build-system r-build-system)
23890 (propagated-inputs
23891 `(("r-lmtest" ,r-lmtest)))
23892 (home-page "https://cran.r-project.org/web/packages/dcv/")
23893 (synopsis "Conventional cross-validation statistics for climate-growth model")
23894 (description
23895 "This package performs several conventional cross-validation statistical
23896 methods for climate-growth model in the climate reconstruction from tree
23897 rings, including Sign Test statistic, Reduction of Error statistic, Product
23898 Mean Test, Durbin-Watson statistic etc.")
23899 (license license:gpl2)))
23900
23901 (define-public r-rcdd
23902 (package
23903 (name "r-rcdd")
23904 (version "1.2-2")
23905 (source
23906 (origin
23907 (method url-fetch)
23908 (uri (cran-uri "rcdd" version))
23909 (sha256
23910 (base32
23911 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
23912 (properties
23913 `((upstream-name . "rcdd")))
23914 (build-system r-build-system)
23915 (inputs
23916 `(("gmp" ,gmp)))
23917 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
23918 (synopsis "Computational geometry")
23919 (description
23920 "This package converts back and forth between two representations of a
23921 convex polytope: as solution of a set of linear equalities and inequalities
23922 and as convex hull of set of points and rays. Also does linear programming
23923 and redundant generator elimination. All functions can use exact
23924 infinite-precision rational arithmetic.")
23925 (license license:gpl2)))
23926
23927 (define-public r-rxnat
23928 (package
23929 (name "r-rxnat")
23930 (version "1.0.14")
23931 (source
23932 (origin
23933 (method url-fetch)
23934 (uri (cran-uri "Rxnat" version))
23935 (sha256
23936 (base32
23937 "00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
23938 (properties
23939 `((upstream-name . "Rxnat")))
23940 (build-system r-build-system)
23941 (propagated-inputs
23942 `(("r-dplyr" ,r-dplyr)
23943 ("r-httr" ,r-httr)
23944 ("r-rcurl" ,r-rcurl)
23945 ("r-tibble" ,r-tibble)))
23946 (native-inputs
23947 `(("r-knitr" ,r-knitr)))
23948 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
23949 (synopsis "Queries and extracts images from neuroimaging datasets")
23950 (description
23951 "This package allows communication with the Extensible Neuroimaging
23952 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
23953 download images.")
23954 (license license:gpl2)))
23955
23956 (define-public r-rserve
23957 (package
23958 (name "r-rserve")
23959 (version "1.8-6")
23960 (source
23961 (origin
23962 (method url-fetch)
23963 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
23964 version ".tar.gz"))
23965 (sha256
23966 (base32
23967 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
23968 (build-system r-build-system)
23969 (arguments
23970 `(#:phases
23971 (modify-phases %standard-phases
23972 (add-before 'install 'install-server-binary
23973 ;; Makevars tries to install to R's store directory.
23974 (lambda* (#:key outputs #:allow-other-keys)
23975 (let* ((out (assoc-ref outputs "out"))
23976 (bin (string-append out "/bin")))
23977 (substitute* "src/Makevars.in"
23978 (("\\$\\(R_HOME\\)") out))
23979 (mkdir-p bin)))))))
23980 (propagated-inputs
23981 `(("r-checkmate" ,r-checkmate)
23982 ("r-mime" ,r-mime)
23983 ("r-jsonlite" ,r-jsonlite)
23984 ("r-knitr" ,r-knitr)
23985 ("r-r6" ,r-r6)
23986 ("r-rcpp" ,r-rcpp)
23987 ("r-uuid" ,r-uuid)))
23988 (inputs
23989 `(("openssl" ,openssl)
23990 ("zlib" ,zlib)))
23991 (home-page "https://github.com/s-u/Rserve")
23992 (synopsis
23993 "Server providing access to R from many languages and systems")
23994 (description
23995 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
23996 binary requests to be sent to R. Every connection has a separate workspace
23997 and working directory. Client-side implementations are available for popular
23998 languages such as C/C++ and Java, allowing any application to use facilities
23999 of R without the need of linking to R code. Rserve supports remote
24000 connection, user authentication and file transfer. A simple R client is
24001 included in this package as well.")
24002 (license license:gpl2)))
24003
24004 (define-public r-gamm4
24005 (package
24006 (name "r-gamm4")
24007 (version "0.2-6")
24008 (source
24009 (origin
24010 (method url-fetch)
24011 (uri (cran-uri "gamm4" version))
24012 (sha256
24013 (base32
24014 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
24015 (properties `((upstream-name . "gamm4")))
24016 (build-system r-build-system)
24017 (propagated-inputs
24018 `(("r-lme4" ,r-lme4)
24019 ("r-matrix" ,r-matrix)
24020 ("r-mgcv" ,r-mgcv)))
24021 (home-page "https://cran.r-project.org/web/packages/gamm4/")
24022 (synopsis "Generalized additive mixed models using mgcv and lme4")
24023 (description
24024 "Estimate generalized additive mixed models via a version of function
24025 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
24026 estimation.")
24027 (license license:gpl2+)))
24028
24029 (define-public r-optimx
24030 (package
24031 (name "r-optimx")
24032 (version "2020-4.2")
24033 (source
24034 (origin
24035 (method url-fetch)
24036 (uri (cran-uri "optimx" version))
24037 (sha256
24038 (base32
24039 "00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
24040 (properties `((upstream-name . "optimx")))
24041 (build-system r-build-system)
24042 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
24043 (native-inputs `(("r-knitr" ,r-knitr)))
24044 (home-page "https://cran.r-project.org/web/packages/optimx/")
24045 (synopsis "Expanded replacement and extension of the optim function")
24046 (description
24047 "This package provides a replacement and extension of the @code{optim}
24048 function to call to several function minimization codes in R in a single
24049 statement. These methods handle smooth, possibly box constrained functions of
24050 several or many parameters. Note that the function @code{optimr} was prepared
24051 to simplify the incorporation of minimization codes going forward. This
24052 package also implements some utility codes and some extra solvers, including
24053 safeguarded Newton methods. Many methods previously separate are now included
24054 here.")
24055 (license license:gpl2)))
24056
24057 (define-public r-projpred
24058 (package
24059 (name "r-projpred")
24060 (version "2.0.2")
24061 (source
24062 (origin
24063 (method url-fetch)
24064 (uri (cran-uri "projpred" version))
24065 (sha256
24066 (base32
24067 "0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
24068 (properties `((upstream-name . "projpred")))
24069 (build-system r-build-system)
24070 (propagated-inputs
24071 `(("r-dplyr" ,r-dplyr)
24072 ("r-gamm4" ,r-gamm4)
24073 ("r-ggplot2" ,r-ggplot2)
24074 ("r-lme4" ,r-lme4)
24075 ("r-loo" ,r-loo)
24076 ("r-magrittr" ,r-magrittr)
24077 ("r-mass" ,r-mass)
24078 ("r-mgcv" ,r-mgcv)
24079 ("r-optimx" ,r-optimx)
24080 ("r-rcpp" ,r-rcpp)
24081 ("r-rcpparmadillo" ,r-rcpparmadillo)
24082 ("r-rngtools" ,r-rngtools)
24083 ("r-rstantools" ,r-rstantools)
24084 ("r-tidyverse" ,r-tidyverse)))
24085 (native-inputs `(("r-knitr" ,r-knitr)))
24086 (home-page "https://mc-stan.org/projpred/")
24087 (synopsis "Projection predictive feature selection")
24088 (description
24089 "This package performs projection predictive feature selection for
24090 generalized linear models and generalized linear and additive multilevel
24091 models. The package is compatible with the @code{rstanarm} and @code{brms}
24092 packages, but other reference models can also be used. See the package
24093 vignette for more information and examples.")
24094 (license license:gpl3)))
24095
24096 (define-public r-brms
24097 (package
24098 (name "r-brms")
24099 (version "2.15.0")
24100 (source
24101 (origin
24102 (method url-fetch)
24103 (uri (cran-uri "brms" version))
24104 (sha256
24105 (base32
24106 "0byc3fyvf9qbvvgwf55ih5d4br1nnxlbaidq9fvr11bmv38h25y1"))))
24107 (properties `((upstream-name . "brms")))
24108 (build-system r-build-system)
24109 (propagated-inputs
24110 `(("r-abind" ,r-abind)
24111 ("r-backports" ,r-backports)
24112 ("r-bayesplot" ,r-bayesplot)
24113 ("r-bridgesampling" ,r-bridgesampling)
24114 ("r-coda" ,r-coda)
24115 ("r-future" ,r-future)
24116 ("r-ggplot2" ,r-ggplot2)
24117 ("r-glue" ,r-glue)
24118 ("r-loo" ,r-loo)
24119 ("r-matrix" ,r-matrix)
24120 ("r-matrixstats" ,r-matrixstats)
24121 ("r-mgcv" ,r-mgcv)
24122 ("r-nleqslv" ,r-nleqslv)
24123 ("r-nlme" ,r-nlme)
24124 ("r-projpred" ,r-projpred)
24125 ("r-rcpp" ,r-rcpp)
24126 ("r-rstan" ,r-rstan)
24127 ("r-rstantools" ,r-rstantools)
24128 ("r-shinystan" ,r-shinystan)))
24129 (native-inputs `(("r-knitr" ,r-knitr)))
24130 (home-page
24131 "https://github.com/paul-buerkner/brms")
24132 (synopsis
24133 "Bayesian Regression Models using 'Stan'")
24134 (description
24135 "Fit Bayesian generalized (non-)linear multivariate multilevel models
24136 using 'Stan' for full Bayesian inference. A wide range of distributions and
24137 link functions are supported, allowing users to fit -- among others -- linear,
24138 robust linear, count data, survival, response times, ordinal, zero-inflated,
24139 hurdle, and even self-defined mixture models all in a multilevel context.
24140 Further modeling options include non-linear and smooth terms, auto-correlation
24141 structures, censored data, meta-analytic standard errors, and quite a few
24142 more. In addition, all parameters of the response distribution can be
24143 predicted in order to perform distributional regression. Prior specifications
24144 are flexible and explicitly encourage users to apply prior distributions that
24145 actually reflect their beliefs. Model fit can easily be assessed and compared
24146 with posterior predictive checks and leave-one-out cross-validation.")
24147 (license license:gpl2)))
24148
24149 (define-public r-mstate
24150 (package
24151 (name "r-mstate")
24152 (version "0.3.1")
24153 (source
24154 (origin
24155 (method url-fetch)
24156 (uri (cran-uri "mstate" version))
24157 (sha256
24158 (base32
24159 "11i3p7fph8nbnfis1m7rdrq32qryaajv2wrkxk1x6k17zkh4rq6i"))))
24160 (properties `((upstream-name . "mstate")))
24161 (build-system r-build-system)
24162 (propagated-inputs
24163 `(("r-data-table" ,r-data-table)
24164 ("r-lattice" ,r-lattice)
24165 ("r-magrittr" ,r-magrittr)
24166 ("r-rcolorbrewer" ,r-rcolorbrewer)
24167 ("r-rlang" ,r-rlang)
24168 ("r-survival" ,r-survival)
24169 ("r-viridis" ,r-viridis)))
24170 (native-inputs
24171 `(("r-knitr" ,r-knitr)))
24172 (home-page
24173 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
24174 (synopsis
24175 "Data Preparation, Estimation and Prediction in Multi-State Models")
24176 (description
24177 "Contains functions for data preparation, descriptives, hazard estimation
24178 and prediction with Aalen-Johansen or simulation in competing risks and
24179 multi-state models.")
24180 (license license:gpl2+)))
24181
24182 (define-public r-scatterpie
24183 (package
24184 (name "r-scatterpie")
24185 (version "0.1.5")
24186 (source
24187 (origin
24188 (method url-fetch)
24189 (uri (cran-uri "scatterpie" version))
24190 (sha256
24191 (base32
24192 "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
24193 (properties `((upstream-name . "scatterpie")))
24194 (build-system r-build-system)
24195 (propagated-inputs
24196 `(("r-ggforce" ,r-ggforce)
24197 ("r-ggplot2" ,r-ggplot2)
24198 ("r-rlang" ,r-rlang)
24199 ("r-rvcheck" ,r-rvcheck)
24200 ("r-tidyr" ,r-tidyr)))
24201 (native-inputs
24202 `(("r-knitr" ,r-knitr)))
24203 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
24204 (synopsis "Scatter pie plot")
24205 (description
24206 "This package creates scatterpie plots, especially useful for plotting
24207 pies on a map.")
24208 (license license:artistic2.0)))
24209
24210 (define-public r-scrypt
24211 (package
24212 (name "r-scrypt")
24213 (version "0.1.3")
24214 (source
24215 (origin
24216 (method url-fetch)
24217 (uri (cran-uri "scrypt" version))
24218 (sha256
24219 (base32
24220 "14iblgbp9v2by8fjbrpsd59iknp5babcz7j3yv1yxxzcwyb6wrrm"))))
24221 (properties `((upstream-name . "scrypt")))
24222 (build-system r-build-system)
24223 (propagated-inputs
24224 `(("r-rcpp" ,r-rcpp)))
24225 (home-page "https://github.com/rstudio/rscrypt")
24226 (synopsis "Key derivation functions for R based on Scrypt")
24227 (description
24228 "This package provides functions for working with the scrypt key
24229 derivation functions. Scrypt is a password-based key derivation function
24230 created by Colin Percival. The algorithm was specifically designed to make it
24231 costly to perform large-scale custom hardware attacks by requiring large
24232 amounts of memory.")
24233 (license license:bsd-2)))
24234
24235 (define-public r-boruta
24236 (package
24237 (name "r-boruta")
24238 (version "7.0.0")
24239 (source
24240 (origin
24241 (method url-fetch)
24242 (uri (cran-uri "Boruta" version))
24243 (sha256
24244 (base32
24245 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
24246 (properties `((upstream-name . "Boruta")))
24247 (build-system r-build-system)
24248 (propagated-inputs `(("r-ranger" ,r-ranger)))
24249 (home-page "https://gitlab.com/mbq/Boruta/")
24250 (synopsis "Wrapper algorithm for all relevant feature selection")
24251 (description
24252 "This package provides an all relevant feature selection wrapper
24253 algorithm. It finds relevant features by comparing original attributes'
24254 importance with importance achievable at random, estimated using their
24255 permuted copies (shadows).")
24256 (license license:gpl2+)))
24257
24258 (define-public r-directlabels
24259 (package
24260 (name "r-directlabels")
24261 (version "2021.1.13")
24262 (source
24263 (origin
24264 (method url-fetch)
24265 (uri (cran-uri "directlabels" version))
24266 (sha256
24267 (base32
24268 "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
24269 (build-system r-build-system)
24270 (propagated-inputs
24271 `(("r-quadprog" ,r-quadprog)))
24272 (native-inputs
24273 `(("r-knitr" ,r-knitr)))
24274 (home-page "http://directlabels.r-forge.r-project.org/")
24275 (synopsis "Direct labels for multicolor plots")
24276 (description
24277 "This package provides an extensible framework for automatically placing
24278 direct labels onto multicolor plots. Label positions are described using
24279 positioning methods that can be re-used across several different plots. There
24280 are heuristics for examining @code{trellis} and @code{ggplot} objects and
24281 inferring an appropriate positioning method.")
24282 (license license:gpl3)))
24283
24284 (define-public r-lsd
24285 (package
24286 (name "r-lsd")
24287 (version "4.1-0")
24288 (source
24289 (origin
24290 (method url-fetch)
24291 (uri (cran-uri "LSD" version))
24292 (sha256
24293 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
24294 (properties `((upstream-name . "LSD")))
24295 (build-system r-build-system)
24296 (home-page "https://cran.r-project.org/web/packages/LSD/")
24297 (synopsis "Lots of superior depictions tool creates colorful plots")
24298 (description
24299 "This package creates lots of colorful plots in a multitude of variations.
24300 Try a demo of the LSD by running @code{demotour()}.")
24301 ;; Either version
24302 (license (list license:gpl2 license:gpl3))))
24303
24304 (define-public r-phylogram
24305 (package
24306 (name "r-phylogram")
24307 (version "2.1.0")
24308 (source
24309 (origin
24310 (method url-fetch)
24311 (uri (cran-uri "phylogram" version))
24312 (sha256
24313 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
24314 (properties `((upstream-name . "phylogram")))
24315 (build-system r-build-system)
24316 (propagated-inputs `(("r-ape" ,r-ape)))
24317 (home-page "https://github.com/ropensci/phylogram/")
24318 (synopsis "Dendrograms for evolutionary analysis")
24319 (description
24320 "The @code{r-phylogram} package is a tool for for developing phylogenetic
24321 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
24322 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
24323 as well as several tools for command-line tree manipulation and import/export
24324 via Newick parenthetic text. This improves accessibility to the comprehensive
24325 range of object-specific analytical and tree-visualization functions found
24326 across a wide array of bioinformatic R packages.")
24327 (license license:gpl3)))
24328
24329 (define-public r-kmer
24330 (package
24331 (name "r-kmer")
24332 (version "1.1.2")
24333 (source
24334 (origin
24335 (method url-fetch)
24336 (uri (cran-uri "kmer" version))
24337 (sha256
24338 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
24339 (properties `((upstream-name . "kmer")))
24340 (build-system r-build-system)
24341 (propagated-inputs
24342 `(("r-openssl" ,r-openssl)
24343 ("r-phylogram" ,r-phylogram)
24344 ("r-rcpp" ,r-rcpp)))
24345 (home-page "https://github.com/shaunpwilkinson/kmer/")
24346 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
24347 (description
24348 "@code{r-kmer} is an R package for rapidly computing distance matrices
24349 and clustering large sequence datasets using fast alignment-free k-mer
24350 counting and recursive k-means partitioning.")
24351 (license license:gpl3)))
24352
24353 (define-public r-hardhat
24354 (package
24355 (name "r-hardhat")
24356 (version "0.1.5")
24357 (source
24358 (origin
24359 (method url-fetch)
24360 (uri (cran-uri "hardhat" version))
24361 (sha256
24362 (base32
24363 "1b7f9i9fy39j9n03g40vd6nzgq9fgq914xg3svf84najlknvjzly"))))
24364 (properties `((upstream-name . "hardhat")))
24365 (build-system r-build-system)
24366 (propagated-inputs
24367 `(("r-glue" ,r-glue)
24368 ("r-rlang" ,r-rlang)
24369 ("r-tibble" ,r-tibble)
24370 ("r-vctrs" ,r-vctrs)))
24371 (native-inputs
24372 `(("r-knitr" ,r-knitr)))
24373 (home-page "https://github.com/tidymodels/hardhat")
24374 (synopsis "Construct modeling packages")
24375 (description
24376 "Building modeling packages is hard. A large amount of effort generally
24377 goes into providing an implementation for a new method that is efficient,
24378 fast, and correct, but often less emphasis is put on the user interface. A
24379 good interface requires specialized knowledge about S3 methods and formulas,
24380 which the average package developer might not have. The goal of
24381 @code{hardhat} is to reduce the burden around building new modeling packages
24382 by providing functionality for preprocessing, predicting, and validating
24383 input.")
24384 (license license:expat)))
24385
24386 (define-public r-lightgbm
24387 (package
24388 (name "r-lightgbm")
24389 (version "3.1.1")
24390 (source
24391 (origin
24392 (method url-fetch)
24393 (uri (cran-uri "lightgbm" version))
24394 (sha256
24395 (base32
24396 "1pwsh6j9ksahh58b15j5ij56bsc6syy3z4k4a5zhy5n7829rz555"))))
24397 (properties `((upstream-name . "lightgbm")))
24398 (build-system r-build-system)
24399 (propagated-inputs
24400 `(("r-data-table" ,r-data-table)
24401 ("r-jsonlite" ,r-jsonlite)
24402 ("r-matrix" ,r-matrix)
24403 ("r-r6" ,r-r6)))
24404 (home-page "https://github.com/Microsoft/LightGBM")
24405 (synopsis "Light gradient boosting machine")
24406 (description
24407 "Tree based algorithms can be improved by introducing boosting
24408 frameworks. LightGBM is one such framework, based on Ke, Guolin et
24409 al. (2017). This package offers an R interface to work with it. It is
24410 designed to be distributed and efficient with the following goals:
24411
24412 @enumerate
24413 @item Faster training speed and higher efficiency;
24414 @item lower memory usage;
24415 @item better accuracy;
24416 @item parallel learning supported; and
24417 @item capable of handling large-scale data.
24418 @end enumerate
24419 ")
24420 (license license:expat)))
24421
24422 (define-public r-shapforxgboost
24423 (package
24424 (name "r-shapforxgboost")
24425 (version "0.1.0")
24426 (source
24427 (origin
24428 (method url-fetch)
24429 (uri (cran-uri "SHAPforxgboost" version))
24430 (sha256
24431 (base32
24432 "0jgyss9bawl7sf4dwa75sn7ld3mvrrr0z2074lbkq3f5qb9gwsly"))))
24433 (properties
24434 `((upstream-name . "SHAPforxgboost")))
24435 (build-system r-build-system)
24436 (propagated-inputs
24437 `(("r-bbmisc" ,r-bbmisc)
24438 ("r-data-table" ,r-data-table)
24439 ("r-ggextra" ,r-ggextra)
24440 ("r-ggforce" ,r-ggforce)
24441 ("r-ggplot2" ,r-ggplot2)
24442 ("r-ggpubr" ,r-ggpubr)
24443 ("r-lightgbm" ,r-lightgbm)
24444 ("r-rcolorbrewer" ,r-rcolorbrewer)
24445 ("r-xgboost" ,r-xgboost)))
24446 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
24447 (synopsis "SHAP Plots for XGBoost")
24448 (description
24449 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
24450 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
24451 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
24452 and force plot. It relies on the @code{XGBoost} package to produce SHAP
24453 values.")
24454 (license license:expat)))
24455
24456 (define-public r-rismed
24457 (package
24458 (name "r-rismed")
24459 (version "2.2")
24460 (source
24461 (origin
24462 (method url-fetch)
24463 (uri (cran-uri "RISmed" version))
24464 (sha256
24465 (base32
24466 "0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
24467 (properties `((upstream-name . "RISmed")))
24468 (build-system r-build-system)
24469 (home-page "https://cran.r-project.org/web/packages/RISmed")
24470 (synopsis "Download content from NCBI databases")
24471 (description
24472 "This package provides a set of tools to extract bibliographic
24473 content from the National Center for Biotechnology Information (NCBI)
24474 databases, including PubMed. The name RISmed is a portmanteau of
24475 RIS (for Research Information Systems, a common tag format for
24476 bibliographic data) and PubMed.")
24477 (license license:gpl2+)))
24478
24479 (define-public r-semver
24480 (package
24481 (name "r-semver")
24482 (version "0.2.0")
24483 (source
24484 (origin
24485 (method url-fetch)
24486 (uri (cran-uri "semver" version))
24487 (sha256
24488 (base32
24489 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
24490 (properties `((upstream-name . "semver")))
24491 (build-system r-build-system)
24492 (propagated-inputs
24493 `(("r-assertthat" ,r-assertthat)
24494 ("r-rcpp" ,r-rcpp)))
24495 (native-inputs `(("r-knitr" ,r-knitr)))
24496 (home-page "https://github.com/johndharrison/semver")
24497 (synopsis "Parser for Semantic Versioning 2.0.0")
24498 (description
24499 "This package provides tools and functions for parsing, rendering and
24500 operating on semantic version strings. Semantic versioning is a simple set of
24501 rules and requirements that dictate how version numbers are assigned and
24502 incremented as outlined at @url{http://semver.org}.")
24503 (license license:expat)))
24504
24505 (define-public r-binman
24506 (package
24507 (name "r-binman")
24508 (version "0.1.2")
24509 (source
24510 (origin
24511 (method url-fetch)
24512 (uri (cran-uri "binman" version))
24513 (sha256
24514 (base32
24515 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
24516 (properties `((upstream-name . "binman")))
24517 (build-system r-build-system)
24518 (propagated-inputs
24519 `(("r-assertthat" ,r-assertthat)
24520 ("r-httr" ,r-httr)
24521 ("r-jsonlite" ,r-jsonlite)
24522 ("r-rappdirs" ,r-rappdirs)
24523 ("r-semver" ,r-semver)
24524 ("r-xml2" ,r-xml2)
24525 ("r-yaml" ,r-yaml)))
24526 (native-inputs `(("r-knitr" ,r-knitr)))
24527 (home-page "https://github.com/ropensci/binman")
24528 (synopsis "Binary download manager")
24529 (description
24530 "This package provides tools and functions for managing the download of
24531 binary files. Binary repositories are defined in the YAML format. Defining
24532 new pre-download, download and post-download templates allow additional
24533 repositories to be added.")
24534 (license license:expat)))
24535
24536 (define-public r-wdman
24537 (package
24538 (name "r-wdman")
24539 (version "0.2.5")
24540 (source
24541 (origin
24542 (method url-fetch)
24543 (uri (cran-uri "wdman" version))
24544 (sha256
24545 (base32
24546 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
24547 (properties `((upstream-name . "wdman")))
24548 (build-system r-build-system)
24549 (propagated-inputs
24550 `(("r-assertthat" ,r-assertthat)
24551 ("r-binman" ,r-binman)
24552 ("r-processx" ,r-processx)
24553 ("r-semver" ,r-semver)
24554 ("r-yaml" ,r-yaml)))
24555 (native-inputs `(("r-knitr" ,r-knitr)))
24556 (home-page "https://docs.ropensci.org/wdman/")
24557 (synopsis "Webdriver/Selenium binary manager")
24558 (description
24559 "There are a number of binary files associated with the
24560 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
24561 @url{https://sites.google.com/a/chromium.org/chromedriver/},
24562 @url{https://github.com/mozilla/geckodriver},
24563 @url{http://phantomjs.org/download.html}, and
24564 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
24565 more information). This package provides functions to download these binaries
24566 and to manage processes involving them.")
24567 (license license:expat)))
24568
24569 (define-public r-rselenium
24570 (package
24571 (name "r-rselenium")
24572 (version "1.7.7")
24573 (source
24574 (origin
24575 (method url-fetch)
24576 (uri (cran-uri "RSelenium" version))
24577 (sha256
24578 (base32
24579 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
24580 (properties `((upstream-name . "RSelenium")))
24581 (build-system r-build-system)
24582 (propagated-inputs
24583 `(("r-binman" ,r-binman)
24584 ("r-catools" ,r-catools)
24585 ("r-httr" ,r-httr)
24586 ("r-openssl" ,r-openssl)
24587 ("r-wdman" ,r-wdman)
24588 ("r-xml" ,r-xml)))
24589 (native-inputs `(("r-knitr" ,r-knitr)))
24590 (home-page "https://docs.ropensci.org/RSelenium/")
24591 (synopsis "R bindings for Selenium WebDriver")
24592 (description
24593 "This package provides a set of R bindings for the Selenium 2.0
24594 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
24595 information) using the @code{JsonWireProtocol} (see
24596 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
24597 information). Selenium 2.0 WebDriver allows driving a web browser natively as
24598 a user would either locally or on a remote machine using the Selenium server
24599 it marks a leap forward in terms of web browser automation. Selenium
24600 automates web browsers (commonly referred to as browsers). Using RSelenium
24601 you can automate browsers locally or remotely.")
24602 (license license:agpl3+)))
24603
24604 (define-public r-conquer
24605 (package
24606 (name "r-conquer")
24607 (version "1.0.2")
24608 (source
24609 (origin
24610 (method url-fetch)
24611 (uri (cran-uri "conquer" version))
24612 (sha256
24613 (base32
24614 "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
24615 (properties `((upstream-name . "conquer")))
24616 (build-system r-build-system)
24617 (propagated-inputs
24618 `(("r-matrix" ,r-matrix)
24619 ("r-matrixstats" ,r-matrixstats)
24620 ("r-rcpp" ,r-rcpp)
24621 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24622 (home-page "https://github.com/XiaoouPan/conquer")
24623 (synopsis "Convolution-type smoothed quantile regression")
24624 (description
24625 "This package provides fast and accurate convolution-type smoothed
24626 quantile regression, implemented using Barzilai-Borwein gradient descent with
24627 a Huber regression warm start. Confidence intervals for regression
24628 coefficients are constructed using multiplier bootstrap.")
24629 (license license:gpl3)))
24630
24631 (define-public r-fastshap
24632 (package
24633 (name "r-fastshap")
24634 (version "0.0.5")
24635 (source
24636 (origin
24637 (method url-fetch)
24638 (uri (cran-uri "fastshap" version))
24639 (sha256
24640 (base32
24641 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
24642 (properties `((upstream-name . "fastshap")))
24643 (build-system r-build-system)
24644 (propagated-inputs
24645 `(("r-abind" ,r-abind)
24646 ("r-ggplot2" ,r-ggplot2)
24647 ("r-gridextra" ,r-gridextra)
24648 ("r-matrixstats" ,r-matrixstats)
24649 ("r-plyr" ,r-plyr)
24650 ("r-rcpp" ,r-rcpp)
24651 ("r-rcpparmadillo" ,r-rcpparmadillo)
24652 ("r-tibble" ,r-tibble)))
24653 (home-page "https://github.com/bgreenwell/fastshap")
24654 (synopsis "Fast approximate Shapley values")
24655 (description
24656 "This package computes fast (relative to other implementations)
24657 approximate Shapley values for any supervised learning model. Shapley values
24658 help to explain the predictions from any black box model using ideas from game
24659 theory; see @url{Strumbel and Kononenko (2014),
24660 doi.org/10.1007/s10115-013-0679-x} for details.")
24661 (license license:gpl2+)))
24662
24663 (define-public r-metrics
24664 (package
24665 (name "r-metrics")
24666 (version "0.1.4")
24667 (source
24668 (origin
24669 (method url-fetch)
24670 (uri (cran-uri "Metrics" version))
24671 (sha256
24672 (base32
24673 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
24674 (properties `((upstream-name . "Metrics")))
24675 (build-system r-build-system)
24676 (home-page "https://github.com/mfrasco/Metrics")
24677 (synopsis "Evaluation metrics for machine learning")
24678 (description
24679 "This package provides an implementation of evaluation metrics in R that
24680 are commonly used in supervised machine learning. It implements metrics for
24681 regression, time series, binary classification, classification, and
24682 information retrieval problems. It has zero dependencies and a consistent,
24683 simple interface for all functions.")
24684 (license license:bsd-3)))
24685
24686 (define-public r-iml
24687 (package
24688 (name "r-iml")
24689 (version "0.10.0")
24690 (source
24691 (origin
24692 (method url-fetch)
24693 (uri (cran-uri "iml" version))
24694 (sha256
24695 (base32
24696 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
24697 (properties `((upstream-name . "iml")))
24698 (build-system r-build-system)
24699 (propagated-inputs
24700 `(("r-checkmate" ,r-checkmate)
24701 ("r-data-table" ,r-data-table)
24702 ("r-formula" ,r-formula)
24703 ("r-future" ,r-future)
24704 ("r-future-apply" ,r-future-apply)
24705 ("r-ggplot2" ,r-ggplot2)
24706 ("r-gridextra" ,r-gridextra)
24707 ("r-metrics" ,r-metrics)
24708 ("r-prediction" ,r-prediction)
24709 ("r-r6" ,r-r6)))
24710 (native-inputs `(("r-knitr" ,r-knitr)))
24711 (home-page "https://github.com/christophM/iml")
24712 (synopsis "Interpretable machine learning")
24713 (description
24714 "This package provides interpretability methods to analyze the behavior
24715 and predictions of any machine learning model. Implemented methods are:
24716
24717 @itemize
24718 @item Feature importance described by Fisher et al. (2018),
24719 @item accumulated local effects plots described by Apley (2018),
24720 @item partial dependence plots described by Friedman (2001),
24721 @item individual conditional expectation ('ice') plots described by Goldstein
24722 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
24723 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
24724 @item the Shapley Value described by Strumbelj et. al (2014)
24725 @url{https://doi.org/10.1007/s10115-013-0679-x},
24726 @item feature interactions described by Friedman et. al
24727 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
24728 @end itemize
24729 ")
24730 (license license:expat)))
24731
24732 (define-public r-goftest
24733 (package
24734 (name "r-goftest")
24735 (version "1.2-2")
24736 (source
24737 (origin
24738 (method url-fetch)
24739 (uri (cran-uri "goftest" version))
24740 (sha256
24741 (base32
24742 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
24743 (properties `((upstream-name . "goftest")))
24744 (build-system r-build-system)
24745 (home-page "https://github.com/baddstats/goftest")
24746 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
24747 (description
24748 "This package provides Cramer-Von Mises and Anderson-Darling tests of
24749 goodness-of-fit for continuous univariate distributions, using efficient
24750 algorithms.")
24751 (license license:gpl2+)))
24752
24753 (define-public r-tensor
24754 (package
24755 (name "r-tensor")
24756 (version "1.5")
24757 (source
24758 (origin
24759 (method url-fetch)
24760 (uri (cran-uri "tensor" version))
24761 (sha256
24762 (base32
24763 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
24764 (properties `((upstream-name . "tensor")))
24765 (build-system r-build-system)
24766 (home-page "https://cran.r-project.org/web/packages/tensor/")
24767 (synopsis "Tensor product of arrays")
24768 (description
24769 "The tensor product of two arrays is notionally an outer product of the
24770 arrays collapsed in specific extents by summing along the appropriate
24771 diagonals. This package allows you to compute the tensor product of arrays.")
24772 (license license:gpl2+)))
24773
24774 (define-public r-spatstat-utils
24775 (package
24776 (name "r-spatstat-utils")
24777 (version "2.0-0")
24778 (source
24779 (origin
24780 (method url-fetch)
24781 (uri (cran-uri "spatstat.utils" version))
24782 (sha256
24783 (base32
24784 "1li0vksxpkvgyx3j2wi40kj5687vwakkfdix6icm6g01a0lb2m5d"))))
24785 (properties
24786 `((upstream-name . "spatstat.utils")))
24787 (build-system r-build-system)
24788 (home-page "http://www.spatstat.org")
24789 (synopsis "Utility functions for spatstat")
24790 (description
24791 "This package contains utility functions for the @code{spatstat} package
24792 which may also be useful for other purposes.")
24793 (license license:gpl2+)))
24794
24795 (define-public r-spatstat-sparse
24796 (package
24797 (name "r-spatstat-sparse")
24798 (version "1.2-1")
24799 (source
24800 (origin
24801 (method url-fetch)
24802 (uri (cran-uri "spatstat.sparse" version))
24803 (sha256
24804 (base32
24805 "1w312q7gxzchigxxzk9akscdsz66j5085lgjryamschjgp4f8yk2"))))
24806 (properties
24807 `((upstream-name . "spatstat.sparse")))
24808 (build-system r-build-system)
24809 (propagated-inputs
24810 `(("r-abind" ,r-abind)
24811 ("r-matrix" ,r-matrix)
24812 ("r-spatstat-utils" ,r-spatstat-utils)
24813 ("r-tensor" ,r-tensor)))
24814 (home-page "http://spatstat.org/")
24815 (synopsis "Sparse three-dimensional arrays and linear algebra utilities")
24816 (description
24817 "This package defines sparse three-dimensional arrays and supports
24818 standard operations on them. The package also includes utility functions for
24819 matrix calculations that are common in statistics, such as quadratic forms.")
24820 (license license:gpl2+)))
24821
24822 (define-public r-spatstat-data
24823 (package
24824 (name "r-spatstat-data")
24825 (version "2.0-0")
24826 (source
24827 (origin
24828 (method url-fetch)
24829 (uri (cran-uri "spatstat.data" version))
24830 (sha256
24831 (base32
24832 "1z1jb1yzb7qhfg55dhzcrdvn5x8hpg9xif0hpnapddbmhxd1hbb7"))))
24833 (properties `((upstream-name . "spatstat.data")))
24834 (build-system r-build-system)
24835 (propagated-inputs
24836 `(("r-matrix" ,r-matrix)
24837 ("r-spatstat-utils" ,r-spatstat-utils)))
24838 (home-page "http://www.spatstat.org")
24839 (synopsis "Datasets for spatstat")
24840 (description
24841 "This package contains all the datasets for the @code{spatstat}
24842 package.")
24843 (license license:gpl2+)))
24844
24845 (define-public r-spatstat-geom
24846 (package
24847 (name "r-spatstat-geom")
24848 (version "1.65-5")
24849 (source
24850 (origin
24851 (method url-fetch)
24852 (uri (cran-uri "spatstat.geom" version))
24853 (sha256
24854 (base32
24855 "0g0m5b3nbzpyblbp77n56k6aiw3fn23jkk72h9fhqlg1ydn2fzpk"))))
24856 (properties `((upstream-name . "spatstat.geom")))
24857 (build-system r-build-system)
24858 (propagated-inputs
24859 `(("r-deldir" ,r-deldir)
24860 ("r-polyclip" ,r-polyclip)
24861 ("r-spatstat-data" ,r-spatstat-data)
24862 ("r-spatstat-sparse" ,r-spatstat-sparse)
24863 ("r-spatstat-utils" ,r-spatstat-utils)))
24864 (home-page "http://spatstat.org/")
24865 (synopsis "Geometrical functionality of the spatstat package")
24866 (description
24867 "This is a subset of the original spatstat package, containing the
24868 user-level code from spatstat which performs geometrical operations, except
24869 for the geometry of linear networks.")
24870 (license license:gpl2+)))
24871
24872 (define-public r-spatstat-core
24873 (package
24874 (name "r-spatstat-core")
24875 (version "1.65-5")
24876 (source
24877 (origin
24878 (method url-fetch)
24879 (uri (cran-uri "spatstat.core" version))
24880 (sha256
24881 (base32
24882 "0wq61sd53hwyk3fzjdc2prrr66n67zbwb5i3ii7kvyhfwx0xikm3"))))
24883 (properties `((upstream-name . "spatstat.core")))
24884 (build-system r-build-system)
24885 (propagated-inputs
24886 `(("r-abind" ,r-abind)
24887 ("r-goftest" ,r-goftest)
24888 ("r-matrix" ,r-matrix)
24889 ("r-mgcv" ,r-mgcv)
24890 ("r-nlme" ,r-nlme)
24891 ("r-rpart" ,r-rpart)
24892 ("r-spatstat-data" ,r-spatstat-data)
24893 ("r-spatstat-geom" ,r-spatstat-geom)
24894 ("r-spatstat-sparse" ,r-spatstat-sparse)
24895 ("r-spatstat-utils" ,r-spatstat-utils)
24896 ("r-tensor" ,r-tensor)))
24897 (home-page "http://spatstat.org/")
24898 (synopsis "Core functionality of the spatstat package")
24899 (description
24900 "This is a subset of the original spatstat package, containing all of the
24901 user-level code from spatstat, except for the code for linear networks.")
24902 (license license:gpl2+)))
24903
24904 (define-public r-spatstat-linnet
24905 (package
24906 (name "r-spatstat-linnet")
24907 (version "1.65-3")
24908 (source
24909 (origin
24910 (method url-fetch)
24911 (uri (cran-uri "spatstat.linnet" version))
24912 (sha256
24913 (base32
24914 "1y088r26h5yv006ydgcb4iwpvnc7ql857gky0hbi7xqqciqr8wdv"))))
24915 (properties
24916 `((upstream-name . "spatstat.linnet")))
24917 (build-system r-build-system)
24918 (propagated-inputs
24919 `(("r-matrix" ,r-matrix)
24920 ("r-spatstat-core" ,r-spatstat-core)
24921 ("r-spatstat-data" ,r-spatstat-data)
24922 ("r-spatstat-geom" ,r-spatstat-geom)
24923 ("r-spatstat-utils" ,r-spatstat-utils)))
24924 (home-page "http://spatstat.org/")
24925 (synopsis "Linear networks functionality of the spatstat package")
24926 (description
24927 "This is a subset of the spatstat package, containing its functionality
24928 for spatial data on a linear network.")
24929 (license license:gpl2+)))
24930
24931 (define-public r-spatstat
24932 (package
24933 (name "r-spatstat")
24934 (version "2.0-1")
24935 (source
24936 (origin
24937 (method url-fetch)
24938 (uri (cran-uri "spatstat" version))
24939 (sha256
24940 (base32
24941 "1xq11ijc0d0lbixxb3wnvyr4gplfj2d2i64ynsa089xd525zzzbw"))))
24942 (properties `((upstream-name . "spatstat")))
24943 (build-system r-build-system)
24944 (propagated-inputs
24945 `(("r-spatstat-core" ,r-spatstat-core)
24946 ("r-spatstat-data" ,r-spatstat-data)
24947 ("r-spatstat-geom" ,r-spatstat-geom)
24948 ("r-spatstat-linnet" ,r-spatstat-linnet)
24949 ("r-spatstat-utils" ,r-spatstat-utils)))
24950 (home-page "http://www.spatstat.org")
24951 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
24952 (description
24953 "This package provides a comprehensive toolbox for analysing Spatial
24954 Point Patterns. It is focused mainly on two-dimensional point patterns,
24955 including multitype/marked points, in any spatial region. It also supports
24956 three-dimensional point patterns, space-time point patterns in any number of
24957 dimensions, point patterns on a linear network, and patterns of other
24958 geometrical objects. It supports spatial covariate data such as pixel images
24959 and contains over 2000 functions for plotting spatial data, exploratory data
24960 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
24961 formal inference.")
24962 (license license:gpl2+)))
24963
24964 (define-public r-gaston
24965 (package
24966 (name "r-gaston")
24967 (version "1.5.7")
24968 (source
24969 (origin
24970 (method url-fetch)
24971 (uri (cran-uri "gaston" version))
24972 (sha256
24973 (base32
24974 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
24975 (properties `((upstream-name . "gaston")))
24976 (build-system r-build-system)
24977 (inputs `(("zlib" ,zlib)))
24978 (propagated-inputs
24979 `(("r-rcpp" ,r-rcpp)
24980 ("r-rcppeigen" ,r-rcppeigen)
24981 ("r-rcppparallel" ,r-rcppparallel)))
24982 (native-inputs `(("r-knitr" ,r-knitr)))
24983 (home-page "https://cran.r-project.org/web/packages/gaston/")
24984 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
24985 (description
24986 "This is a package for the manipulation of genetic data (SNPs).
24987 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
24988 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
24989 for linear mixed models (AIREML).")
24990 (license license:gpl3)))
24991
24992 (define-public r-cpp11
24993 (package
24994 (name "r-cpp11")
24995 (version "0.2.6")
24996 (source
24997 (origin
24998 (method url-fetch)
24999 (uri (cran-uri "cpp11" version))
25000 (sha256
25001 (base32
25002 "118i8s7978vl9xyhnb47wcbd6rcc6b958mq2w8s3rdsd4pxv62gz"))))
25003 (properties `((upstream-name . "cpp11")))
25004 (build-system r-build-system)
25005 (native-inputs `(("r-knitr" ,r-knitr)))
25006 (home-page "https://github.com/r-lib/cpp11")
25007 (synopsis "C++11 Interface for R's C Interface")
25008 (description
25009 "This package provides a header only, C++11 interface to R's C interface.
25010 Compared to other approaches @code{cpp11} strives to be safe against long
25011 jumps from the C API as well as C++ exceptions, conform to normal R function
25012 semantics and supports interaction with @code{ALTREP} vectors.")
25013 (license license:expat)))
25014
25015 (define-public r-rcppziggurat
25016 (package
25017 (name "r-rcppziggurat")
25018 (version "0.1.6")
25019 (source
25020 (origin
25021 (method url-fetch)
25022 (uri (cran-uri "RcppZiggurat" version))
25023 (sha256
25024 (base32
25025 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
25026 (properties `((upstream-name . "RcppZiggurat")))
25027 (build-system r-build-system)
25028 (propagated-inputs
25029 `(("r-rcpp" ,r-rcpp)
25030 ("r-rcppgsl" ,r-rcppgsl)))
25031 (native-inputs `(("r-knitr" ,r-knitr)))
25032 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
25033 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
25034 (description
25035 "The Ziggurat generator for normally distributed random numbers,
25036 originally proposed by Marsaglia and Tsang (2000,
25037 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
25038 times starting with Leong et al (2005,
25039 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
25040 aggregation for comparing different implementations in order to provide a
25041 'faster but good enough' alternative for use with R and C++ code.")
25042 (license license:gpl2+)))
25043
25044 (define-public r-rfast
25045 (package
25046 (name "r-rfast")
25047 (version "2.0.1")
25048 (source
25049 (origin
25050 (method url-fetch)
25051 (uri (cran-uri "Rfast" version))
25052 (sha256
25053 (base32
25054 "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
25055 (properties `((upstream-name . "Rfast")))
25056 (build-system r-build-system)
25057 (propagated-inputs
25058 `(("r-rcpp" ,r-rcpp)
25059 ("r-rcpparmadillo" ,r-rcpparmadillo)
25060 ("r-rcppziggurat" ,r-rcppziggurat)))
25061 (home-page "https://github.com/RfastOfficial/Rfast")
25062 (synopsis "Collection of efficient and fast R functions")
25063 (description
25064 "This package provides a collection of fast (utility) functions for data
25065 analysis. Column- and row- wise means, medians, variances, minimums,
25066 maximums, many t, F and G-square tests, many regressions (normal, logistic,
25067 Poisson), are some of the many fast functions.")
25068 (license license:gpl2+)))
25069
25070 (define-public r-clusterr
25071 (package
25072 (name "r-clusterr")
25073 (version "1.2.2")
25074 (source
25075 (origin
25076 (method url-fetch)
25077 (uri (cran-uri "ClusterR" version))
25078 (sha256
25079 (base32
25080 "1ky172bk15a78hky77vl60j7c81nq2495sxjrv53is25nkac7sjm"))))
25081 (properties `((upstream-name . "ClusterR")))
25082 (build-system r-build-system)
25083 (propagated-inputs
25084 `(("r-ggplot2" ,r-ggplot2)
25085 ("r-gmp" ,r-gmp)
25086 ("r-gtools" ,r-gtools)
25087 ("r-rcpp" ,r-rcpp)
25088 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25089 (native-inputs `(("r-knitr" ,r-knitr)))
25090 (home-page "https://github.com/mlampros/ClusterR")
25091 (synopsis "Clustering")
25092 (description
25093 "This package provides Gaussian mixture models, k-means,
25094 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
25095 option to plot, validate, predict (new data) and estimate the optimal number
25096 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
25097 the computationally intensive parts of the functions. For more information,
25098 see
25099
25100 @enumerate
25101 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
25102 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
25103 @url{https://doi.org/10.18637/jss.v001.i04};
25104 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
25105 Library, @url{https://doi.org/10.1145/1772690.1772862};
25106 @item \"Armadillo: a template-based C++ library
25107 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
25108 Software, @url{https://doi.org/10.21105/joss.00026};
25109 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
25110 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
25111 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
25112 @end enumerate
25113 ")
25114 (license license:gpl3)))
25115
25116 (define-public r-spectrum
25117 (package
25118 (name "r-spectrum")
25119 (version "1.1")
25120 (source
25121 (origin
25122 (method url-fetch)
25123 (uri (cran-uri "Spectrum" version))
25124 (sha256
25125 (base32
25126 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
25127 (properties `((upstream-name . "Spectrum")))
25128 (build-system r-build-system)
25129 (propagated-inputs
25130 `(("r-clusterr" ,r-clusterr)
25131 ("r-diptest" ,r-diptest)
25132 ("r-ggplot2" ,r-ggplot2)
25133 ("r-rfast" ,r-rfast)))
25134 (native-inputs `(("r-knitr" ,r-knitr)))
25135 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
25136 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
25137 (description
25138 "This package provides a self-tuning spectral clustering method for
25139 single or multi-view data. Spectrum uses a new type of adaptive density aware
25140 kernel that strengthens connections in the graph based on common nearest
25141 neighbours. It uses a tensor product graph data integration and diffusion
25142 procedure to integrate different data sources and reduce noise. Spectrum uses
25143 either the eigengap or multimodality gap heuristics to determine the number of
25144 clusters. The method is sufficiently flexible so that a wide range of
25145 Gaussian and non-Gaussian structures can be clustered with automatic selection
25146 of K.")
25147 (license license:agpl3+)))
25148
25149 (define-public r-nabor
25150 (package
25151 (name "r-nabor")
25152 (version "0.5.0")
25153 (source
25154 (origin
25155 (method url-fetch)
25156 (uri (cran-uri "nabor" version))
25157 (sha256
25158 (base32
25159 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
25160 (properties `((upstream-name . "nabor")))
25161 (build-system r-build-system)
25162 (propagated-inputs
25163 `(("r-bh" ,r-bh)
25164 ("r-rcpp" ,r-rcpp)
25165 ("r-rcppeigen" ,r-rcppeigen)))
25166 (home-page "https://cran.r-project.org/web/packages/nabor/")
25167 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
25168 (description
25169 "This package provides an R wrapper for libnabo, an exact or approximate
25170 k nearest neighbour library which is optimised for low dimensional
25171 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
25172 designed as a drop-in replacement for the RANN function @code{nn2}. In
25173 addition, objects which include the k-d tree search structure can be returned
25174 to speed up repeated queries of the same set of target points.")
25175 (license license:bsd-3)))
25176
25177 (define-public r-muhaz
25178 (package
25179 (name "r-muhaz")
25180 (version "1.2.6.1")
25181 (source
25182 (origin
25183 (method url-fetch)
25184 (uri (cran-uri "muhaz" version))
25185 (sha256
25186 (base32
25187 "08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
25188 (properties `((upstream-name . "muhaz")))
25189 (build-system r-build-system)
25190 (propagated-inputs
25191 `(("r-survival" ,r-survival)))
25192 (native-inputs
25193 `(("gfortran" ,gfortran)))
25194 (home-page "https://cran.r-project.org/web/packages/muhaz/")
25195 (synopsis "Hazard function estimation in survival analysis")
25196 (description
25197 "This package produces a smooth estimate of the hazard function for
25198 censored data.")
25199 ;; Any version of the GPL.
25200 (license license:gpl3+)))
25201
25202 (define-public r-flexsurv
25203 (package
25204 (name "r-flexsurv")
25205 (version "2.0")
25206 (source
25207 (origin
25208 (method url-fetch)
25209 (uri (cran-uri "flexsurv" version))
25210 (sha256
25211 (base32
25212 "0vshsijqlzsz0xh426vsswpai1v5c990ggyniqqzsjbg3mn8dbl9"))))
25213 (properties `((upstream-name . "flexsurv")))
25214 (build-system r-build-system)
25215 (propagated-inputs
25216 `(("r-assertthat" ,r-assertthat)
25217 ("r-desolve" ,r-desolve)
25218 ("r-dplyr" ,r-dplyr)
25219 ("r-generics" ,r-generics)
25220 ("r-magrittr" ,r-magrittr)
25221 ("r-matrix" ,r-matrix)
25222 ("r-mstate" ,r-mstate)
25223 ("r-muhaz" ,r-muhaz)
25224 ("r-mvtnorm" ,r-mvtnorm)
25225 ("r-numderiv" ,r-numderiv)
25226 ("r-purrr" ,r-purrr)
25227 ("r-quadprog" ,r-quadprog)
25228 ("r-rcpp" ,r-rcpp)
25229 ("r-rlang" ,r-rlang)
25230 ("r-rstpm2" ,r-rstpm2)
25231 ("r-survival" ,r-survival)
25232 ("r-tibble" ,r-tibble)
25233 ("r-tidyr" ,r-tidyr)
25234 ("r-tidyselect" ,r-tidyselect)))
25235 (native-inputs
25236 `(("r-knitr" ,r-knitr)))
25237 (home-page "https://github.com/chjackson/flexsurv-dev")
25238 (synopsis "Flexible parametric survival and multi-state models")
25239 (description
25240 "This package provides flexible parametric models for time-to-event data,
25241 including the Royston-Parmar spline model, generalized gamma and generalized F
25242 distributions. Any user-defined parametric distribution can be fitted, given
25243 at least an R function defining the probability density or hazard. There are
25244 also tools for fitting and predicting from fully parametric multi-state
25245 models.")
25246 (license license:gpl2+)))
25247
25248 (define-public r-transphylo
25249 (package
25250 (name "r-transphylo")
25251 (version "1.4.4")
25252 (source
25253 (origin
25254 (method url-fetch)
25255 (uri (cran-uri "TransPhylo" version))
25256 (sha256
25257 (base32
25258 "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
25259 (properties `((upstream-name . "TransPhylo")))
25260 (build-system r-build-system)
25261 (propagated-inputs
25262 `(("r-ape" ,r-ape)
25263 ("r-rcpp" ,r-rcpp)))
25264 (native-inputs
25265 `(("r-knitr" ,r-knitr)))
25266 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
25267 (synopsis "Inference of transmission tree from a dated phylogeny")
25268 (description
25269 "This is a package to infer transmission trees from a dated phylogeny.
25270 It includes methods to simulate and analyze outbreaks. The methodology is
25271 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
25272 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
25273 (license license:gpl2+)))
25274
25275 (define-public r-km-ci
25276 (package
25277 (name "r-km-ci")
25278 (version "0.5-2")
25279 (source
25280 (origin
25281 (method url-fetch)
25282 (uri (cran-uri "km.ci" version))
25283 (sha256
25284 (base32
25285 "1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
25286 (properties `((upstream-name . "km.ci")))
25287 (build-system r-build-system)
25288 (propagated-inputs
25289 `(("r-survival" ,r-survival)))
25290 (home-page "https://cran.r-project.org/web/packages/km.ci/")
25291 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
25292 (description
25293 "This package computes various @dfn{confidence intervals} (CI) for the
25294 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
25295 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
25296 Nair and Hall and Wellner.")
25297 (license license:gpl2+)))
25298
25299 (define-public r-kmsurv
25300 (package
25301 (name "r-kmsurv")
25302 (version "0.1-5")
25303 (source
25304 (origin
25305 (method url-fetch)
25306 (uri (cran-uri "KMsurv" version))
25307 (sha256
25308 (base32
25309 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
25310 (properties `((upstream-name . "KMsurv")))
25311 (build-system r-build-system)
25312 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
25313 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
25314 (description
25315 "This package provides data sets and functions for Klein and Moeschberger
25316 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
25317 Springer.")
25318 (license license:gpl3+)))
25319
25320 (define-public r-survmisc
25321 (package
25322 (name "r-survmisc")
25323 (version "0.5.5")
25324 (source
25325 (origin
25326 (method url-fetch)
25327 (uri (cran-uri "survMisc" version))
25328 (sha256
25329 (base32
25330 "00nvvl8gz4477ab24rd0xvfksm8msv8h021b9ld5c9cizc41n2bm"))))
25331 (properties `((upstream-name . "survMisc")))
25332 (build-system r-build-system)
25333 (propagated-inputs
25334 `(("r-data-table" ,r-data-table)
25335 ("r-ggplot2" ,r-ggplot2)
25336 ("r-gridextra" ,r-gridextra)
25337 ("r-km-ci" ,r-km-ci)
25338 ("r-kmsurv" ,r-kmsurv)
25339 ("r-knitr" ,r-knitr)
25340 ("r-survival" ,r-survival)
25341 ("r-xtable" ,r-xtable)
25342 ("r-zoo" ,r-zoo)))
25343 (native-inputs
25344 `(("r-knitr" ,r-knitr)))
25345 (home-page "https://cran.r-project.org/web/packages/survMisc/")
25346 (synopsis "Miscellaneous functions for survival data")
25347 (description
25348 "This package provides a collection of functions to help in the analysis
25349 of right-censored survival data. These extend the methods available in
25350 the @code{survival} package.")
25351 (license license:gpl2)))
25352
25353 (define-public r-exactranktests
25354 (package
25355 (name "r-exactranktests")
25356 (version "0.8-31")
25357 (source
25358 (origin
25359 (method url-fetch)
25360 (uri (cran-uri "exactRankTests" version))
25361 (sha256
25362 (base32
25363 "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw"))))
25364 (properties
25365 `((upstream-name . "exactRankTests")))
25366 (build-system r-build-system)
25367 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
25368 (synopsis "Exact distributions for rank and permutation tests")
25369 (description
25370 "This package computes exact conditional p-values and quantiles using an
25371 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
25372 (license license:gpl2+)))
25373
25374 (define-public r-maxstat
25375 (package
25376 (name "r-maxstat")
25377 (version "0.7-25")
25378 (source
25379 (origin
25380 (method url-fetch)
25381 (uri (cran-uri "maxstat" version))
25382 (sha256
25383 (base32
25384 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
25385 (properties `((upstream-name . "maxstat")))
25386 (build-system r-build-system)
25387 (propagated-inputs
25388 `(("r-exactranktests" ,r-exactranktests)
25389 ("r-mvtnorm" ,r-mvtnorm)))
25390 (home-page "https://cran.r-project.org/web/packages/maxstat/")
25391 (synopsis "Maximally selected rank statistics")
25392 (description
25393 "This package provides maximally selected rank statistics with several
25394 p-value approximations.")
25395 (license license:gpl2+)))
25396
25397 (define-public r-survminer
25398 (package
25399 (name "r-survminer")
25400 (version "0.4.9")
25401 (source
25402 (origin
25403 (method url-fetch)
25404 (uri (cran-uri "survminer" version))
25405 (sha256
25406 (base32
25407 "0byh0wxdbjfwdrzsnqv4xlmnik6lj0vkkzfxy7lssk8dv5zmj7nz"))))
25408 (properties `((upstream-name . "survminer")))
25409 (build-system r-build-system)
25410 (propagated-inputs
25411 `(("r-broom" ,r-broom)
25412 ("r-dplyr" ,r-dplyr)
25413 ("r-ggplot2" ,r-ggplot2)
25414 ("r-ggpubr" ,r-ggpubr)
25415 ("r-ggtext" ,r-ggtext)
25416 ("r-gridextra" ,r-gridextra)
25417 ("r-magrittr" ,r-magrittr)
25418 ("r-maxstat" ,r-maxstat)
25419 ("r-purrr" ,r-purrr)
25420 ("r-rlang" ,r-rlang)
25421 ("r-scales" ,r-scales)
25422 ("r-survival" ,r-survival)
25423 ("r-survmisc" ,r-survmisc)
25424 ("r-tibble" ,r-tibble)
25425 ("r-tidyr" ,r-tidyr)))
25426 (native-inputs
25427 `(("r-knitr" ,r-knitr)))
25428 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
25429 (synopsis "Drawing survival curves using ggplot2")
25430 (description
25431 "This package contains the function @code{ggsurvplot()} for easily
25432 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
25433 risk' table and 'censoring count plot'. Other functions are also available to
25434 plot adjusted curves for Cox model and to visually examine Cox model
25435 assumptions.")
25436 (license license:gpl2)))
25437
25438 (define-public r-forge
25439 (package
25440 (name "r-forge")
25441 (version "0.2.0")
25442 (source
25443 (origin
25444 (method url-fetch)
25445 (uri (cran-uri "forge" version))
25446 (sha256
25447 (base32
25448 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
25449 (properties `((upstream-name . "forge")))
25450 (build-system r-build-system)
25451 (propagated-inputs
25452 `(("r-magrittr" ,r-magrittr)
25453 ("r-rlang" ,r-rlang)))
25454 (home-page "https://cran.r-project.org/web/packages/forge/")
25455 (synopsis "Cast values into shape")
25456 (description
25457 "This package provides helper functions with a consistent interface to
25458 coerce and verify the types and shapes of values for input checking.")
25459 (license license:asl2.0)))
25460
25461 (define-public r-config
25462 (package
25463 (name "r-config")
25464 (version "0.3.1")
25465 (source
25466 (origin
25467 (method url-fetch)
25468 (uri (cran-uri "config" version))
25469 (sha256
25470 (base32
25471 "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
25472 (properties `((upstream-name . "config")))
25473 (build-system r-build-system)
25474 (propagated-inputs
25475 `(("r-yaml" ,r-yaml)))
25476 (native-inputs
25477 `(("r-knitr" ,r-knitr)))
25478 (home-page "https://github.com/rstudio/config")
25479 (synopsis "Manage environment specific configuration values")
25480 (description
25481 "This package lets you manage configuration values across multiple
25482 environments (e.g. development, test, production). It reads values using a
25483 function that determines the current environment and returns the appropriate
25484 value.")
25485 (license license:gpl3)))
25486
25487 (define-public r-adaptivesparsity
25488 (package
25489 (name "r-adaptivesparsity")
25490 (version "1.6")
25491 (source (origin
25492 (method url-fetch)
25493 (uri (cran-uri "AdaptiveSparsity" version))
25494 (sha256
25495 (base32
25496 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
25497 (properties
25498 `((upstream-name . "AdaptiveSparsity")))
25499 (build-system r-build-system)
25500 (arguments
25501 `(#:phases
25502 (modify-phases %standard-phases
25503 (add-after 'unpack 'link-against-armadillo
25504 (lambda _
25505 (substitute* "src/Makevars"
25506 (("PKG_LIBS=" prefix)
25507 (string-append prefix "-larmadillo")))
25508 #t)))))
25509 (propagated-inputs
25510 `(("r-mass" ,r-mass)
25511 ("r-matrix" ,r-matrix)
25512 ("r-rcpp" ,r-rcpp)
25513 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25514 (inputs
25515 `(("armadillo" ,armadillo)))
25516 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
25517 (synopsis "Adaptive sparsity models")
25518 (description
25519 "This package implements the Figueiredo machine learning algorithm for
25520 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
25521 geometric models.")
25522 (license license:lgpl3+)))
25523
25524 (define-public r-diffusionmap
25525 (package
25526 (name "r-diffusionmap")
25527 (version "1.2.0")
25528 (source
25529 (origin
25530 (method url-fetch)
25531 (uri (cran-uri "diffusionMap" version))
25532 (sha256
25533 (base32
25534 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
25535 (properties `((upstream-name . "diffusionMap")))
25536 (build-system r-build-system)
25537 (propagated-inputs
25538 `(("r-igraph" ,r-igraph)
25539 ("r-matrix" ,r-matrix)
25540 ("r-scatterplot3d" ,r-scatterplot3d)))
25541 (home-page "https://www.r-project.org")
25542 (synopsis "Diffusion map")
25543 (description "This package implements the diffusion map method of data
25544 parametrization, including creation and visualization of diffusion maps,
25545 clustering with diffusion K-means and regression using the adaptive regression
25546 model.")
25547 (license license:gpl2)))
25548
25549 (define-public r-igraph
25550 (package
25551 (name "r-igraph")
25552 (version "1.2.6")
25553 (source
25554 (origin
25555 (method url-fetch)
25556 (uri (cran-uri "igraph" version))
25557 (sha256
25558 (base32
25559 "0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
25560 (build-system r-build-system)
25561 (native-inputs
25562 `(("gfortran" ,gfortran)))
25563 (inputs
25564 `(("gmp" ,gmp)
25565 ("glpk" ,glpk)
25566 ("libxml2" ,libxml2)
25567 ("zlib" ,zlib)))
25568 (propagated-inputs
25569 `(("r-magrittr" ,r-magrittr)
25570 ("r-matrix" ,r-matrix)
25571 ("r-pkgconfig" ,r-pkgconfig)))
25572 (home-page "https://igraph.org")
25573 (synopsis "Network analysis and visualization")
25574 (description
25575 "This package provides routines for simple graphs and network analysis.
25576 It can handle large graphs very well and provides functions for generating
25577 random and regular graphs, graph visualization, centrality methods and much
25578 more.")
25579 (license license:gpl2+)))
25580
25581 (define-public r-workflows
25582 (package
25583 (name "r-workflows")
25584 (version "0.2.2")
25585 (source
25586 (origin
25587 (method url-fetch)
25588 (uri (cran-uri "workflows" version))
25589 (sha256
25590 (base32
25591 "19ipcxx4qfz28cjkgr1vny03yhmbd3m2v64v30gk5pf73nazvmaz"))))
25592 (properties `((upstream-name . "workflows")))
25593 (build-system r-build-system)
25594 (propagated-inputs
25595 `(("r-cli" ,r-cli)
25596 ("r-ellipsis" ,r-ellipsis)
25597 ("r-generics" ,r-generics)
25598 ("r-glue" ,r-glue)
25599 ("r-hardhat" ,r-hardhat)
25600 ("r-parsnip" ,r-parsnip)
25601 ("r-rlang" ,r-rlang)
25602 ("r-tidyselect" ,r-tidyselect)
25603 ("r-vctrs" ,r-vctrs)))
25604 (native-inputs
25605 `(("r-knitr" ,r-knitr)))
25606 (home-page "https://github.com/tidymodels/workflows")
25607 (synopsis "Modeling workflows")
25608 (description
25609 "A workflow is an object that can bundle together your pre-processing,
25610 modeling, and post-processing requests. For example, if you have a
25611 @code{recipe} and @code{parsnip} model, these can be combined into a
25612 workflow. The advantages are:
25613
25614 @enumerate
25615 @item You don’t have to keep track of separate objects in your workspace.
25616 @item The recipe prepping and model fitting can be executed using a single
25617 call to @code{fit()}.
25618 @item If you have custom tuning parameter settings, these can be defined using
25619 a simpler interface when combined with @code{tune}.
25620 @item In the future, workflows will be able to add post-processing operations,
25621 such as modifying the probability cutoff for two-class models.
25622 @end enumerate
25623 ")
25624 (license license:expat)))
25625
25626 (define-public r-gpfit
25627 (package
25628 (name "r-gpfit")
25629 (version "1.0-8")
25630 (source
25631 (origin
25632 (method url-fetch)
25633 (uri (cran-uri "GPfit" version))
25634 (sha256
25635 (base32
25636 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
25637 (properties `((upstream-name . "GPfit")))
25638 (build-system r-build-system)
25639 (propagated-inputs
25640 `(("r-lattice" ,r-lattice)
25641 ("r-lhs" ,r-lhs)))
25642 (home-page "https://cran.r-project.org/web/packages/GPfit/")
25643 (synopsis "Gaussian Processes modeling")
25644 (description
25645 "This package provides a computationally stable approach of fitting a
25646 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
25647 (license license:gpl2)))
25648
25649 (define-public r-yardstick
25650 (package
25651 (name "r-yardstick")
25652 (version "0.0.7")
25653 (source
25654 (origin
25655 (method url-fetch)
25656 (uri (cran-uri "yardstick" version))
25657 (sha256
25658 (base32
25659 "1yrvlhn4gxyn9f20z5yv3xam0j0a8z362jwa32r33r0g0jk5z2fq"))))
25660 (properties `((upstream-name . "yardstick")))
25661 (build-system r-build-system)
25662 (propagated-inputs
25663 `(("r-dplyr" ,r-dplyr)
25664 ("r-generics" ,r-generics)
25665 ("r-proc" ,r-proc)
25666 ("r-rlang" ,r-rlang)
25667 ("r-tidyselect" ,r-tidyselect)))
25668 (native-inputs
25669 `(("r-knitr" ,r-knitr)))
25670 (home-page "https://github.com/tidymodels/yardstick")
25671 (synopsis "Tidy characterizations of model performance")
25672 (description
25673 "This package provides tidy tools for quantifying how well a model fits
25674 to a data set such as confusion matrices, class probability curve summaries,
25675 and regression metrics (e.g., RMSE).")
25676 (license license:gpl2)))
25677
25678 (define-public r-warp
25679 (package
25680 (name "r-warp")
25681 (version "0.2.0")
25682 (source
25683 (origin
25684 (method url-fetch)
25685 (uri (cran-uri "warp" version))
25686 (sha256
25687 (base32
25688 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
25689 (properties `((upstream-name . "warp")))
25690 (build-system r-build-system)
25691 (native-inputs `(("r-knitr" ,r-knitr)))
25692 (home-page "https://github.com/DavisVaughan/warp")
25693 (synopsis "Group dates")
25694 (description
25695 "This package provides tooling to group dates by a variety of periods
25696 including: yearly, monthly, by second, by week of the month, and more. The
25697 groups are defined in such a way that they also represent the distance between
25698 dates in terms of the period. This extracts valuable information that can be
25699 used in further calculations that rely on a specific temporal spacing between
25700 observations.")
25701 (license license:expat)))
25702
25703 (define-public r-slider
25704 (package
25705 (name "r-slider")
25706 (version "0.1.5")
25707 (source
25708 (origin
25709 (method url-fetch)
25710 (uri (cran-uri "slider" version))
25711 (sha256
25712 (base32
25713 "1x4jwfxam4czfkb1s5qds5krfw1h2p5a4rh6f5z4yvhsv0d81xck"))))
25714 (properties `((upstream-name . "slider")))
25715 (build-system r-build-system)
25716 (propagated-inputs
25717 `(("r-glue" ,r-glue)
25718 ("r-rlang" ,r-rlang)
25719 ("r-vctrs" ,r-vctrs)
25720 ("r-warp" ,r-warp)))
25721 (native-inputs `(("r-knitr" ,r-knitr)))
25722 (home-page "https://github.com/DavisVaughan/slider")
25723 (synopsis "Sliding window functions")
25724 (description
25725 "This package provides type-stable rolling window functions over any R
25726 data type. Cumulative and expanding windows are also supported. For more
25727 advanced usage, an index can be used as a secondary vector that defines how
25728 sliding windows are to be created.")
25729 (license license:expat)))
25730
25731 (define-public r-rsample
25732 (package
25733 (name "r-rsample")
25734 (version "0.0.9")
25735 (source
25736 (origin
25737 (method url-fetch)
25738 (uri (cran-uri "rsample" version))
25739 (sha256
25740 (base32
25741 "03qwsvylgmj2a2h764mzy0x57pgzmvjvl0ypmbn4lcf912bvrd2c"))))
25742 (properties `((upstream-name . "rsample")))
25743 (build-system r-build-system)
25744 (propagated-inputs
25745 `(("r-dplyr" ,r-dplyr)
25746 ("r-ellipsis" ,r-ellipsis)
25747 ("r-furrr" ,r-furrr)
25748 ("r-generics" ,r-generics)
25749 ("r-purrr" ,r-purrr)
25750 ("r-rlang" ,r-rlang)
25751 ("r-slider" ,r-slider)
25752 ("r-tibble" ,r-tibble)
25753 ("r-tidyr" ,r-tidyr)
25754 ("r-tidyselect" ,r-tidyselect)
25755 ("r-vctrs" ,r-vctrs)))
25756 (native-inputs
25757 `(("r-knitr" ,r-knitr)))
25758 (home-page "https://rsample.tidymodels.org")
25759 (synopsis "General resampling infrastructure")
25760 (description
25761 "This package provides classes and functions to create and summarize
25762 different types of resampling objects (e.g. bootstrap, cross-validation).")
25763 (license license:gpl2)))
25764
25765 (define-public r-dicedesign
25766 (package
25767 (name "r-dicedesign")
25768 (version "1.9")
25769 (source
25770 (origin
25771 (method url-fetch)
25772 (uri (cran-uri "DiceDesign" version))
25773 (sha256
25774 (base32
25775 "1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk"))))
25776 (properties `((upstream-name . "DiceDesign")))
25777 (build-system r-build-system)
25778 (home-page "http://dice.emse.fr/")
25779 (synopsis "Designs of computer experiments")
25780 (description
25781 "This package provides tools to create some specific @code{Space-Filling
25782 Design} (SFD) and to test their quality.")
25783 (license license:gpl3)))
25784
25785 (define-public r-dials
25786 (package
25787 (name "r-dials")
25788 (version "0.0.9")
25789 (source
25790 (origin
25791 (method url-fetch)
25792 (uri (cran-uri "dials" version))
25793 (sha256
25794 (base32
25795 "0g9wj2py4wz703rh4p7hk8qxqnkm7zyrypv4qz4vaqziazjsmxks"))))
25796 (properties `((upstream-name . "dials")))
25797 (build-system r-build-system)
25798 (propagated-inputs
25799 `(("r-dicedesign" ,r-dicedesign)
25800 ("r-dplyr" ,r-dplyr)
25801 ("r-glue" ,r-glue)
25802 ("r-purrr" ,r-purrr)
25803 ("r-rlang" ,r-rlang)
25804 ("r-scales" ,r-scales)
25805 ("r-tibble" ,r-tibble)
25806 ("r-vctrs" ,r-vctrs)
25807 ("r-withr" ,r-withr)))
25808 (native-inputs `(("r-knitr" ,r-knitr)))
25809 (home-page "https://dials.tidymodels.org/")
25810 (synopsis "Tools for creating tuning parameter values")
25811 (description
25812 "Many models contain tuning parameters (i.e. parameters that cannot be
25813 directly estimated from the data). These tools can be used to define objects
25814 for creating, simulating, or validating values for such parameters.")
25815 (license license:gpl2)))
25816
25817 (define-public r-tune
25818 (package
25819 (name "r-tune")
25820 (version "0.1.3")
25821 (source
25822 (origin
25823 (method url-fetch)
25824 (uri (cran-uri "tune" version))
25825 (sha256
25826 (base32
25827 "05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
25828 (properties `((upstream-name . "tune")))
25829 (build-system r-build-system)
25830 (propagated-inputs
25831 `(("r-cli" ,r-cli)
25832 ("r-dials" ,r-dials)
25833 ("r-dplyr" ,r-dplyr)
25834 ("r-foreach" ,r-foreach)
25835 ("r-generics" ,r-generics)
25836 ("r-ggplot2" ,r-ggplot2)
25837 ("r-glue" ,r-glue)
25838 ("r-gpfit" ,r-gpfit)
25839 ("r-parsnip" ,r-parsnip)
25840 ("r-purrr" ,r-purrr)
25841 ("r-recipes" ,r-recipes)
25842 ("r-rlang" ,r-rlang)
25843 ("r-rsample" ,r-rsample)
25844 ("r-tibble" ,r-tibble)
25845 ("r-tidyr" ,r-tidyr)
25846 ("r-vctrs" ,r-vctrs)
25847 ("r-workflows" ,r-workflows)
25848 ("r-yardstick" ,r-yardstick)))
25849 (home-page "https://github.com/tidymodels/tune")
25850 (synopsis "Tidy tuning tools")
25851 (description
25852 "The ability to tune models is important. @code{tune} contains functions
25853 and classes to be used in conjunction with other @code{tidymodels} packages
25854 for finding reasonable values of hyper-parameters in models, pre-processing
25855 methods, and post-processing steps.")
25856 (license license:expat)))
25857
25858 (define-public r-workflowsets
25859 (package
25860 (name "r-workflowsets")
25861 (version "0.0.1")
25862 (source
25863 (origin
25864 (method url-fetch)
25865 (uri (cran-uri "workflowsets" version))
25866 (sha256
25867 (base32
25868 "1q41isvj7hhbkx3y8k6kazpiygig92xannsz8dpklh0k3j9l3c2p"))))
25869 (properties `((upstream-name . "workflowsets")))
25870 (build-system r-build-system)
25871 (propagated-inputs
25872 `(("r-cli" ,r-cli)
25873 ("r-dplyr" ,r-dplyr)
25874 ("r-ggplot2" ,r-ggplot2)
25875 ("r-prettyunits" ,r-prettyunits)
25876 ("r-purrr" ,r-purrr)
25877 ("r-rlang" ,r-rlang)
25878 ("r-rsample" ,r-rsample)
25879 ("r-tibble" ,r-tibble)
25880 ("r-tidyr" ,r-tidyr)
25881 ("r-tune" ,r-tune)
25882 ("r-vctrs" ,r-vctrs)
25883 ("r-withr" ,r-withr)
25884 ("r-workflows" ,r-workflows)))
25885 (native-inputs
25886 `(("r-knitr" ,r-knitr)))
25887 (home-page "https://github.com/tidymodels/workflowsets")
25888 (synopsis "Create a collection of tidymodels workflows")
25889 (description
25890 "A workflow is a combination of a model and preprocessors (e.g, a
25891 formula, recipe, etc.). In order to try different combinations of these, an
25892 object can be created that contains many workflows. There are functions to
25893 create workflows en masse as well as training them and visualizing the
25894 results.")
25895 (license license:expat)))
25896
25897 (define-public r-tidyposterior
25898 (package
25899 (name "r-tidyposterior")
25900 (version "0.0.3")
25901 (source
25902 (origin
25903 (method url-fetch)
25904 (uri (cran-uri "tidyposterior" version))
25905 (sha256
25906 (base32
25907 "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
25908 (properties `((upstream-name . "tidyposterior")))
25909 (build-system r-build-system)
25910 (propagated-inputs
25911 `(("r-dplyr" ,r-dplyr)
25912 ("r-generics" ,r-generics)
25913 ("r-ggplot2" ,r-ggplot2)
25914 ("r-lifecycle" ,r-lifecycle)
25915 ("r-purrr" ,r-purrr)
25916 ("r-rlang" ,r-rlang)
25917 ("r-rsample" ,r-rsample)
25918 ("r-rstanarm" ,r-rstanarm)
25919 ("r-tibble" ,r-tibble)
25920 ("r-tidyr" ,r-tidyr)
25921 ("r-vctrs" ,r-vctrs)))
25922 (native-inputs
25923 `(("r-knitr" ,r-knitr)))
25924 (home-page "https://tidyposterior.tidymodels.org")
25925 (synopsis "Bayesian analysis to compare models using resampling statistics")
25926 (description
25927 "This package can be used to conduct post hoc analyses of resampling
25928 results generated by models. For example, if two models are evaluated with
25929 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
25930 are 10 paired statistics. These can be used to make comparisons between
25931 models without involving a test set.")
25932 (license license:gpl2)))
25933
25934 (define-public r-tidypredict
25935 (package
25936 (name "r-tidypredict")
25937 (version "0.4.8")
25938 (source
25939 (origin
25940 (method url-fetch)
25941 (uri (cran-uri "tidypredict" version))
25942 (sha256
25943 (base32
25944 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
25945 (properties `((upstream-name . "tidypredict")))
25946 (build-system r-build-system)
25947 (propagated-inputs
25948 `(("r-dplyr" ,r-dplyr)
25949 ("r-generics" ,r-generics)
25950 ("r-knitr" ,r-knitr)
25951 ("r-purrr" ,r-purrr)
25952 ("r-rlang" ,r-rlang)
25953 ("r-stringr" ,r-stringr)
25954 ("r-tibble" ,r-tibble)
25955 ("r-tidyr" ,r-tidyr)))
25956 (native-inputs
25957 `(("r-knitr" ,r-knitr)))
25958 (home-page "https://tidypredict.tidymodels.org")
25959 (synopsis "Run predictions inside the database")
25960 (description
25961 "This package parses a fitted R model object, and returns a formula in
25962 Tidy Eval code that calculates the predictions. It works with several
25963 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
25964 final SQL translation of the algorithm. It currently supports @code{lm()},
25965 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
25966 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
25967 (license license:gpl3)))
25968
25969 (define-public r-janeaustenr
25970 (package
25971 (name "r-janeaustenr")
25972 (version "0.1.5")
25973 (source
25974 (origin
25975 (method url-fetch)
25976 (uri (cran-uri "janeaustenr" version))
25977 (sha256
25978 (base32
25979 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
25980 (properties `((upstream-name . "janeaustenr")))
25981 (build-system r-build-system)
25982 (home-page "https://github.com/juliasilge/janeaustenr")
25983 (synopsis "Jane Austen's complete novels")
25984 (description
25985 "This package provides the full texts for Jane Austen's six completed
25986 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
25987 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
25988 and \"Persuasion\".")
25989 (license license:expat)))
25990
25991 (define-public r-tokenizers
25992 (package
25993 (name "r-tokenizers")
25994 (version "0.2.1")
25995 (source
25996 (origin
25997 (method url-fetch)
25998 (uri (cran-uri "tokenizers" version))
25999 (sha256
26000 (base32
26001 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
26002 (properties `((upstream-name . "tokenizers")))
26003 (build-system r-build-system)
26004 (propagated-inputs
26005 `(("r-rcpp" ,r-rcpp)
26006 ("r-snowballc" ,r-snowballc)
26007 ("r-stringi" ,r-stringi)))
26008 (native-inputs
26009 `(("r-knitr" ,r-knitr)))
26010 (home-page "https://lincolnmullen.com/software/tokenizers/")
26011 (synopsis "Fast, consistent tokenization of natural language text")
26012 (description
26013 "This is a package for converting natural language text into tokens.
26014 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
26015 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
26016 Treebank, regular expressions, as well as functions for counting characters,
26017 words, and sentences, and a function for splitting longer texts into separate
26018 documents, each with the same number of words. The tokenizers have a
26019 consistent interface, and the package is built on the @code{stringi} and
26020 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
26021 (license license:expat)))
26022
26023 (define-public r-hunspell
26024 (package
26025 (name "r-hunspell")
26026 (version "3.0.1")
26027 (source
26028 (origin
26029 (method url-fetch)
26030 (uri (cran-uri "hunspell" version))
26031 (sha256
26032 (base32
26033 "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
26034 (properties `((upstream-name . "hunspell")))
26035 (build-system r-build-system)
26036 (propagated-inputs
26037 `(("r-digest" ,r-digest)
26038 ("r-rcpp" ,r-rcpp)))
26039 (native-inputs
26040 `(("r-knitr" ,r-knitr)))
26041 (home-page "https://github.com/ropensci/hunspell#readme")
26042 (synopsis "High-performance stemmer, tokenizer, and spell checker")
26043 (description
26044 "This package provides a low-level spell checker and morphological
26045 analyzer based on the famous @code{hunspell} library. The package can analyze
26046 or check individual words as well as parse text, LaTeX, HTML or XML documents.
26047 For a more user-friendly interface use the @code{spelling} package which
26048 builds on this package to automate checking of files, documentation and
26049 vignettes in all common formats.")
26050 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
26051 ;; MPL; in addition to these licenses the rest of the R wrapper is also
26052 ;; available under the Expat license.
26053 (license (list license:gpl2
26054 license:lgpl2.1
26055 license:mpl1.1
26056 license:expat))))
26057
26058 (define-public r-tidytext
26059 (package
26060 (name "r-tidytext")
26061 (version "0.3.0")
26062 (source
26063 (origin
26064 (method url-fetch)
26065 (uri (cran-uri "tidytext" version))
26066 (sha256
26067 (base32
26068 "1icbfw4zkbs9sp6vk814mw2zzm0bc0d7af92vhriqxaga0gbwdkx"))))
26069 (properties `((upstream-name . "tidytext")))
26070 (build-system r-build-system)
26071 (propagated-inputs
26072 `(("r-dplyr" ,r-dplyr)
26073 ("r-generics" ,r-generics)
26074 ("r-hunspell" ,r-hunspell)
26075 ("r-janeaustenr" ,r-janeaustenr)
26076 ("r-lifecycle" ,r-lifecycle)
26077 ("r-matrix" ,r-matrix)
26078 ("r-purrr" ,r-purrr)
26079 ("r-rlang" ,r-rlang)
26080 ("r-stringr" ,r-stringr)
26081 ("r-tibble" ,r-tibble)
26082 ("r-tokenizers" ,r-tokenizers)
26083 ("r-vctrs" ,r-vctrs)))
26084 (native-inputs
26085 `(("r-knitr" ,r-knitr)))
26086 (home-page "https://github.com/juliasilge/tidytext")
26087 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
26088 (description
26089 "This is a package for text mining for word processing and sentiment
26090 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
26091 (license license:expat)))
26092
26093 (define-public r-parsnip
26094 (package
26095 (name "r-parsnip")
26096 (version "0.1.5")
26097 (source
26098 (origin
26099 (method url-fetch)
26100 (uri (cran-uri "parsnip" version))
26101 (sha256
26102 (base32
26103 "0c12lyfxqsdprqlcmgy421py38z28h88d68pxb1c4fw14v1c2d06"))))
26104 (properties `((upstream-name . "parsnip")))
26105 (build-system r-build-system)
26106 (propagated-inputs
26107 `(("r-dplyr" ,r-dplyr)
26108 ("r-generics" ,r-generics)
26109 ("r-globals" ,r-globals)
26110 ("r-glue" ,r-glue)
26111 ("r-magrittr" ,r-magrittr)
26112 ("r-prettyunits" ,r-prettyunits)
26113 ("r-purrr" ,r-purrr)
26114 ("r-rlang" ,r-rlang)
26115 ("r-tibble" ,r-tibble)
26116 ("r-tidyr" ,r-tidyr)
26117 ("r-vctrs" ,r-vctrs)))
26118 (native-inputs
26119 `(("r-knitr" ,r-knitr)))
26120 (home-page "https://parsnip.tidymodels.org")
26121 (synopsis "Common API to modeling and analysis functions")
26122 (description
26123 "This package provides a common interface to allow users to specify a
26124 model without having to remember the different argument names across different
26125 functions or computational engines (e.g. R, Spark, Stan, etc).")
26126 (license license:gpl2)))
26127
26128 (define-public r-infer
26129 (package
26130 (name "r-infer")
26131 (version "0.5.4")
26132 (source
26133 (origin
26134 (method url-fetch)
26135 (uri (cran-uri "infer" version))
26136 (sha256
26137 (base32
26138 "0wvvgqjhyv7ql98cjzqad61wbmk7xrqd1ybk894jr5cmza13c8w2"))))
26139 (properties `((upstream-name . "infer")))
26140 (build-system r-build-system)
26141 (propagated-inputs
26142 `(("r-dplyr" ,r-dplyr)
26143 ("r-ggplot2" ,r-ggplot2)
26144 ("r-glue" ,r-glue)
26145 ("r-magrittr" ,r-magrittr)
26146 ("r-purrr" ,r-purrr)
26147 ("r-rlang" ,r-rlang)
26148 ("r-tibble" ,r-tibble)))
26149 (native-inputs
26150 `(("r-knitr" ,r-knitr)))
26151 (home-page "https://github.com/tidymodels/infer")
26152 (synopsis "Tidy statistical inference")
26153 (description
26154 "The objective of this package is to perform inference using an
26155 expressive statistical grammar that coheres with the Tidy design framework.")
26156 (license license:cc0)))
26157
26158 (define-public r-modeldata
26159 (package
26160 (name "r-modeldata")
26161 (version "0.1.0")
26162 (source
26163 (origin
26164 (method url-fetch)
26165 (uri (cran-uri "modeldata" version))
26166 (sha256
26167 (base32
26168 "0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
26169 (properties `((upstream-name . "modeldata")))
26170 (build-system r-build-system)
26171 (home-page "https://modeldata.tidymodels.org")
26172 (synopsis "Data sets useful for modeling packages")
26173 (description
26174 "This package provides data sets used for demonstrating or testing
26175 model-related packages.")
26176 (license license:expat)))
26177
26178 (define-public r-tidymodels
26179 (package
26180 (name "r-tidymodels")
26181 (version "0.1.2")
26182 (source
26183 (origin
26184 (method url-fetch)
26185 (uri (cran-uri "tidymodels" version))
26186 (sha256
26187 (base32
26188 "09njrl655sh82xrzckgg56a6ndfrjla5fy8675wj4jsj14jpv0fw"))))
26189 (properties `((upstream-name . "tidymodels")))
26190 (build-system r-build-system)
26191 (propagated-inputs
26192 `(("r-broom" ,r-broom)
26193 ("r-cli" ,r-cli)
26194 ("r-dials" ,r-dials)
26195 ("r-dplyr" ,r-dplyr)
26196 ("r-ggplot2" ,r-ggplot2)
26197 ("r-infer" ,r-infer)
26198 ("r-magrittr" ,r-magrittr)
26199 ("r-modeldata" ,r-modeldata)
26200 ("r-parsnip" ,r-parsnip)
26201 ("r-purrr" ,r-purrr)
26202 ("r-recipes" ,r-recipes)
26203 ("r-rlang" ,r-rlang)
26204 ("r-rsample" ,r-rsample)
26205 ("r-rstudioapi" ,r-rstudioapi)
26206 ("r-tibble" ,r-tibble)
26207 ("r-tidyr" ,r-tidyr)
26208 ("r-tune" ,r-tune)
26209 ("r-workflows" ,r-workflows)
26210 ("r-yardstick" ,r-yardstick)))
26211 (native-inputs
26212 `(("r-knitr" ,r-knitr)
26213 ("r-rmarkdown" ,r-rmarkdown)
26214 ("pandoc" ,pandoc)
26215 ("pandoc-citeproc" ,pandoc-citeproc))) ; for vignettes
26216 (home-page "https://github.com/tidymodels/tidymodels")
26217 (synopsis "Tidy collection for modeling and statistical analysis")
26218 (description
26219 "The tidy modeling \"verse\" is a collection of packages for modeling and
26220 statistical analysis that share the underlying design philosophy, grammar, and
26221 data structures of the tidyverse.")
26222 (license license:gpl3)))
26223
26224 (define-public r-lsa
26225 (package
26226 (name "r-lsa")
26227 (version "0.73.2")
26228 (source
26229 (origin
26230 (method url-fetch)
26231 (uri (cran-uri "lsa" version))
26232 (sha256
26233 (base32
26234 "1a33irqa6qvbc02z12rgbgv8kxq2gmahy7j5bg8b23lvvaxif06b"))))
26235 (properties `((upstream-name . "lsa")))
26236 (build-system r-build-system)
26237 (propagated-inputs
26238 `(("r-snowballc" ,r-snowballc)))
26239 (home-page "https://cran.r-project.org/package=lsa")
26240 (synopsis "Latent semantic analysis")
26241 (description
26242 "The basic idea of latent semantic analysis (LSA) is, that text do have a
26243 higher order (=latent semantic) structure which, however, is obscured by word
26244 usage (e.g. through the use of synonyms or polysemy). By using conceptual
26245 indices that are derived statistically via a truncated singular value
26246 decomposition (a two-mode factor analysis) over a given document-term matrix,
26247 this variability problem can be overcome.")
26248 (license license:gpl2+)))
26249
26250 (define-public r-mlecens
26251 (package
26252 (name "r-mlecens")
26253 (version "0.1-4")
26254 (source
26255 (origin
26256 (method url-fetch)
26257 (uri (cran-uri "MLEcens" version))
26258 (sha256
26259 (base32
26260 "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
26261 (properties `((upstream-name . "MLEcens")))
26262 (build-system r-build-system)
26263 (home-page "http://stat.ethz.ch/~maathuis/")
26264 (synopsis "Computation of the MLE for bivariate (interval) censored data")
26265 (description
26266 "This package contains functions to compute the nonparametric
26267 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
26268 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
26269 To be more precise, we consider the situation where we observe a set of
26270 rectangles that are known to contain the unobservable realizations of (X,Y).
26271 We compute the MLE based on such a set of rectangles. The methods can also be
26272 used for univariate censored data (see data set @code{cosmesis}), and for
26273 censored data with competing risks (see data set @code{menopause}). The
26274 package also provides functions to visualize the observed data and the MLE.")
26275 (license license:gpl2+)))
26276
26277 (define-public r-metafor
26278 (package
26279 (name "r-metafor")
26280 (version "2.4-0")
26281 (source
26282 (origin
26283 (method url-fetch)
26284 (uri (cran-uri "metafor" version))
26285 (sha256
26286 (base32
26287 "1b599fxk7s0brkchmx698fr5k4g1kzkia2rnlvhg349ffs5nfjmn"))))
26288 (properties `((upstream-name . "metafor")))
26289 (build-system r-build-system)
26290 (propagated-inputs
26291 `(("r-matrix" ,r-matrix)
26292 ("r-nlme" ,r-nlme)))
26293 (home-page "https://cran.r-project.org/web/packages/metafor/")
26294 (synopsis "Meta-analysis package for R")
26295 (description
26296 "This package provides a comprehensive collection of functions for
26297 conducting meta-analyses in R. The package includes functions to calculate
26298 various effect sizes or outcome measures, fit fixed-, random-, and
26299 mixed-effects models to such data, carry out moderator and meta-regression
26300 analyses, and create various types of meta-analytical plots (e.g., forest,
26301 funnel, radial, L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial
26302 and person-time data, the package also provides functions that implement
26303 specialized methods, including the Mantel-Haenszel method, Peto's method, and
26304 a variety of suitable generalized linear (mixed-effects) models (i.e.
26305 mixed-effects logistic and Poisson regression models). Finally, the package
26306 provides functionality for fitting meta-analytic multivariate/multilevel
26307 models that account for non-independent sampling errors and/or true
26308 effects (e.g. due to the inclusion of multiple treatment studies, multiple
26309 endpoints, or other forms of clustering). Network meta-analyses and
26310 meta-analyses accounting for known correlation structures (e.g. due to
26311 phylogenetic relatedness) can also be conducted.")
26312 (license license:gpl2+)))
26313
26314 (define-public r-altmeta
26315 (package
26316 (name "r-altmeta")
26317 (version "3.2")
26318 (source
26319 (origin
26320 (method url-fetch)
26321 (uri (cran-uri "altmeta" version))
26322 (sha256
26323 (base32
26324 "0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
26325 (properties `((upstream-name . "altmeta")))
26326 (build-system r-build-system)
26327 (propagated-inputs
26328 `(("r-coda" ,r-coda)
26329 ("r-lme4" ,r-lme4)
26330 ("r-matrix" ,r-matrix)
26331 ("r-metafor" ,r-metafor)
26332 ("r-rjags" ,r-rjags)))
26333 (home-page "https://cran.r-project.org/web/packages/altmeta/")
26334 (synopsis "Alternative meta-analysis methods")
26335 (description
26336 "This package provides alternative statistical methods for meta-analysis,
26337 including:
26338
26339 @enumerate
26340 @item bivariate generalized linear mixed models for synthesizing odds ratios,
26341 relative risks, and risk differences
26342 @item heterogeneity tests and measures that are robust to outliers;
26343 @item measures, tests, and visualization tools for publication bias or
26344 small-study effects;
26345 @item meta-analysis of diagnostic tests for synthesizing sensitivities,
26346 specificities, etc.;
26347 @item meta-analysis methods for synthesizing proportions;
26348 @item models for multivariate meta-analysis.
26349 @end enumerate
26350 ")
26351 (license license:gpl2+)))
26352
26353 (define-public r-perm
26354 (package
26355 (name "r-perm")
26356 (version "1.0-0.0")
26357 (source
26358 (origin
26359 (method url-fetch)
26360 (uri (cran-uri "perm" version))
26361 (sha256
26362 (base32
26363 "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
26364 (properties `((upstream-name . "perm")))
26365 (build-system r-build-system)
26366 (home-page "https://cran.r-project.org/web/packages/perm/")
26367 (synopsis "Exact or asymptotic permutation tests")
26368 (description
26369 "This package provides several methods for performing permutation tests.
26370 It has three main functions, to perform linear permutation tests. These tests
26371 are tests where the test statistic is the sum of the product of a
26372 covariate (usually group indicator) and the scores.")
26373 ;; Any version of the GPL
26374 (license license:gpl2+)))
26375
26376 (define-public r-qtl
26377 (package
26378 (name "r-qtl")
26379 (version "1.47-9")
26380 (source
26381 (origin
26382 (method url-fetch)
26383 (uri (cran-uri "qtl" version))
26384 (sha256
26385 (base32
26386 "0hffirsvw9j82cdx6l7vhqn3a7ab52claqjlinv3lswl1nsfg93b"))))
26387 (build-system r-build-system)
26388 (home-page "https://rqtl.org/")
26389 (synopsis "R package for analyzing QTL experiments in genetics")
26390 (description "R/qtl is an extension library for the R statistics system.
26391 It is used to analyze experimental crosses for identifying genes contributing
26392 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
26393
26394 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
26395 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
26396 genome scans.")
26397 (license license:gpl3)))
26398
26399 (define-public r-qtl2
26400 (package
26401 (name "r-qtl2")
26402 (version "0.24")
26403 (source (origin
26404 (method url-fetch)
26405 (uri (cran-uri "qtl2" version))
26406 (sha256
26407 (base32 "1558khh0zkwm0rdk87krv9836krvwv5h7ymlz9bsrgcvypyr9186"))))
26408 (build-system r-build-system)
26409 (propagated-inputs
26410 `(("r-data-table" ,r-data-table)
26411 ("r-jsonlite" ,r-jsonlite)
26412 ("r-rcpp" ,r-rcpp)
26413 ("r-rcppeigen" ,r-rcppeigen)
26414 ("r-rsqlite" ,r-rsqlite)
26415 ("r-yaml" ,r-yaml)))
26416 (home-page "https://kbroman.org/qtl2/")
26417 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
26418 (description
26419 "This package provides a set of tools to perform @dfn{Quantitative Trait
26420 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
26421 @code{R/qtl} package to better handle high-dimensional data and complex cross
26422 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
26423 (license license:gpl3)))
26424
26425 (define-public r-seqminer
26426 (package
26427 (name "r-seqminer")
26428 (version "8.0")
26429 (source
26430 (origin
26431 (method url-fetch)
26432 (uri (cran-uri "seqminer" version))
26433 (sha256
26434 (base32
26435 "00jzj8mwb0zaiwlifd41b26mrq9mzigj18nc29dydi0r42hxg16i"))))
26436 (build-system r-build-system)
26437 (inputs
26438 `(("zlib" ,zlib)))
26439 (home-page "http://seqminer.genomic.codes")
26440 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
26441 (description
26442 "This package provides tools to integrate nucleotide sequencing
26443 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
26444 ;; Any version of the GPL is acceptable
26445 (license (list license:gpl2+ license:gpl3+))))
26446
26447 (define-public r-maldiquant
26448 (package
26449 (name "r-maldiquant")
26450 (version "1.19.3")
26451 (source
26452 (origin
26453 (method url-fetch)
26454 (uri (cran-uri "MALDIquant" version))
26455 (sha256
26456 (base32
26457 "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
26458 (properties `((upstream-name . "MALDIquant")))
26459 (build-system r-build-system)
26460 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
26461 (synopsis "Quantitative analysis of mass spectrometry data")
26462 (description
26463 "This package provides a complete analysis pipeline for matrix-assisted
26464 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
26465 two-dimensional mass spectrometry data. In addition to commonly used plotting
26466 and processing methods it includes distinctive features, namely baseline
26467 subtraction methods such as morphological filters (TopHat) or the
26468 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
26469 alignment using warping functions, handling of replicated measurements as well
26470 as allowing spectra with different resolutions.")
26471 (license license:gpl3+)))
26472
26473 (define-public r-scattermore
26474 (package
26475 (name "r-scattermore")
26476 (version "0.7")
26477 (source
26478 (origin
26479 (method url-fetch)
26480 (uri (cran-uri "scattermore" version))
26481 (sha256
26482 (base32
26483 "18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
26484 (properties `((upstream-name . "scattermore")))
26485 (build-system r-build-system)
26486 (propagated-inputs
26487 `(("r-ggplot2" ,r-ggplot2)
26488 ("r-scales" ,r-scales)))
26489 (home-page "https://github.com/exaexa/scattermore")
26490 (synopsis "Scatterplots with more points")
26491 (description
26492 "This package provides C-based tools for converting large scatterplot
26493 data to rasters. It speeds up plotting of data with millions of points.")
26494 (license license:gpl3+)))
26495
26496 (define-public r-seuratobject
26497 (package
26498 (name "r-seuratobject")
26499 (version "4.0.0")
26500 (source
26501 (origin
26502 (method url-fetch)
26503 (uri (cran-uri "SeuratObject" version))
26504 (sha256
26505 (base32
26506 "03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
26507 (properties `((upstream-name . "SeuratObject")))
26508 (build-system r-build-system)
26509 (propagated-inputs
26510 `(("r-matrix" ,r-matrix)
26511 ("r-rcpp" ,r-rcpp)
26512 ("r-rcppeigen" ,r-rcppeigen)
26513 ("r-rlang" ,r-rlang)
26514 ("r-sctransform" ,r-sctransform)))
26515 (home-page "https://satijalab.org/seurat")
26516 (synopsis "Data structures for single cell data")
26517 (description
26518 "This package defines S4 classes for single-cell genomic data and
26519 associated information, such as dimensionality reduction embeddings,
26520 nearest-neighbor graphs, and spatially-resolved coordinates. It provides data
26521 access methods and R-native hooks to ensure the Seurat object is familiar to
26522 other R users.")
26523 (license license:gpl3)))
26524
26525 (define-public r-seurat
26526 (package
26527 (name "r-seurat")
26528 (version "4.0.1")
26529 (source (origin
26530 (method url-fetch)
26531 (uri (cran-uri "Seurat" version))
26532 (sha256
26533 (base32
26534 "17cmp9mimvykb8ny796dn1zwmvg0pwwjw1zcixyamc5q1lwnxi3p"))))
26535 (properties `((upstream-name . "Seurat")))
26536 (build-system r-build-system)
26537 (propagated-inputs
26538 `(("r-cluster" ,r-cluster)
26539 ("r-cowplot" ,r-cowplot)
26540 ("r-fitdistrplus" ,r-fitdistrplus)
26541 ("r-future" ,r-future)
26542 ("r-future-apply" ,r-future-apply)
26543 ("r-ggplot2" ,r-ggplot2)
26544 ("r-ggrepel" ,r-ggrepel)
26545 ("r-ggridges" ,r-ggridges)
26546 ("r-httr" ,r-httr)
26547 ("r-ica" ,r-ica)
26548 ("r-igraph" ,r-igraph)
26549 ("r-irlba" ,r-irlba)
26550 ("r-jsonlite" ,r-jsonlite)
26551 ("r-kernsmooth" ,r-kernsmooth)
26552 ("r-leiden" ,r-leiden)
26553 ("r-lmtest" ,r-lmtest)
26554 ("r-mass" ,r-mass)
26555 ("r-matrix" ,r-matrix)
26556 ("r-matrixstats" ,r-matrixstats)
26557 ("r-miniui" ,r-miniui)
26558 ("r-patchwork" ,r-patchwork)
26559 ("r-pbapply" ,r-pbapply)
26560 ("r-plotly" ,r-plotly)
26561 ("r-png" ,r-png)
26562 ("r-rann" ,r-rann)
26563 ("r-rcolorbrewer" ,r-rcolorbrewer)
26564 ("r-rcpp" ,r-rcpp)
26565 ("r-rcppannoy" ,r-rcppannoy)
26566 ("r-rcppeigen" ,r-rcppeigen)
26567 ("r-rcppprogress" ,r-rcppprogress)
26568 ("r-reticulate" ,r-reticulate)
26569 ("r-rlang" ,r-rlang)
26570 ("r-rocr" ,r-rocr)
26571 ("r-rtsne" ,r-rtsne)
26572 ("r-scales" ,r-scales)
26573 ("r-scattermore" ,r-scattermore)
26574 ("r-sctransform" ,r-sctransform)
26575 ("r-seuratobject" ,r-seuratobject)
26576 ("r-shiny" ,r-shiny)
26577 ("r-spatstat-core" ,r-spatstat-core)
26578 ("r-spatstat-geom" ,r-spatstat-geom)
26579 ("r-tibble" ,r-tibble)
26580 ("r-uwot" ,r-uwot)))
26581 (home-page "http://www.satijalab.org/seurat")
26582 (synopsis "Seurat is an R toolkit for single cell genomics")
26583 (description
26584 "This package is an R package designed for QC, analysis, and
26585 exploration of single cell RNA-seq data. It easily enables widely-used
26586 analytical techniques, including the identification of highly variable genes,
26587 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
26588 algorithms; density clustering, hierarchical clustering, k-means, and the
26589 discovery of differentially expressed genes and markers.")
26590 (license license:gpl3)))
26591
26592 (define-public r-phangorn
26593 (package
26594 (name "r-phangorn")
26595 (version "2.5.5")
26596 (source
26597 (origin
26598 (method url-fetch)
26599 (uri (cran-uri "phangorn" version))
26600 (sha256
26601 (base32
26602 "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
26603 (build-system r-build-system)
26604 (propagated-inputs
26605 `(("r-ape" ,r-ape)
26606 ("r-fastmatch" ,r-fastmatch)
26607 ("r-igraph" ,r-igraph)
26608 ("r-magrittr" ,r-magrittr)
26609 ("r-matrix" ,r-matrix)
26610 ("r-quadprog" ,r-quadprog)
26611 ("r-rcpp" ,r-rcpp)))
26612 (home-page "https://github.com/KlausVigo/phangorn")
26613 (synopsis "Phylogenetic analysis in R")
26614 (description
26615 "Phangorn is a package for phylogenetic analysis in R. It supports
26616 estimation of phylogenetic trees and networks using Maximum Likelihood,
26617 Maximum Parsimony, distance methods and Hadamard conjugation.")
26618 (license license:gpl2+)))
26619
26620 (define-public r-diversitree
26621 (package
26622 (name "r-diversitree")
26623 (version "0.9-15")
26624 (source
26625 (origin
26626 (method url-fetch)
26627 (uri (cran-uri "diversitree" version))
26628 (sha256
26629 (base32
26630 "1sk3sgn5hi04978s5s7gy6pzp28g3v9rglmiamlgs96c9wyyyff7"))))
26631 (build-system r-build-system)
26632 (native-inputs
26633 `(("gfortran" ,gfortran)))
26634 (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
26635 (propagated-inputs
26636 `(("r-ape" ,r-ape)
26637 ("r-desolve" ,r-desolve)
26638 ("r-rcpp" ,r-rcpp)
26639 ("r-subplex" ,r-subplex)))
26640 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
26641 (synopsis "Comparative 'phylogenetic' analyses of diversification")
26642 (description "This package contains a number of comparative \"phylogenetic\"
26643 methods, mostly focusing on analysing diversification and character evolution.
26644 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
26645 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
26646 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
26647 include Markov models of discrete and continuous trait evolution and constant
26648 rate speciation and extinction.")
26649 (license license:gpl2+)))
26650
26651 (define-public r-calculus
26652 (package
26653 (name "r-calculus")
26654 (version "0.3.0")
26655 (source
26656 (origin
26657 (method url-fetch)
26658 (uri (cran-uri "calculus" version))
26659 (sha256
26660 (base32
26661 "1wa5ap89cfcp0ancj9ivx5s2y0wqr2vmp9y115g7f6g772jwhscj"))))
26662 (properties `((upstream-name . "calculus")))
26663 (build-system r-build-system)
26664 (propagated-inputs
26665 `(("r-rcpp" ,r-rcpp)))
26666 (native-inputs
26667 `(("r-knitr" ,r-knitr)))
26668 (home-page "https://github.com/eguidotti/calculus")
26669 (synopsis "High dimensional numerical and symbolic calculus")
26670 (description
26671 "Efficient C++ optimized functions for numerical and symbolic calculus.
26672 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
26673 convention, fast computation of the Levi-Civita symbol and generalized
26674 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
26675 accurate high-order derivatives, differential operators (Gradient, Jacobian,
26676 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
26677 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
26678 parabolic or user defined by custom scale factors.")
26679 (license license:gpl3)))
26680
26681 (define-public r-decon
26682 (package
26683 (name "r-decon")
26684 (version "1.2-4")
26685 (source
26686 (origin
26687 (method url-fetch)
26688 (uri (cran-uri "decon" version))
26689 (sha256
26690 (base32
26691 "1v4l0xq29rm8mks354g40g9jxn0didzlxg3g7z08m0gvj29zdj7s"))))
26692 (properties `((upstream-name . "decon")))
26693 (build-system r-build-system)
26694 (native-inputs
26695 `(("gfortran" ,gfortran)))
26696 (home-page
26697 "https://cran.r-project.org/web/packages/decon/")
26698 (synopsis "Deconvolution Estimation in Measurement Error Models")
26699 (description
26700 "This package contains a collection of functions to deal with
26701 nonparametric measurement error problems using deconvolution
26702 kernel methods. We focus two measurement error models in the
26703 package: (1) an additive measurement error model, where the
26704 goal is to estimate the density or distribution function from
26705 contaminated data; (2) nonparametric regression model with
26706 errors-in-variables. The R functions allow the measurement errors
26707 to be either homoscedastic or heteroscedastic. To make the
26708 deconvolution estimators computationally more efficient in R,
26709 we adapt the \"Fast Fourier Transform\" (FFT) algorithm for
26710 density estimation with error-free data to the deconvolution
26711 kernel estimation. Several methods for the selection of the
26712 data-driven smoothing parameter are also provided in the package.
26713 See details in: Wang, X.F. and Wang, B. (2011). Deconvolution
26714 estimation in measurement error models: The R package decon.
26715 Journal of Statistical Software, 39(10), 1-24.")
26716 (license license:gpl3+)))
26717
26718 (define-public r-locpol
26719 (package
26720 (name "r-locpol")
26721 (version "0.7-0")
26722 (source
26723 (origin
26724 (method url-fetch)
26725 (uri (cran-uri "locpol" version))
26726 (sha256
26727 (base32
26728 "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
26729 (properties `((upstream-name . "locpol")))
26730 (build-system r-build-system)
26731 (home-page
26732 "https://cran.r-project.org/web/packages/locpol/")
26733 (synopsis "Kernel Local Polynomial Regression")
26734 (description
26735 "Computes local polynomial estimators for the regression and
26736 also density. It comprises several different utilities to handle
26737 kernel estimators.")
26738 (license license:gpl2+)))
26739
26740 (define-public r-lpme
26741 (package
26742 (name "r-lpme")
26743 (version "1.1.1")
26744 (source
26745 (origin
26746 (method url-fetch)
26747 (uri (cran-uri "lpme" version))
26748 (sha256
26749 (base32
26750 "0si90nkgl8bqk8yvd2igdsrngiwqh8891072pfpzipifnd0f5448"))))
26751 (properties `((upstream-name . "lpme")))
26752 (build-system r-build-system)
26753 (propagated-inputs
26754 `(("r-decon" ,r-decon)
26755 ("r-flexmix" ,r-flexmix)
26756 ("r-locpol" ,r-locpol)
26757 ("r-rcpp" ,r-rcpp)
26758 ("r-rcpparmadillo" ,r-rcpparmadillo)))
26759 (home-page
26760 "https://cran.r-project.org/web/packages/lpme/")
26761 (synopsis "Nonparametric Estimation of Measurement Error Models")
26762 (description
26763 "Provide nonparametric methods for mean regression model,
26764 modal regression and conditional density estimation in the
26765 presence/absence of measurement error. Bandwidth selection is
26766 also provided for each method.")
26767 (license license:gpl2+)))
26768
26769 (define-public r-aws-signature
26770 (package
26771 (name "r-aws-signature")
26772 (version "0.6.0")
26773 (source
26774 (origin
26775 (method url-fetch)
26776 (uri (cran-uri "aws.signature" version))
26777 (sha256
26778 (base32
26779 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
26780 (properties `((upstream-name . "aws.signature")))
26781 (build-system r-build-system)
26782 (propagated-inputs
26783 `(("r-base64enc" ,r-base64enc)
26784 ("r-digest" ,r-digest)))
26785 (home-page "https://github.com/cloudyr/aws.signature")
26786 (synopsis "Amazon Web Services Request Signatures")
26787 (description
26788 "This package generates version 2 and 4 request signatures for Amazon Web
26789 Services (AWS) and provides a mechanism for retrieving credentials from
26790 environment variables, AWS credentials files, and EC2 instance metadata. For
26791 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
26792 (license license:gpl2+)))
26793
26794 (define-public r-aws-s3
26795 (package
26796 (name "r-aws-s3")
26797 (version "0.3.21")
26798 (source
26799 (origin
26800 (method url-fetch)
26801 (uri (cran-uri "aws.s3" version))
26802 (sha256
26803 (base32
26804 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
26805 (properties `((upstream-name . "aws.s3")))
26806 (build-system r-build-system)
26807 (propagated-inputs
26808 `(("r-aws-signature" ,r-aws-signature)
26809 ("r-base64enc" ,r-base64enc)
26810 ("r-curl" ,r-curl)
26811 ("r-digest" ,r-digest)
26812 ("r-httr" ,r-httr)
26813 ("r-xml2" ,r-xml2)))
26814 (home-page "https://github.com/cloudyr/aws.s3")
26815 (synopsis "AWS S3 Client Package")
26816 (description
26817 "This package provides a simple client package for the Amazon Web
26818 Services (AWS) Simple Storage Service (S3) REST API.")
26819 (license license:gpl2+)))
26820
26821 (define-public r-lgr
26822 (package
26823 (name "r-lgr")
26824 (version "0.4.2")
26825 (source (origin
26826 (method url-fetch)
26827 (uri (cran-uri "lgr" version))
26828 (sha256
26829 (base32
26830 "0k4kacjk7swm3gmdpha1rg44xb29vzvhvx48jhpb78glj5c9phyr"))))
26831 (build-system r-build-system)
26832 (propagated-inputs
26833 `(("r-r6" ,r-r6)))
26834 (native-inputs
26835 `(("r-knitr" ,r-knitr)))
26836 (home-page "https://s-fleck.github.io/lgr/")
26837 (synopsis "Fully featured logging framework")
26838 (description "This package offers a flexible, feature-rich yet
26839 light-weight logging framework based on @code{R6} classes. It supports
26840 hierarchical loggers, custom log levels, arbitrary data fields in log events,
26841 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
26842 well as email and push notifications.")
26843 (license license:expat)))
26844
26845 (define-public r-mlr3measures
26846 (package
26847 (name "r-mlr3measures")
26848 (version "0.3.1")
26849 (source (origin
26850 (method url-fetch)
26851 (uri (cran-uri "mlr3measures" version))
26852 (sha256
26853 (base32
26854 "18jk4kdj9771r16smz7xhmmiilcdg1qlavln5hrpvkx780zh3hj6"))))
26855 (build-system r-build-system)
26856 (propagated-inputs
26857 `(("r-checkmate" ,r-checkmate)
26858 ("r-prroc" ,r-prroc)))
26859 (home-page "https://mlr3measures.mlr-org.com/")
26860 (synopsis "Performance measures for mlr3")
26861 (description "This package implements multiple performance measures for
26862 supervised learning. It includes over 40 measures for regression and
26863 classification. Additionally, meta information about the performance measures
26864 can be queried, e.g. what the best and worst possible performances scores
26865 are.")
26866 (license license:lgpl3)))
26867
26868 (define-public r-mlr3misc
26869 (package
26870 (name "r-mlr3misc")
26871 (version "0.7.0")
26872 (source (origin
26873 (method url-fetch)
26874 (uri (cran-uri "mlr3misc" version))
26875 (sha256
26876 (base32
26877 "19k3l2d6wnqvdng0m7p54rrlvwl5457lcy7bg82m2bbpqxi8qch3"))))
26878 (build-system r-build-system)
26879 (propagated-inputs
26880 `(("r-backports" ,r-backports)
26881 ("r-checkmate" ,r-checkmate)
26882 ("r-data-table" ,r-data-table)
26883 ("r-r6" ,r-r6)))
26884 (home-page "https://mlr3misc.mlr-org.com/")
26885 (synopsis "Helper functions for mlr3")
26886 (description "@code{mlr3misc} provides frequently used helper functions
26887 and assertions used in @code{mlr3} and its companion packages. It comes with
26888 helper functions for functional programming, for printing, to work with
26889 @code{data.table}, as well as some generally useful @code{R6} classes. This
26890 package also supersedes the package @code{BBmisc}.")
26891 (license license:lgpl3)))
26892
26893 (define-public r-paradox
26894 (package
26895 (name "r-paradox")
26896 (version "0.7.1")
26897 (source (origin
26898 (method url-fetch)
26899 (uri (cran-uri "paradox" version))
26900 (sha256
26901 (base32
26902 "1difp0bzsfxcmbm1snahh3i6417k1a2w4mnjx65p20n2yiclmrgs"))))
26903 (build-system r-build-system)
26904 (propagated-inputs
26905 `(("r-backports" ,r-backports)
26906 ("r-checkmate" ,r-checkmate)
26907 ("r-data-table" ,r-data-table)
26908 ("r-mlr3misc" ,r-mlr3misc)
26909 ("r-r6" ,r-r6)))
26910 (home-page "https://paradox.mlr-org.com/")
26911 (synopsis "Define and work with parameter spaces for complex algorithms")
26912 (description "With this package it is possible to define parameter spaces,
26913 constraints and dependencies for arbitrary algorithms, and to program on such
26914 spaces. It also includes statistical designs and random samplers. Objects are
26915 implemented as @code{R6} classes.")
26916 (license license:lgpl3)))
26917
26918 (define-public r-mlr3
26919 (package
26920 (name "r-mlr3")
26921 (version "0.11.0")
26922 (source (origin
26923 (method url-fetch)
26924 (uri (cran-uri "mlr3" version))
26925 (sha256
26926 (base32
26927 "0qh9vdac1als2123wf51bwa7spdqk33iydlawi5n5dpci892iahl"))))
26928 (build-system r-build-system)
26929 (propagated-inputs
26930 `(("r-r6" ,r-r6)
26931 ("r-backports" ,r-backports)
26932 ("r-checkmate" ,r-checkmate)
26933 ("r-data-table" ,r-data-table)
26934 ("r-digest" ,r-digest)
26935 ("r-future-apply" ,r-future-apply)
26936 ("r-lgr" ,r-lgr)
26937 ("r-mlbench" ,r-mlbench)
26938 ("r-mlr3measures" ,r-mlr3measures)
26939 ("r-mlr3misc" ,r-mlr3misc)
26940 ("r-palmerpenguins" ,r-palmerpenguins)
26941 ("r-paradox" ,r-paradox)
26942 ("r-parallelly" ,r-parallelly)
26943 ("r-uuid" ,r-uuid)))
26944 (home-page "https://mlr3.mlr-org.com/")
26945 (synopsis "Machine Learning in R - Next Generation")
26946 (description "@code{mlr3} enables efficient, object-oriented programming
26947 on the building blocks of machine learning. It provides @code{R6} objects for
26948 tasks, learners, resamplings, and measures. The package is geared towards
26949 scalability and larger datasets by supporting parallelization and out-of-memory
26950 data-backends like databases. While @code{mlr3} focuses on the core
26951 computational operations, add-on packages provide additional functionality.")
26952 (license license:lgpl3)))
26953
26954 (define-public r-mlr3learners
26955 (package
26956 (name "r-mlr3learners")
26957 (version "0.4.3")
26958 (source (origin
26959 (method url-fetch)
26960 (uri (cran-uri "mlr3learners" version))
26961 (sha256
26962 (base32
26963 "1wxlpzz3hpkn77n4ag1v868dmp140j1pmrhynsv5xfgk9fg0w7ri"))))
26964 (build-system r-build-system)
26965 (propagated-inputs
26966 `(("r-data-table" ,r-data-table)
26967 ("r-mlr3" ,r-mlr3)
26968 ("r-mlr3misc" ,r-mlr3misc)
26969 ("r-paradox" ,r-paradox)
26970 ("r-r6" ,r-r6)))
26971 (home-page "https://mlr3learners.mlr-org.com/")
26972 (synopsis "Recommended Learners for @code{mlr3}")
26973 (description "@code{mlr3learners} extends @code{mlr3} and @code{mlr3proba}
26974 with interfaces to essential machine learning packages on CRAN. This includes,
26975 but is not limited to: (penalized) linear and logistic regression, linear and
26976 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
26977 vector machines, and gradient boosting.")
26978 (license license:lgpl3)))
26979
26980 (define-public r-bbotk
26981 (package
26982 (name "r-bbotk")
26983 (version "0.3.1")
26984 (source
26985 (origin
26986 (method url-fetch)
26987 (uri (cran-uri "bbotk" version))
26988 (sha256
26989 (base32
26990 "1f29wxnxr73c4yp5afk05jqggpm7k1z8wiak8xsyw68h7xflq550"))))
26991 (properties `((upstream-name . "bbotk")))
26992 (build-system r-build-system)
26993 (propagated-inputs
26994 `(("r-checkmate" ,r-checkmate)
26995 ("r-data-table" ,r-data-table)
26996 ("r-lgr" ,r-lgr)
26997 ("r-mlr3misc" ,r-mlr3misc)
26998 ("r-paradox" ,r-paradox)
26999 ("r-r6" ,r-r6)))
27000 (native-inputs
27001 `(("r-knitr" ,r-knitr)))
27002 (home-page "https://bbotk.mlr-org.com")
27003 (synopsis "Black-Box Optimization Toolkit")
27004 (description "This package provides a common framework for optimization of
27005 black-box functions for other packages, e.g. @code{mlr3}. It offers various
27006 optimization methods e.g. grid search, random search and generalized simulated
27007 annealing.")
27008 (license license:lgpl3)))
27009
27010 (define-public r-mlr3tuning
27011 (package
27012 (name "r-mlr3tuning")
27013 (version "0.8.0")
27014 (source (origin
27015 (method url-fetch)
27016 (uri (cran-uri "mlr3tuning" version))
27017 (sha256
27018 (base32
27019 "16rvsf0jf06yvalydbs7zzn2994hvvyfw975ydiyv3wy1qzgr8bv"))))
27020 (build-system r-build-system)
27021 (propagated-inputs
27022 `(("r-bbotk" ,r-bbotk)
27023 ("r-checkmate" ,r-checkmate)
27024 ("r-data-table" ,r-data-table)
27025 ("r-lgr" ,r-lgr)
27026 ("r-mlr3" ,r-mlr3)
27027 ("r-mlr3misc" ,r-mlr3misc)
27028 ("r-paradox" ,r-paradox)
27029 ("r-r6" ,r-r6)))
27030 (home-page "https://mlr3tuning.mlr-org.com/")
27031 (synopsis "Tuning for @code{mlr3}")
27032 (description "@code{mlr3tuning} implements methods for hyperparameter
27033 tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various
27034 termination criteria can be set and combined. The class @code{AutoTuner} provides a
27035 convenient way to perform nested resampling in combination with @code{mlr3}.")
27036 (license license:lgpl3)))
27037
27038 (define-public r-fontliberation
27039 (package
27040 (name "r-fontliberation")
27041 (version "0.1.0")
27042 (source
27043 (origin
27044 (method url-fetch)
27045 (uri (cran-uri "fontLiberation" version))
27046 (sha256
27047 (base32
27048 "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
27049 (properties
27050 `((upstream-name . "fontLiberation")))
27051 (build-system r-build-system)
27052 (home-page "https://cran.r-project.org/package=fontLiberation")
27053 (synopsis "Liberation fonts")
27054 (description
27055 "This package provides a placeholder for the Liberation fontset intended
27056 for the fontquiver package. This fontset covers the 12 combinations of
27057 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
27058 supported in R graphics devices.")
27059 (license license:silofl1.1)))
27060
27061 (define-public r-fontbitstreamvera
27062 (package
27063 (name "r-fontbitstreamvera")
27064 (version "0.1.1")
27065 (source
27066 (origin
27067 (method url-fetch)
27068 (uri (cran-uri "fontBitstreamVera" version))
27069 (sha256
27070 (base32
27071 "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
27072 (properties
27073 `((upstream-name . "fontBitstreamVera")))
27074 (build-system r-build-system)
27075 (home-page "https://cran.r-project.org/package=fontBitstreamVera")
27076 (synopsis "Fonts for fontquiver")
27077 (description
27078 "This package is a placeholder for the Bitstream Vera font. It is
27079 intended for the fontquiver package.")
27080 (license
27081 (license:fsdg-compatible
27082 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
27083 "The Font Software may be sold as part of a larger software package but
27084 no copy of one or more of the Font Software typefaces may be sold by
27085 itself."))))
27086
27087 (define-public r-fontquiver
27088 (package
27089 (name "r-fontquiver")
27090 (version "0.2.1")
27091 (source
27092 (origin
27093 (method url-fetch)
27094 (uri (cran-uri "fontquiver" version))
27095 (sha256
27096 (base32
27097 "0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
27098 (properties `((upstream-name . "fontquiver")))
27099 (build-system r-build-system)
27100 (propagated-inputs
27101 `(("r-fontbitstreamvera" ,r-fontbitstreamvera)
27102 ("r-fontliberation" ,r-fontliberation)))
27103 (home-page "https://cran.r-project.org/package=fontquiver")
27104 (synopsis "Set of installed fonts")
27105 (description
27106 "This package provides a set of fonts. This is useful when you want to
27107 avoid system fonts to make sure your outputs are reproducible.")
27108 (license license:gpl3)))
27109
27110 (define-public r-freetypeharfbuzz
27111 (package
27112 (name "r-freetypeharfbuzz")
27113 (version "0.2.6")
27114 (source
27115 (origin
27116 (method url-fetch)
27117 (uri (cran-uri "freetypeharfbuzz" version))
27118 (sha256
27119 (base32
27120 "0r3icgnq3jk4fm6z92cmhzdmflbk5df8zsmjg0dzpc4y48xafnk7"))))
27121 (properties
27122 `((upstream-name . "freetypeharfbuzz")))
27123 (build-system r-build-system)
27124 (arguments
27125 `(#:phases
27126 (modify-phases %standard-phases
27127 (add-after 'unpack 'prepare-static-libraries
27128 (lambda* (#:key inputs #:allow-other-keys)
27129 (mkdir-p "src/target/include")
27130 (let ((freetype (assoc-ref inputs "static-freetype"))
27131 (harfbuzz (assoc-ref inputs "static-harfbuzz")))
27132 (substitute* "src/Makevars.in"
27133 (("include @MK_FILE@") "") ; do not build static libs
27134 (("^HB_STATIC_LIB =.*")
27135 (string-append "HB_STATIC_LIB = " harfbuzz "/lib/libharfbuzz.a\n"))
27136 (("^FT_STATIC_LIB =.*")
27137 (string-append "FT_STATIC_LIB = " freetype "/lib/libfreetype.a\n")))
27138 (copy-recursively (string-append freetype "/include")
27139 "src/target/include")
27140 (copy-recursively (string-append harfbuzz "/include")
27141 "src/target/include")))))))
27142 (propagated-inputs
27143 `(("r-fontquiver" ,r-fontquiver)))
27144 ;; This may defeat the purpose of this package as our versions of freetype
27145 ;; and harfbuzz obviously differ from the tarballs offered by this
27146 ;; project. On the other hand, Guix arguably does a better job at
27147 ;; "ensur[ing] deterministic computation".
27148 (native-inputs
27149 `(("static-freetype"
27150 ,(package
27151 (inherit (static-package freetype))
27152 (arguments
27153 `(#:configure-flags
27154 (list "--enable-static=yes"
27155 "--with-pic=yes"
27156 "--without-zlib"
27157 "--without-bzip2"
27158 "--without-png"
27159 "--without-harfbuzz")))))
27160 ("static-harfbuzz"
27161 ,(package
27162 (inherit (static-package harfbuzz))
27163 (arguments
27164 `(#:tests? #false ; fail because shared library is disabled
27165 #:configure-flags
27166 (list "--enable-static=yes"
27167 "--enable-shared=no"
27168 "--with-pic=yes"
27169 "--with-freetype=yes"
27170 "--without-icu"
27171 "--without-cairo"
27172 "--without-fontconfig"
27173 "--without-glib")))))))
27174 (inputs
27175 `(("zlib" ,zlib)))
27176 (home-page "https://cran.r-project.org/package=freetypeharfbuzz")
27177 (synopsis "Deterministic computation of text box metrics")
27178 (description
27179 "Unlike other tools that dynamically link to the Cairo stack,
27180 freetypeharfbuzz is statically linked to specific versions of the FreeType and
27181 harfbuzz libraries. This ensures deterministic computation of text box
27182 extents for situations where reproducible results are crucial (for instance
27183 unit tests of graphics).")
27184 (license license:gpl3)))
27185
27186 (define-public r-vdiffr
27187 (package
27188 (name "r-vdiffr")
27189 (version "0.3.3")
27190 (source
27191 (origin
27192 (method url-fetch)
27193 (uri (cran-uri "vdiffr" version))
27194 (sha256
27195 (base32
27196 "0i0xdr8dakbkkgrhp0zvlnv3rxhc8h5naqq416mr5zv9q8i4p8jc"))
27197 (snippet
27198 '(begin
27199 (delete-file "inst/htmlwidgets/lib/jquery.min.js")))))
27200 (properties `((upstream-name . "vdiffr")))
27201 (build-system r-build-system)
27202 (arguments
27203 `(#:phases
27204 (modify-phases %standard-phases
27205 (add-after 'unpack 'process-javascript
27206 (lambda* (#:key inputs #:allow-other-keys)
27207 (with-directory-excursion "inst/htmlwidgets/lib/"
27208 (let ((source (assoc-ref inputs "js-jquery"))
27209 (target "jquery.min.js"))
27210 (format #true "Processing ~a --> ~a~%"
27211 source target)
27212 (invoke "esbuild" source "--minify"
27213 (string-append "--outfile=" target)))))))))
27214 (inputs
27215 `(("freetype" ,freetype)
27216 ("harfbuzz" ,harfbuzz)))
27217 (propagated-inputs
27218 `(("r-bh" ,r-bh)
27219 ("r-devtools" ,r-devtools)
27220 ("r-diffobj" ,r-diffobj)
27221 ("r-fontquiver" ,r-fontquiver)
27222 ("r-freetypeharfbuzz" ,r-freetypeharfbuzz)
27223 ("r-gdtools" ,r-gdtools)
27224 ("r-glue" ,r-glue)
27225 ("r-htmltools" ,r-htmltools)
27226 ("r-htmlwidgets" ,r-htmlwidgets)
27227 ("r-purrr" ,r-purrr)
27228 ("r-r6" ,r-r6)
27229 ("r-rcpp" ,r-rcpp)
27230 ("r-rlang" ,r-rlang)
27231 ("r-shiny" ,r-shiny)
27232 ("r-testthat" ,r-testthat)
27233 ("r-usethis" ,r-usethis)
27234 ("r-xml2" ,r-xml2)))
27235 (native-inputs
27236 `(("esbuild" ,esbuild)
27237 ("js-jquery"
27238 ,(origin
27239 (method url-fetch)
27240 (uri "https://code.jquery.com/jquery-1.12.4.js")
27241 (sha256
27242 (base32
27243 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))))
27244 (home-page "https://github.com/r-lib/vdiffr")
27245 (synopsis "Visual regression testing and graphical diffing")
27246 (description
27247 "This package is an extension to the testthat package that makes it easy
27248 to add graphical unit tests. It provides a Shiny application to manage the
27249 test cases.")
27250 (license license:gpl3)))
27251
27252 (define-public r-highlight
27253 (package
27254 (name "r-highlight")
27255 (version "0.5.0")
27256 (source
27257 (origin
27258 (method url-fetch)
27259 (uri (cran-uri "highlight" version))
27260 (sha256
27261 (base32
27262 "1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
27263 (properties `((upstream-name . "highlight")))
27264 (build-system r-build-system)
27265 (home-page "https://github.com/hadley/highlight")
27266 (synopsis "Syntax highlighter for R code")
27267 (description
27268 "This package provides a syntax highlighter for R code based on the
27269 results of the R parser. It supports rendering in HTML and LaTeX markup. It
27270 includes a custom Sweave driver performing syntax highlighting of R code
27271 chunks.")
27272 (license license:gpl3+)))
27273
27274 (define-public r-clustree
27275 (package
27276 (name "r-clustree")
27277 (version "0.4.3")
27278 (source
27279 (origin
27280 (method url-fetch)
27281 (uri (cran-uri "clustree" version))
27282 (sha256
27283 (base32
27284 "0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
27285 (properties `((upstream-name . "clustree")))
27286 (build-system r-build-system)
27287 (propagated-inputs
27288 `(("r-checkmate" ,r-checkmate)
27289 ("r-dplyr" ,r-dplyr)
27290 ("r-ggplot2" ,r-ggplot2)
27291 ("r-ggraph" ,r-ggraph)
27292 ("r-ggrepel" ,r-ggrepel)
27293 ("r-igraph" ,r-igraph)
27294 ("r-rlang" ,r-rlang)
27295 ("r-tidygraph" ,r-tidygraph)
27296 ("r-viridis" ,r-viridis)))
27297 (native-inputs
27298 `(("r-knitr" ,r-knitr)))
27299 (home-page "https://github.com/lazappi/clustree")
27300 (synopsis "Visualize clusterings at different resolutions")
27301 (description
27302 "Deciding what resolution to use can be a difficult question when
27303 approaching a clustering analysis. One way to approach this problem is to
27304 look at how samples move as the number of clusters increases. This package
27305 allows you to produce clustering trees, a visualization for interrogating
27306 clusterings as resolution increases.")
27307 (license license:gpl3)))
27308
27309 (define-public r-textshaping
27310 (package
27311 (name "r-textshaping")
27312 (version "0.3.2")
27313 (source
27314 (origin
27315 (method url-fetch)
27316 (uri (cran-uri "textshaping" version))
27317 (sha256
27318 (base32
27319 "0fqh4z505b2qriqcj70g2hhdgiawd3w2rs9rqxdwizz5vk8jjygx"))))
27320 (properties `((upstream-name . "textshaping")))
27321 (build-system r-build-system)
27322 (inputs
27323 `(("freetype" ,freetype)
27324 ("fribidi" ,fribidi)
27325 ("harfbuzz" ,harfbuzz)
27326 ("zlib" ,zlib)))
27327 (propagated-inputs
27328 `(("r-cpp11" ,r-cpp11)
27329 ("r-systemfonts" ,r-systemfonts)))
27330 (native-inputs
27331 `(("pkg-config" ,pkg-config)
27332 ("r-knitr" ,r-knitr)))
27333 (home-page "https://github.com/r-lib/textshaping")
27334 (synopsis "Bindings to the HarfBuzz and Fribidi libraries for text shaping")
27335 (description
27336 "This package provides access to the text shaping functionality in the
27337 HarfBuzz library and the bidirectional algorithm in the Fribidi library. This
27338 is a low-level utility package mainly for graphic devices that expands upon
27339 the font tool-set provided by the @code{systemfonts} package.")
27340 (license license:expat)))
27341
27342 (define-public r-ragg
27343 (package
27344 (name "r-ragg")
27345 (version "1.1.1")
27346 (source
27347 (origin
27348 (method url-fetch)
27349 (uri (cran-uri "ragg" version))
27350 (sha256
27351 (base32
27352 "0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
27353 (properties `((upstream-name . "ragg")))
27354 (build-system r-build-system)
27355 (inputs
27356 `(("freetype" ,freetype)
27357 ("libjpeg" ,libjpeg-turbo)
27358 ("libpng" ,libpng)
27359 ("libtiff" ,libtiff)
27360 ("zlib" ,zlib)))
27361 (propagated-inputs
27362 `(("r-systemfonts" ,r-systemfonts)
27363 ("r-textshaping" ,r-textshaping)))
27364 (native-inputs
27365 `(("pkg-config" ,pkg-config)))
27366 (home-page "https://ragg.r-lib.org")
27367 (synopsis "Graphic devices based on AGG")
27368 (description
27369 "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
27370 drawing library. The ragg package provides a set of graphic devices based on
27371 AGG to use as alternative to the raster devices provided through the
27372 @code{grDevices} package.")
27373 (license license:expat)))
27374
27375 (define-public r-downlit
27376 (package
27377 (name "r-downlit")
27378 (version "0.2.1")
27379 (source
27380 (origin
27381 (method url-fetch)
27382 (uri (cran-uri "downlit" version))
27383 (sha256
27384 (base32
27385 "0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
27386 (properties `((upstream-name . "downlit")))
27387 (build-system r-build-system)
27388 (propagated-inputs
27389 `(("r-brio" ,r-brio)
27390 ("r-digest" ,r-digest)
27391 ("r-evaluate" ,r-evaluate)
27392 ("r-fansi" ,r-fansi)
27393 ("r-rlang" ,r-rlang)
27394 ("r-vctrs" ,r-vctrs)
27395 ("r-yaml" ,r-yaml)))
27396 (home-page "https://downlit.r-lib.org/")
27397 (synopsis "Syntax highlighting and automatic linking")
27398 (description
27399 "This package provides syntax highlighting of R code, specifically
27400 designed for the needs of RMarkdown packages like @code{pkgdown},
27401 @code{hugodown}, and @code{bookdown}. It includes linking of function calls
27402 to their documentation on the web, and automatic translation of ANSI escapes
27403 in output to the equivalent HTML.")
27404 (license license:expat)))
27405
27406 (define-public r-pkgdown
27407 (package
27408 (name "r-pkgdown")
27409 (version "1.6.1")
27410 (source
27411 (origin
27412 (method url-fetch)
27413 (uri (cran-uri "pkgdown" version))
27414 (sha256
27415 (base32
27416 "1k31biyvxkv3xjc1yy3nzb9wfza3vbx97fv17nly5a6vlv7zqbs4"))))
27417 (properties `((upstream-name . "pkgdown")))
27418 (build-system r-build-system)
27419 (inputs `(("pandoc" ,pandoc)))
27420 (propagated-inputs
27421 `(("r-callr" ,r-callr)
27422 ("r-crayon" ,r-crayon)
27423 ("r-desc" ,r-desc)
27424 ("r-digest" ,r-digest)
27425 ("r-downlit" ,r-downlit)
27426 ("r-fs" ,r-fs)
27427 ("r-httr" ,r-httr)
27428 ("r-magrittr" ,r-magrittr)
27429 ("r-memoise" ,r-memoise)
27430 ("r-openssl" ,r-openssl)
27431 ("r-purrr" ,r-purrr)
27432 ("r-ragg" ,r-ragg)
27433 ("r-rematch2" ,r-rematch2)
27434 ("r-rlang" ,r-rlang)
27435 ("r-rmarkdown" ,r-rmarkdown)
27436 ("r-tibble" ,r-tibble)
27437 ("r-whisker" ,r-whisker)
27438 ("r-withr" ,r-withr)
27439 ("r-xml2" ,r-xml2)
27440 ("r-yaml" ,r-yaml)))
27441 (native-inputs
27442 `(("r-knitr" ,r-knitr)))
27443 (home-page "https://pkgdown.r-lib.org")
27444 (synopsis "Make static HTML documentation for an R package")
27445 (description
27446 "The goal of this package is to generate an attractive and useful website
27447 from a source package. @code{pkgdown} converts your documentation, vignettes,
27448 README file, and more to HTML making it easy to share information about your
27449 package online.")
27450 (license license:expat)))
27451
27452 (define-public r-prereg
27453 (package
27454 (name "r-prereg")
27455 (version "0.5.0")
27456 (source
27457 (origin
27458 (method url-fetch)
27459 (uri (cran-uri "prereg" version))
27460 (sha256
27461 (base32
27462 "0bck13iiaxwpqh0rd45mp1s5d8z62ggg0wa7rmyi8a65aywiypsi"))))
27463 (properties `((upstream-name . "prereg")))
27464 (build-system r-build-system)
27465 (propagated-inputs
27466 `(("r-rmarkdown" ,r-rmarkdown)))
27467 (home-page "https://github.com/crsh/prereg")
27468 (synopsis
27469 "R Markdown Templates to preregister Scientific Studies")
27470 (description
27471 "This package provides a collection of templates to author
27472 preregistration documents for scientific studies in PDF format.")
27473 (license license:gpl3)))
27474
27475 (define-public r-ez
27476 (package
27477 (name "r-ez")
27478 (version "4.4-0")
27479 (source
27480 (origin
27481 (method url-fetch)
27482 (uri (cran-uri "ez" version))
27483 (sha256
27484 (base32
27485 "0a58s94x576dfz7wcbivrr2hmdh5x1vy16zwkqp9fmdzqx38pagq"))))
27486 (properties `((upstream-name . "ez")))
27487 (build-system r-build-system)
27488 (propagated-inputs
27489 `(("r-car" ,r-car)
27490 ("r-ggplot2" ,r-ggplot2)
27491 ("r-lme4" ,r-lme4)
27492 ("r-mass" ,r-mass)
27493 ("r-matrix" ,r-matrix)
27494 ("r-mgcv" ,r-mgcv)
27495 ("r-plyr" ,r-plyr)
27496 ("r-reshape2" ,r-reshape2)
27497 ("r-scales" ,r-scales)
27498 ("r-stringr" ,r-stringr)))
27499 (home-page "https://github.com/mike-lawrence/ez")
27500 (synopsis "Easy Analysis and Visualization of Factorial Experiments")
27501 (description
27502 "Facilitates easy analysis of factorial experiments, including purely
27503 within-Ss designs (a.k.a. \"repeated measures\"), purely between-Ss designs,
27504 and mixed within-and-between-Ss designs. The functions in this package aim to
27505 provide simple, intuitive and consistent specification of data analysis and
27506 visualization. Visualization functions also include design visualization for
27507 pre-analysis data auditing, and correlation matrix visualization. Finally,
27508 this package includes functions for non-parametric analysis, including
27509 permutation tests and bootstrap resampling. The bootstrap function obtains
27510 predictions either by cell means or by more advanced/powerful mixed effects
27511 models, yielding predictions and confidence intervals that may be easily
27512 visualized at any level of the experiment's design.")
27513 (license license:gpl2+)))
27514
27515 (define-public r-qdapregex
27516 (package
27517 (name "r-qdapregex")
27518 (version "0.7.2")
27519 (source
27520 (origin
27521 (method url-fetch)
27522 (uri (cran-uri "qdapRegex" version))
27523 (sha256
27524 (base32
27525 "1xa8q1way3gjadrjh3mv3xr4c6b4h16nd2c6lgl969difplpfz9p"))))
27526 (properties `((upstream-name . "qdapRegex")))
27527 (build-system r-build-system)
27528 (propagated-inputs `(("r-stringi" ,r-stringi)))
27529 (home-page
27530 "https://trinker.github.com/qdapRegex/")
27531 (synopsis
27532 "Regular Expression Removal, Extraction, and Replacement Tools")
27533 (description
27534 "This package provides a collection of regular expression tools
27535 associated with the @code{qdap} package that may be useful outside of the
27536 context of discourse analysis. Tools include removal/extraction/replacement of
27537 abbreviations, dates, dollar amounts, email addresses, hash tags, numbers,
27538 percentages, citations, person tags, phone numbers, times, and zip codes.")
27539 (license license:gpl2)))
27540
27541 (define-public r-mgsub
27542 (package
27543 (name "r-mgsub")
27544 (version "1.7.2")
27545 (source
27546 (origin
27547 (method url-fetch)
27548 (uri (cran-uri "mgsub" version))
27549 (sha256
27550 (base32
27551 "02l1b96zv36ia0c97wgcwfhi037mbn3wy9c64hcw0n0w67yj77rr"))))
27552 (properties `((upstream-name . "mgsub")))
27553 (build-system r-build-system)
27554 (native-inputs `(("r-knitr" ,r-knitr)))
27555 (home-page
27556 "https://cran.r-project.org/package=mgsub")
27557 (synopsis
27558 "Safe, Multiple, Simultaneous String Substitution")
27559 (description
27560 "Designed to enable simultaneous substitution in strings in a safe
27561 fashion. Safe means it does not rely on placeholders (which can cause errors
27562 in same length matches).")
27563 (license license:expat)))
27564
27565 (define-public r-textshape
27566 (package
27567 (name "r-textshape")
27568 (version "1.7.1")
27569 (source
27570 (origin
27571 (method url-fetch)
27572 (uri (cran-uri "textshape" version))
27573 (sha256
27574 (base32
27575 "02111kj3kka84mpx7s19bjna9cas8diw5fxz51v5ggz0ldswa5pa"))))
27576 (properties `((upstream-name . "textshape")))
27577 (build-system r-build-system)
27578 (propagated-inputs
27579 `(("r-data-table" ,r-data-table)
27580 ("r-slam" ,r-slam)
27581 ("r-stringi" ,r-stringi)))
27582 (home-page "https://github.com/trinker/textshape")
27583 (synopsis "Tools for Reshaping Text")
27584 (description
27585 "Tools that can be used to reshape and restructure text data.")
27586 (license license:gpl2)))
27587
27588 (define-public r-syuzhet
27589 (package
27590 (name "r-syuzhet")
27591 (version "1.0.6")
27592 (source
27593 (origin
27594 (method url-fetch)
27595 (uri (cran-uri "syuzhet" version))
27596 (sha256
27597 (base32
27598 "16iccqdbw02iw82nah6kwz3gwfghi864j2y698n4b9dyc386ijzv"))))
27599 (properties `((upstream-name . "syuzhet")))
27600 (build-system r-build-system)
27601 (propagated-inputs
27602 `(("r-dplyr" ,r-dplyr)
27603 ("r-dtt" ,r-dtt)
27604 ("r-nlp" ,r-nlp)
27605 ("r-rlang" ,r-rlang)
27606 ("r-textshape" ,r-textshape)
27607 ("r-tidyr" ,r-tidyr)
27608 ("r-zoo" ,r-zoo)))
27609 (native-inputs `(("r-knitr" ,r-knitr)))
27610 (home-page "https://github.com/mjockers/syuzhet")
27611 (synopsis
27612 "Extracts Sentiment and Sentiment-Derived Plot Arcs from Text")
27613 (description
27614 "Extracts sentiment and sentiment-derived plot arcs from text using a
27615 variety of sentiment dictionaries conveniently packaged for consumption by R
27616 users. Implemented dictionaries include @dfn{syuzhet} (default) developed in the
27617 Nebraska Literary Lab, @dfn{afinn} developed by Finn Arup Nielsen, @dfn{bing}
27618 developed by Minqing Hu and Bing Liu, and @dfn{nrc} developed by Mohammad, Saif
27619 M. and Turney, Peter D. Applicable references are available in
27620 @file{README.md} and in the documentation for the @code{get_sentiment}
27621 function. The package also provides a hack for implementing Stanford's coreNLP
27622 sentiment parser. The package provides several methods for plot arc
27623 normalization.")
27624 (license license:gpl3)))
27625
27626 (define-public r-lexicon
27627 (package
27628 (name "r-lexicon")
27629 (version "1.2.1")
27630 (source
27631 (origin
27632 (method url-fetch)
27633 (uri (cran-uri "lexicon" version))
27634 (sha256
27635 (base32
27636 "0x7rscsh6par2lj11sby7bmz41cxn63iiw51lgh29z09cg8j606c"))))
27637 (properties `((upstream-name . "lexicon")))
27638 (build-system r-build-system)
27639 (propagated-inputs
27640 `(("r-data-table" ,r-data-table)
27641 ("r-syuzhet" ,r-syuzhet)))
27642 (home-page "https://github.com/trinker/lexicon")
27643 (synopsis "Lexicons for Text Analysis")
27644 (description
27645 "This package provides a collection of lexical hash tables, dictionaries,
27646 and word lists.")
27647 (license license:gpl3)))
27648
27649 (define-public r-english
27650 (package
27651 (name "r-english")
27652 (version "1.2-5")
27653 (source
27654 (origin
27655 (method url-fetch)
27656 (uri (cran-uri "english" version))
27657 (sha256
27658 (base32
27659 "0d6rin40wy2y6k75x8d5qvf03rfy139f309wrl8xwbdb1h8fjkd1"))))
27660 (properties `((upstream-name . "english")))
27661 (build-system r-build-system)
27662 (native-inputs `(("r-knitr" ,r-knitr)))
27663 (home-page
27664 "https://cran.r-project.org/package=english")
27665 (synopsis "Translate Integers into English")
27666 (description
27667 "Allow numbers to be presented in an English language version, one, two,
27668 three, ... Ordinals are also available, first, second, third, ... and
27669 indefinite article choice, \"a\" or \"an\".")
27670 (license license:gpl2)))
27671
27672 (define-public r-textclean
27673 (package
27674 (name "r-textclean")
27675 (version "0.9.3")
27676 (source
27677 (origin
27678 (method url-fetch)
27679 (uri (cran-uri "textclean" version))
27680 (sha256
27681 (base32
27682 "0kgjh6c4f14qkjc4fds7q7rpf4nkma3p0igm54fplmm3p853nvrz"))))
27683 (properties `((upstream-name . "textclean")))
27684 (build-system r-build-system)
27685 (propagated-inputs
27686 `(("r-data-table" ,r-data-table)
27687 ("r-english" ,r-english)
27688 ("r-glue" ,r-glue)
27689 ("r-lexicon" ,r-lexicon)
27690 ("r-mgsub" ,r-mgsub)
27691 ("r-qdapregex" ,r-qdapregex)
27692 ("r-stringi" ,r-stringi)
27693 ("r-textshape" ,r-textshape)))
27694 (home-page
27695 "https://github.com/trinker/textclean")
27696 (synopsis "Text Cleaning Tools")
27697 (description
27698 "Tools to clean and process text. Tools are geared at checking for
27699 substrings that are not optimal for analysis and replacing or removing them
27700 (normalizing) with more analysis friendly substrings (see Sproat, Black, Chen,
27701 Kumar, Ostendorf, & Richards (2001) @url{doi:10.1006/csla.2001.0169}) or
27702 extracting them into new variables. For example, emoticons are often used in
27703 text but not always easily handled by analysis algorithms. The
27704 @code{replace_emoticon()} function replaces emoticons with word equivalents.")
27705 (license license:gpl2)))
27706
27707 (define-public r-striprtf
27708 (package
27709 (name "r-striprtf")
27710 (version "0.5.2")
27711 (source
27712 (origin
27713 (method url-fetch)
27714 (uri (cran-uri "striprtf" version))
27715 (sha256
27716 (base32
27717 "1ra6aalalig6drsj26z9s24lmb10zssagqrvgqqi4358zbm8gwcd"))))
27718 (properties `((upstream-name . "striprtf")))
27719 (build-system r-build-system)
27720 (propagated-inputs
27721 `(("r-magrittr" ,r-magrittr)
27722 ("r-rcpp" ,r-rcpp)
27723 ("r-stringr" ,r-stringr)))
27724 (home-page "https://github.com/kota7/striprtf")
27725 (synopsis "Extract Text from RTF File")
27726 (description
27727 "Extracts plain text from @dfn{Rich Text Format} (RTF) file.")
27728 (license license:expat)))
27729
27730 (define-public r-ndjson
27731 (package
27732 (name "r-ndjson")
27733 (version "0.8.0")
27734 (source
27735 (origin
27736 (method url-fetch)
27737 (uri (cran-uri "ndjson" version))
27738 (sha256
27739 (base32
27740 "0lvzbgfi1sg4kya1mvv67z14qk3vz9q57x22qh57xq8ampdkg812"))
27741 (modules '((guix build utils)))
27742 (snippet
27743 '(begin
27744 ;; unvendor gzstream
27745 (for-each delete-file '("src/gzstream.cpp" "src/gzstream.h"))
27746 #t))))
27747 (properties `((upstream-name . "ndjson")))
27748 (build-system r-build-system)
27749 (arguments
27750 '(#:phases
27751 (modify-phases %standard-phases
27752 (add-after 'unpack 'use-system-gzstream
27753 (lambda* (#:key inputs #:allow-other-keys)
27754 (substitute* "src/Makevars"
27755 (("PKG_LIBS = " all)
27756 (string-append all "-lgzstream ")))
27757 #t)))))
27758 (inputs `(("zlib" ,zlib) ("gzstream" ,gzstream)))
27759 (propagated-inputs
27760 `(("r-data-table" ,r-data-table)
27761 ("r-rcpp" ,r-rcpp)
27762 ("r-tibble" ,r-tibble)))
27763 (home-page "https://gitlab.com/hrbrmstr/ndjson")
27764 (synopsis
27765 "Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader")
27766 (description
27767 "@dfn{Streaming JSON} (ndjson) has one JSON record per-line and many
27768 modern ndjson files contain large numbers of records. These constructs may not
27769 be columnar in nature, but it is often useful to read in these files and
27770 \"flatten\" the structure out to enable working with the data in an R
27771 @code{data.frame}-like context. Functions are provided that make it possible
27772 to read in plain ndjson files or compressed (@code{gz}) ndjson files and either
27773 validate the format of the records or create \"flat\" @code{data.table}
27774 structures from them.")
27775 (license license:expat)))
27776
27777 (define-public r-streamr
27778 (package
27779 (name "r-streamr")
27780 (version "0.4.5")
27781 (source
27782 (origin
27783 (method url-fetch)
27784 (uri (cran-uri "streamR" version))
27785 (sha256
27786 (base32
27787 "1clx3b0j2515r1nmnl6ki7qw5n54q3x2jvqv3zrc00kq71mlj7ix"))))
27788 (properties `((upstream-name . "streamR")))
27789 (build-system r-build-system)
27790 (propagated-inputs
27791 `(("r-ndjson" ,r-ndjson)
27792 ("r-rcurl" ,r-rcurl)
27793 ("r-rjson" ,r-rjson)))
27794 (home-page
27795 "https://cran.r-project.org/package=streamR")
27796 (synopsis
27797 "Access to Twitter Streaming API via R")
27798 (description
27799 "This package provides functions to access Twitter's filter, sample, and
27800 user streams, and to parse the output into data frames.")
27801 (license license:gpl2)))
27802
27803 (define-public r-readods
27804 (package
27805 (name "r-readods")
27806 (version "1.7.0")
27807 (source
27808 (origin
27809 (method url-fetch)
27810 (uri (cran-uri "readODS" version))
27811 (sha256
27812 (base32
27813 "1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
27814 (properties `((upstream-name . "readODS")))
27815 (build-system r-build-system)
27816 (propagated-inputs
27817 `(("r-cellranger" ,r-cellranger)
27818 ("r-readr" ,r-readr)
27819 ("r-stringi" ,r-stringi)
27820 ("r-xml2" ,r-xml2)))
27821 (native-inputs `(("r-knitr" ,r-knitr)))
27822 (home-page
27823 "https://cran.r-project.org/package=readODS")
27824 (synopsis "Read and Write ODS Files")
27825 (description
27826 "Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
27827 Also support writing data frame into ODS file.")
27828 (license license:gpl3)))
27829
27830 (define-public r-qpdf
27831 (package
27832 (name "r-qpdf")
27833 (version "1.1")
27834 (source
27835 (origin
27836 (method url-fetch)
27837 (uri (cran-uri "qpdf" version))
27838 (sha256
27839 (base32
27840 "03lnfncw8qd1fwfyqh1mjvnsjr3b63wxbah0wp5g7z7gba90dwbi"))
27841 (modules '((guix build utils)))
27842 (snippet
27843 '(begin
27844 ;; unvendor libqpdf
27845 (delete-file-recursively "src/libqpdf")
27846 (delete-file-recursively "src/include/qpdf")
27847 #t))))
27848 (properties `((upstream-name . "qpdf")))
27849 (build-system r-build-system)
27850 (arguments
27851 '(#:phases
27852 (modify-phases %standard-phases
27853 (add-after 'unpack 'configure
27854 (lambda _
27855 (setenv "EXTERNAL_QPDF" "1")
27856 #t)))))
27857 (inputs
27858 `(("zlib" ,zlib)
27859 ("qpdf" ,qpdf)))
27860 (propagated-inputs
27861 `(("r-askpass" ,r-askpass)
27862 ("r-curl" ,r-curl)
27863 ("r-rcpp" ,r-rcpp)))
27864 (native-inputs `(("pkg-config" ,pkg-config)))
27865 (home-page "https://github.com/ropensci/qpdf")
27866 (synopsis
27867 "Split, Combine and Compress PDF Files")
27868 (description
27869 "Content-preserving transformations transformations of PDF files such as
27870 split, combine, and compress. This package interfaces directly to the
27871 @code{qpdf} C++ API and does not require any command line utilities. Note that
27872 @code{qpdf} does not read actual content from PDF files: to extract text and
27873 data you need the @code{pdftools} package.")
27874 (license license:asl2.0)))
27875
27876 (define-public r-pdftools
27877 (package
27878 (name "r-pdftools")
27879 (version "2.3.1")
27880 (source
27881 (origin
27882 (method url-fetch)
27883 (uri (cran-uri "pdftools" version))
27884 (sha256
27885 (base32
27886 "01i5g2mjkshis0zlm7lrvi7kkzl4dn3if1hzwkgzf9n2mi33ndsx"))))
27887 (properties `((upstream-name . "pdftools")))
27888 (build-system r-build-system)
27889 (inputs
27890 `(("zlib" ,zlib)
27891 ("poppler" ,poppler)))
27892 (propagated-inputs
27893 `(("r-qpdf" ,r-qpdf) ("r-rcpp" ,r-rcpp)))
27894 (native-inputs `(("pkg-config" ,pkg-config)))
27895 (home-page
27896 "https://docs.ropensci.org/pdftools/")
27897 (synopsis
27898 "Text Extraction, Rendering and Converting of PDF Documents")
27899 (description
27900 "Utilities based on @code{libpoppler} for extracting text, fonts,
27901 attachments and metadata from a PDF file. Also supports high quality rendering
27902 of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
27903 further processing in R.")
27904 (license license:expat)))
27905
27906 (define-public r-antiword
27907 (package
27908 (name "r-antiword")
27909 (version "1.3")
27910 (source
27911 (origin
27912 (method url-fetch)
27913 (uri (cran-uri "antiword" version))
27914 (sha256
27915 (base32
27916 "034znb0g9wwb8gi1r3z75v3sbb4mh83qrc4y8mbfx5lbgh8zhj6j"))
27917 (modules '((guix build utils)))
27918 (snippet
27919 '(begin
27920 ;; unvendor libantiword
27921 (delete-file-recursively "src")
27922 #t))))
27923 (properties `((upstream-name . "antiword")))
27924 (build-system r-build-system)
27925 (arguments
27926 '(#:phases
27927 (modify-phases %standard-phases
27928 (add-after 'unpack 'use-system-antiword
27929 (lambda* (#:key inputs #:allow-other-keys)
27930 (substitute* "R/antiword.R"
27931 (("system.file\\(\"bin\", package = \"antiword\"\\)")
27932 (string-append "\"" (assoc-ref inputs "antiword") "/bin\"")))
27933 #t)))))
27934 (inputs `(("antiword" ,antiword)))
27935 (propagated-inputs `(("r-sys" ,r-sys)))
27936 (home-page
27937 "https://github.com/ropensci/antiword#readme")
27938 (synopsis
27939 "Extract Text from Microsoft Word Documents")
27940 (description
27941 "Wraps the @code{AntiWord} utility to extract text from Microsoft Word
27942 documents. The utility only supports the old @code{doc} format, not the new
27943 xml based @code{docx} format. Use the @code{xml2} package to read the
27944 latter.")
27945 (license license:gpl2)))
27946
27947 (define-public r-readtext
27948 (package
27949 (name "r-readtext")
27950 (version "0.80")
27951 (source
27952 (origin
27953 (method url-fetch)
27954 (uri (cran-uri "readtext" version))
27955 (sha256
27956 (base32
27957 "0q8ajnp99fwvh14ppkm2z3gqwdwmjrvxvsfb4q7ad0dhkqric05y"))))
27958 (properties `((upstream-name . "readtext")))
27959 (build-system r-build-system)
27960 (propagated-inputs
27961 `(("r-antiword" ,r-antiword)
27962 ("r-data-table" ,r-data-table)
27963 ("r-digest" ,r-digest)
27964 ("r-httr" ,r-httr)
27965 ("r-jsonlite" ,r-jsonlite)
27966 ("r-pdftools" ,r-pdftools)
27967 ("r-readods" ,r-readods)
27968 ("r-readxl" ,r-readxl)
27969 ("r-streamr" ,r-streamr)
27970 ("r-stringi" ,r-stringi)
27971 ("r-striprtf" ,r-striprtf)
27972 ("r-tibble" ,r-tibble)
27973 ("r-xml2" ,r-xml2)))
27974 (native-inputs `(("r-knitr" ,r-knitr)))
27975 (home-page
27976 "https://github.com/quanteda/readtext")
27977 (synopsis
27978 "Import and Handling for Plain and Formatted Text Files")
27979 (description
27980 "This package provides functions for importing and handling text files
27981 and formatted text files with additional meta-data, such including @code{.csv},
27982 @code{.tab}, @code{.json}, @code{.xml}, @code{.html}, @code{.pdf}, @code{.doc},
27983 @code{.docx}, @code{.rtf}, @code{.xls}, @code{.xlsx}, and others.")
27984 (license license:gpl3)))
27985
27986 (define-public r-packcircles
27987 (package
27988 (name "r-packcircles")
27989 (version "0.3.4")
27990 (source
27991 (origin
27992 (method url-fetch)
27993 (uri (cran-uri "packcircles" version))
27994 (sha256
27995 (base32
27996 "05pv5c4k4njkr0xw6i6ksiy34hcyx2lbiqpv5gxw81yrkm0rxfyk"))))
27997 (properties `((upstream-name . "packcircles")))
27998 (build-system r-build-system)
27999 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
28000 (native-inputs `(("r-knitr" ,r-knitr)))
28001 (home-page
28002 "https://github.com/mbedward/packcircles")
28003 (synopsis "Circle Packing")
28004 (description
28005 "Algorithms to find arrangements of non-overlapping circles.")
28006 (license license:expat)))
28007
28008 ;; Cannot unbundle liblwgeom, because PostGIS does not support building it on
28009 ;; its own.
28010 (define-public r-lwgeom
28011 (package
28012 (name "r-lwgeom")
28013 (version "0.2-5")
28014 (source
28015 (origin
28016 (method url-fetch)
28017 (uri (cran-uri "lwgeom" version))
28018 (sha256
28019 (base32
28020 "0byhjqa2acns8mznl1ngnfygxxxyszvnq66qfg0smhhhdkwr67aa"))))
28021 (properties `((upstream-name . "lwgeom")))
28022 (build-system r-build-system)
28023 (inputs `(("geos" ,geos) ("proj" ,proj) ("sqlite" ,sqlite)))
28024 (propagated-inputs
28025 `(("r-rcpp" ,r-rcpp)
28026 ("r-sf" ,r-sf)
28027 ("r-units" ,r-units)))
28028 (native-inputs `(("pkg-config" ,pkg-config)))
28029 (home-page
28030 "https://github.com/r-spatial/lwgeom/")
28031 (synopsis
28032 "Bindings to Selected 'liblwgeom' Functions for Simple Features")
28033 (description
28034 "Access to selected functions found in
28035 @url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
28036 light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
28037 (license license:gpl2)))
28038
28039 (define-public r-stars
28040 (package
28041 (name "r-stars")
28042 (version "0.5-1")
28043 (source
28044 (origin
28045 (method url-fetch)
28046 (uri (cran-uri "stars" version))
28047 (sha256
28048 (base32
28049 "0ybk899rc0rpf2cv5kwk78fvis5xnr255hfcy5khdxsxdqgl0m9j"))))
28050 (properties `((upstream-name . "stars")))
28051 (build-system r-build-system)
28052 (propagated-inputs
28053 `(("r-abind" ,r-abind)
28054 ("r-classint" ,r-classint)
28055 ("r-lwgeom" ,r-lwgeom)
28056 ("r-rlang" ,r-rlang)
28057 ("r-sf" ,r-sf)
28058 ("r-units" ,r-units)))
28059 (native-inputs `(("r-knitr" ,r-knitr)))
28060 (home-page "https://r-spatial.github.io/stars/")
28061 (synopsis
28062 "Spatiotemporal Arrays, Raster and Vector Data Cubes")
28063 (description
28064 "Reading, manipulating, writing and plotting spatiotemporal arrays
28065 (raster and vector data cubes) in @code{R}, using @code{GDAL} bindings provided
28066 by @code{sf}, and @code{NetCDF} bindings by @code{ncmeta} and @code{RNetCDF}.")
28067 (license license:asl2.0)))
28068
28069 (define-public r-tmaptools
28070 (package
28071 (name "r-tmaptools")
28072 (version "3.1-1")
28073 (source
28074 (origin
28075 (method url-fetch)
28076 (uri (cran-uri "tmaptools" version))
28077 (sha256
28078 (base32
28079 "0bal3czrdr93qig8s5cf5szld5vjbbks67rismfhlkmlgw6wp2gx"))))
28080 (properties `((upstream-name . "tmaptools")))
28081 (build-system r-build-system)
28082 (propagated-inputs
28083 `(("r-dichromat" ,r-dichromat)
28084 ("r-lwgeom" ,r-lwgeom)
28085 ("r-magrittr" ,r-magrittr)
28086 ("r-rcolorbrewer" ,r-rcolorbrewer)
28087 ("r-sf" ,r-sf)
28088 ("r-stars" ,r-stars)
28089 ("r-units" ,r-units)
28090 ("r-viridislite" ,r-viridislite)
28091 ("r-xml" ,r-xml)))
28092 (home-page
28093 "https://github.com/mtennekes/tmaptools")
28094 (synopsis "Thematic Map Tools")
28095 (description
28096 "Set of tools for reading and processing spatial data. The aim is to
28097 supply the workflow to create thematic maps. This package also facilitates
28098 @code{tmap}, the package for visualizing thematic maps.")
28099 (license license:gpl3)))
28100
28101 (define-public r-rworldmap
28102 (package
28103 (name "r-rworldmap")
28104 (version "1.3-6")
28105 (source
28106 (origin
28107 (method url-fetch)
28108 (uri (cran-uri "rworldmap" version))
28109 (sha256
28110 (base32
28111 "1q1h0n9qr0m5pdx10swrh9ddsvdj8kv5nqngrf3lnx9rg9iwivjk"))))
28112 (properties `((upstream-name . "rworldmap")))
28113 (build-system r-build-system)
28114 (propagated-inputs
28115 `(("r-fields" ,r-fields)
28116 ("r-maptools" ,r-maptools)
28117 ("r-sp" ,r-sp)))
28118 (home-page
28119 "https://github.com/AndySouth/rworldmap/")
28120 (synopsis "Mapping Global Data")
28121 (description
28122 "Enables mapping of country level and gridded user datasets.")
28123 (license license:gpl2+)))
28124
28125 (define-public r-rtweet
28126 (package
28127 (name "r-rtweet")
28128 (version "0.7.0")
28129 (source
28130 (origin
28131 (method url-fetch)
28132 (uri (cran-uri "rtweet" version))
28133 (sha256
28134 (base32
28135 "05pbvxm2vmf6935b9s6663k3aifnkr3m52wh2jvnplmrwyrfpn9n"))))
28136 (properties `((upstream-name . "rtweet")))
28137 (build-system r-build-system)
28138 (propagated-inputs
28139 `(("r-httpuv" ,r-httpuv)
28140 ("r-httr" ,r-httr)
28141 ("r-jsonlite" ,r-jsonlite)
28142 ("r-magrittr" ,r-magrittr)
28143 ("r-progress" ,r-progress)
28144 ("r-rcpp" ,r-rcpp)
28145 ("r-tibble" ,r-tibble)))
28146 (native-inputs `(("r-knitr" ,r-knitr)))
28147 (home-page
28148 "https://docs.ropensci.org/rtweet/")
28149 (synopsis "Collecting Twitter Data")
28150 (description
28151 "An implementation of calls designed to collect and organize Twitter data
28152 via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream
28153 Application Program Interfaces (API)}.")
28154 (license license:expat)))
28155
28156 (define-public r-intervals
28157 (package
28158 (name "r-intervals")
28159 (version "0.15.2")
28160 (source
28161 (origin
28162 (method url-fetch)
28163 (uri (cran-uri "intervals" version))
28164 (sha256
28165 (base32
28166 "0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
28167 (properties `((upstream-name . "intervals")))
28168 (build-system r-build-system)
28169 (home-page "https://github.com/edzer/intervals")
28170 (synopsis
28171 "Tools for Working with Points and Intervals")
28172 (description
28173 "Tools for working with and comparing sets of points and intervals.")
28174 (license license:artistic2.0)))
28175
28176 (define-public r-eyelinker
28177 (package
28178 (name "r-eyelinker")
28179 (version "0.2.0")
28180 (source
28181 (origin
28182 (method url-fetch)
28183 (uri (cran-uri "eyelinker" version))
28184 (sha256
28185 (base32
28186 "14rfcdxad9iazwd46q6bm8gg1ryh6s8kf7arj00hhb7xz3gvk9c2"))))
28187 (properties `((upstream-name . "eyelinker")))
28188 (build-system r-build-system)
28189 (propagated-inputs
28190 `(("r-intervals" ,r-intervals)
28191 ("r-readr" ,r-readr)
28192 ("r-stringi" ,r-stringi)
28193 ("r-stringr" ,r-stringr)
28194 ("r-tibble" ,r-tibble)))
28195 (native-inputs `(("r-knitr" ,r-knitr)))
28196 (home-page
28197 "https://github.com/a-hurst/eyelinker")
28198 (synopsis
28199 "Import ASC Files from EyeLink Eye Trackers")
28200 (description
28201 "Imports plain-text ASC data files from EyeLink eye trackers into
28202 (relatively) tidy data frames for analysis and visualization.")
28203 (license license:gpl3)))
28204
28205 (define-public r-btm
28206 (package
28207 (name "r-btm")
28208 (version "0.3.5")
28209 (source
28210 (origin
28211 (method url-fetch)
28212 (uri (cran-uri "BTM" version))
28213 (sha256
28214 (base32
28215 "1x6bncb7r97z8bdyxnn2frdi9kyawfy6c2041mv9f42zdrfzm6jb"))))
28216 (properties `((upstream-name . "BTM")))
28217 (build-system r-build-system)
28218 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
28219 (home-page "https://github.com/bnosac/BTM")
28220 (synopsis "Biterm Topic Models for Short Text")
28221 (description
28222 "Biterm Topic Models find topics in collections of short texts. It is a
28223 word co-occurrence based topic model that learns topics by modeling word-word
28224 co-occurrences patterns which are called biterms. This in contrast to
28225 traditional topic models like Latent Dirichlet Allocation and Probabilistic
28226 Latent Semantic Analysis which are word-document co-occurrence topic models. A
28227 biterm consists of two words co-occurring in the same short text window. This
28228 context window can for example be a twitter message, a short answer on a
28229 survey, a sentence of a text or a document identifier. The techniques are
28230 explained in detail in the paper 'A Biterm Topic Model For Short Text' by
28231 Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013)
28232 @url{https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/\
28233 BTM-WWW13.pdf}.")
28234 (license license:asl2.0)))
28235
28236 (define-public r-textplot
28237 (package
28238 (name "r-textplot")
28239 (version "0.1.4")
28240 (source
28241 (origin
28242 (method url-fetch)
28243 (uri (cran-uri "textplot" version))
28244 (sha256
28245 (base32
28246 "1sgkndy2cxk8c76h8hwajn6f78w5jj2n8vsmaxh9kj931crzn8cy"))))
28247 (properties `((upstream-name . "textplot")))
28248 (build-system r-build-system)
28249 (propagated-inputs
28250 `(("r-data-table" ,r-data-table)
28251 ("r-lattice" ,r-lattice)
28252 ("r-matrix" ,r-matrix)))
28253 (native-inputs `(("r-knitr" ,r-knitr)))
28254 (home-page "https://github.com/bnosac/textplot")
28255 (synopsis "Text Plots")
28256 (description
28257 "Visualise complex relations in texts. This is done by providing
28258 functionalities for displaying text co-occurrence networks, text correlation
28259 networks, dependency relationships as well as text clustering. Feel free to
28260 join the effort of providing interesting text visualisations.")
28261 (license license:gpl2)))
28262
28263 (define-public r-gsa
28264 (package
28265 (name "r-gsa")
28266 (version "1.03.1")
28267 (source
28268 (origin
28269 (method url-fetch)
28270 (uri (cran-uri "GSA" version))
28271 (sha256
28272 (base32
28273 "05x9wspah1cdznjpncqam1iawsxdiigyl8v2anyhss2k7wwd94p1"))))
28274 (properties `((upstream-name . "GSA")))
28275 (build-system r-build-system)
28276 (home-page "https://statweb.stanford.edu/~tibs/GSA/")
28277 (synopsis "Gene set analysis")
28278 (description "This package lets you determine the significance of
28279 pre-defined sets of genes with respect to an outcome variable, such as a group
28280 indicator, a quantitative variable or a survival time.")
28281 ;; Any version of the LGPL
28282 (license license:lgpl3+)))
28283
28284 (define-public r-samr
28285 (package
28286 (name "r-samr")
28287 (version "3.0")
28288 (source
28289 (origin
28290 (method url-fetch)
28291 (uri (cran-uri "samr" version))
28292 (sha256
28293 (base32
28294 "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
28295 (properties `((upstream-name . "samr")))
28296 (build-system r-build-system)
28297 (propagated-inputs
28298 `(("r-gsa" ,r-gsa)
28299 ("r-impute" ,r-impute)
28300 ("r-matrixstats" ,r-matrixstats)
28301 ("r-openxlsx" ,r-openxlsx)
28302 ("r-shiny" ,r-shiny)
28303 ("r-shinyfiles" ,r-shinyfiles)))
28304 (native-inputs `(("gfortran" ,gfortran)))
28305 (home-page "https://statweb.stanford.edu/~tibs/SAM/")
28306 (synopsis "Significance analysis of Microarrays")
28307 (description
28308 "This is a package for significance analysis of Microarrays for
28309 differential expression analysis, RNAseq data and related problems.")
28310 ;; Any version of the LGPL
28311 (license license:lgpl3+)))