-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) 路 776 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) 路 776 Bytes
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
Package: gafaddin
Type: Package
Title: GitHub Activity Feed RStudio Addin
Version: 0.1.0
Date: 2018-05-30
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Minimal HTML-view GitHub activity feed viewer.
URL: https://github.com/hrbrmstr/gafaddin
BugReports: https://github.com/hrbrmstr/gafaddin/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
rstudioapi (>= 0.5),
shiny (>= 0.13),
miniUI (>= 0.1.1),
htmltools,
dplyr,
gh,
tweetview,
anytime,
utils
Remotes:
mkearney/rtweet,
hrbrmstr/tweetview
RoxygenNote: 6.0.1.9000