-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.28 KB
/
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
41
42
Package: natmanager
Title: Install the 'Natverse' Packages from Scratch
Version: 0.5.1
Authors@R: c(
person(given = "Sridhar",
family = "Jagannathan",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2078-1145")),
person(given = "Gregory",
family = "Jefferis",
email="[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0587-9355"))
)
URL: https://github.com/natverse/natmanager, http://natverse.org/natmanager/
BugReports: https://github.com/natverse/natmanager/issues
Description: Provides streamlined installation for packages from the 'natverse',
a suite of R packages for computational neuroanatomy built on top of the
'nat' 'NeuroAnatomy Toolbox' package. Installation of the complete
'natverse' suite requires a 'GitHub' user account and personal access token
'GITHUB_PAT'. 'natmanager' will help the end user set this up if necessary.
License: GPL-3
Imports:
gh (>= 1.2.1),
utils,
remotes,
pak,
usethis (>= 2.0.0),
curl,
withr
Suggests:
testthat (>= 2.1.0),
knitr,
mockery,
rstudioapi,
covr,
spelling,
rappdirs
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.3