-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 970 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
41
42
Package: nat.devtools
Title: Tools to help develop natverse packages
Version: 0.2.0
Authors@R:
person(given = "Gregory",
family = "Jefferis",
role = c("aut", "cre"),
email = "jefferis@gmail.com",
comment = c(ORCID = "0000-0002-0587-9355"))
Description: Provides functions to automate some aspects of
package setup for the natverse.
License: GPL-3
URL: http://natverse.org/nat.devtools, https://github.com/natverse/nat.devtools
BugReports: https://github.com/natverse/nat.devtools/issues
Imports:
checkmate,
devtools,
dplyr,
glue,
httr,
pkgdown,
stringr,
tibble,
usethis,
yaml,
here,
blogdown,
ggplot2,
hexSticker,
magick,
magrittr (>= 1.5),
Suggests:
clipr,
testthat (>= 2.1.0),
visNetwork (>= 0.2.1),
DependenciesGraphs
Remotes:
datastorm-open/DependenciesGraphs
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1