-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 918 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
Package: upnews
Type: Package
Title: Display news and upgrade outdated GitHub packages
Version: 0.1.3
Author: c(person("Aurelien", "Ginolhac", , "[email protected]", c("aut", "cre")),
person("Victor", "Perrier", role = "ctb"))
Maintainer: Aurelien Ginolhac <[email protected]>
Description: This add-in will fetch the remote HEAD sha1 of local github packages
and compare them, to the remote HEAD (same branch).
If some packages are outdated, display NEWS file in modals (case insensitive NEWS.md).
Depends: R (>= 3.3.0)
Imports:
pbapply,
gh
Suggests:
DT,
remotes,
shinycssloaders,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
testthat (>= 2.1.0),
covr
Enhances:
tibble
License: Apache License (>= 2.0)
URL: https://github.com/ginolhac/upnews
BugReports: https://github.com/ginolhac/upnews/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1