-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.05 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
Package: dtupdate
Type: Package
Title: Keep Up-To-Date with Non-CRAN Package Updates
Version: 1.5
Date: 2018-01-12
Author: Bob Rudis (@hrbrmstr), Thomas J Leeper (@thosjleeper)
Maintainer: Bob Rudis <[email protected]>
Description: CRAN and Bioconductor users have mechanisms to update their
installed packages but those of us who live in the devtools GitHub world
are levt to intall_github all on our own. This package fills that gap
by providing a function that attempts to figure out which packages were
installed from GitHub and then tries to figure
out which ones have updates (i.e. the GitHub version is > local version).
It provides an option (not recommended) to (optionally, selectively)
auto-update any packages with newer GitHub development versions.
URL: https://github.com/hrbrmstr/dtupdate
BugReports: https://github.com/hrbrmstr/dtupdate/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: testthat
Depends: R (>= 3.0.0)
Imports:
dplyr,
httr (>= 0.3.0),
stringr,
devtools,
pbapply
RoxygenNote: 6.0.1.9000