forked from rstudio/rstudioapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 884 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
Package: rstudioapi
Title: Safely Access the RStudio API
Description: Access the RStudio API (if available) and provide informative error
messages when it's not.
Version: 0.11.0-9000
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]"),
person("JJ", "Allaire", role = c("aut"), email = "[email protected]"),
person("Hadley", "Wickham", role = c("aut"), email = "[email protected]"),
person("Gary", "Ritchie", role = c("aut"), email = "[email protected]"),
person(family = "RStudio", role = "cph")
)
Maintainer: Kevin Ushey <[email protected]>
License: MIT + file LICENSE
URL: https://github.com/rstudio/rstudioapi
BugReports: https://github.com/rstudio/rstudioapi/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Suggests:
testthat,
knitr,
rmarkdown,
clipr
VignetteBuilder: knitr
Encoding: UTF-8