-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
38 lines (38 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
38
Package: gistfo
Title: Get it Somewhere The F Online
Version: 0.0.2.9000
Authors@R:
c(person(given = "Miles",
family = "McBain",
role = "aut",
email = "miles.mcbain@gmail.com"),
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "garrick@adenbuie.com",
comment = c(ORCID = "0000-0002-7111-0077")))
Description: Sends the currently active RStudio tab or selection
to Github as a private gist. Can also create a public gist and send
to carbon.now.sh for easy Tweeting of saucy code pic.
License: MIT + file LICENSE
URL: https://github.com/milesmcbain/gistfo
BugReports: https://github.com/milesmcbain/gistfo/issues
Depends:
R (>= 3.4.0)
Imports:
gistr (>= 0.4.0),
glue (>= 1.1.1),
R6,
rstudioapi (>= 0.6)
Suggests:
clipr (>= 0.3.0),
curl (>= 1.0),
gh,
miniUI,
prettyunits,
reactable (>= 0.2.0),
shiny
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1