-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 879 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
Package: using
Type: Package
Title: Add version constraints to library() calls
Version: 0.4.0
Authors@R: c(
person(given = "Anthony", family = "North", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Miles", family = "McBain", role = c("aut"), email = "[email protected]"),
person("Mango Solutions", role = "cph"),
person("RStudio", role = "cph"))
Description: Add version constraints and remote git repositories to library() calls. In interactive mode the user is prompted to install.
License: MIT + file LICENSE
URL: https://github.com/anthonynorth/using
BugReports: https://github.com/anthonynorth/using/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends: R (>= 3.3.0)
Imports:
utils,
uuid,
remotes,
knitr,
stats,
withr
Suggests:
testthat (>= 2.1.0)