-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
27 lines (27 loc) · 928 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
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.17.1.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://rstudio.github.io/rstudioapi/,
https://github.com/rstudio/rstudioapi
BugReports: https://github.com/rstudio/rstudioapi/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown,
clipr,
covr
VignetteBuilder: knitr
Encoding: UTF-8