forked from trinker/pacman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.11 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
Package: pacman
Type: Package
Title: Package Management Tool
Version: 0.4.4
Date: 2016-09-06
Authors@R: c(person("Tyler", "Rinker", role = c("aut", "cre", "ctb"),
email = "[email protected]"), person("Dason",
"Kurkiewicz", role = c("aut", "ctb"), email =
"[email protected]"), person("Keith", "Hughitt", role =
c("ctb")))
Author: Tyler Rinker [aut, cre, ctb], Dason Kurkiewicz [aut, ctb],
Keith Hughitt [ctb]
Maintainer: Tyler Rinker <[email protected]>
Depends: R (>= 3.0.2)
Imports: devtools, methods, stats, utils
Suggests: knitr, lattice, testthat (>= 0.9.0), XML
BugReports: https://github.com/trinker/pacman/issues?state=open
Description: Tools to more conveniently perform tasks associated with
add-on packages. pacman conveniently wraps library and package
related functions and names them in an intuitive and consistent
fashion. It seeks to combine functionality from lower level
functions which can speed up workflow.
License: GPL-2
URL: https://github.com/trinker/pacman
Roxygen: list(wrap = FALSE)
VignetteBuilder: knitr
RoxygenNote: 5.0.1