-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
33 lines (33 loc) · 941 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
28
29
30
31
32
33
Package: shrtcts
Title: Make Anything an RStudio Shortcut
Version: 0.1.2.9000
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7111-0077"))
Description: An easily customizable method for creating RStudio
addins from arbitrary R code. Use your own functions or call functions
from other packages. Your shortcuts are stored in a YAML file in your
home directory.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/shrtcts, https://github.com/gadenbuie/shrtcts
BugReports: https://github.com/gadenbuie/shrtcts/issues
Imports:
fs,
jsonlite,
rappdirs,
roxygen2,
rstudioapi,
utils,
yaml
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
cowsay
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr