-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.04 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
Package: Rcade
Title: Procrastinate with games in RStudio
Version: 0.0.0.9100
Authors@R: c(
person("Romain", "Lesur", email = "[email protected]", role = c("aut", "cre")),
person("Winston", "Chang", role = c("ctb", "cph"),
comment = "download helpers from webshot package"),
person("Yihui", "Xie", role = c("ctb", "cph"),
comment = "download helpers from webshot package"),
person("Francois", "Guillem", role = c("ctb", "cph"),
comment = "download helpers from webshot package"),
person("Barret", "Schloerke", role = c("ctb", "cph"),
comment = "download helpers from webshot package")
)
Description: With Rcade, you can launch some games in RStudio.
Depends:
R (>= 3.0)
Imports:
assertthat,
crayon,
purrr,
R6 (>= 2.0.0),
rstudioapi (>= 0.7),
servr,
stringr,
utils,
yaml
License: GPL-2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
Collate:
'utils.R'
'HTML5Game.R'
'games.R'
URL: https://github.com/RLesur/Rcade/