-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.01 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
Package: dymiumModules
Title: A utility package for `dymium` module management
Description:
'This package contains utility functions for creating modules and downloading
dymium modules from GitHub repositories.'
Version: 0.1.0
Authors@R: c(
person("Amarin", "Siripanich", email = "[email protected]", role = c("aut", "cre")),
person("Taha", "Rashidi", role = c("aut"))
)
Maintainer: Amarin Siripanich <[email protected]>
URL: https://modules.dymium.org, https://github.com/dymium-org/dymiumModules
BugReports: https://github.com/dymium-org/dymiumModules/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
dymiumCore,
covr,
modules (>= 0.8.0),
rJava,
lgr (>= 0.3.0)
RoxygenNote: 7.1.0
Imports:
magrittr (>= 1.5.0),
here (>= 0.1.0),
fs (>= 1.3.0),
usethis (>= 1.5.0),
checkmate (>= 2.0.0),
cli (>= 2.0.2),
httr (>= 1.4.0),
glue (>= 1.3.0)
Remotes:
github::dymium-org/dymiumCore