-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
55 lines (55 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: holepunch
Title: Configure Your R Project for 'binderhub'
Version: 0.1.29.9000
Authors@R:
c(person(given = "Karthik",
family = "Ram",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0233-1757")),
person(given = "Anna",
family = "Krystalli",
role = "rev",
email = "[email protected]"),
person(given = "Dennis",
family = "Irorere",
role = "ctb",
email = "[email protected]"),
person(given = "John",
family = "Blischak",
role = "ctb",
email = "[email protected]"))
Description: Provides a set of helper tools to
set up Binder for a project or package.
License: MIT + file LICENSE
URL: https://github.com/karthik/holepunch
BugReports: https://github.com/karthik/holepunch/issues
Depends:
R(>= 2.10)
Imports:
cliapp,
desc,
fs,
future,
gh,
git2r (>= 0.23),
glue,
here,
httr,
lubridate,
promises,
remotes,
renv,
rlang,
rprojroot,
rversions,
usethis
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr