forked from mschubert/R-hpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1012 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: Rhpc
Title: R-hpc Course Material
Version: 0.1.0
Authors@R: c(
person('Michael', 'Schubert', email='[email protected]',
role = c('aut', 'cre'),
comment = c(ORCID='0000-0002-6862-5221')),
person('David', 'Quigley', email='[email protected]',
role = c('ctb')),
person('Heather', 'Turner', email='[email protected] ',
role = c('ctb')),
person("Warwick University", role = c("cph", "fnd"))
)
Maintainer: Michael Schubert <[email protected]>
Description: enter description here
URL: https://mschubert.github.io/R-hpc/
BugReports: https://github.com/mschubert/R-hpc/issues
Depends:
R (>= 3.6.0)
Imports:
mcp,
methods,
progress,
reticulate,
utils
License: CC-BY-SA | file LICENSE
Encoding: UTF-8
Suggests:
devtools,
foreach,
iterators,
knitr,
parallel,
rmarkdown,
roxygen2 (>= 5.0.0),
testthat,
tools
VignetteBuilder: knitr
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.1.2