forked from trinker/pacman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated
p_delete
to actually find the location of the library locat…
…ion for each package. Updated documentation (thinks like adding \code{TRUE}) `Added XML to importFrom and fixed in p_search_any`, `p_help` Removed unnecessary `cat`s
- Loading branch information
Showing
39 changed files
with
287 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,19 @@ Title: Package Management Tool | |
Version: 0.2.0 | ||
Date: 2012-06-03 | ||
Authors@R: c(person("Tyler", "Rinker", | ||
role = c("aut", "cre", "ctb"), | ||
email = "[email protected]"), | ||
role = c("aut", "cre", "ctb"), | ||
email = "[email protected]"), | ||
person("Dason", "Kurkiewicz", | ||
role = c("aut", "ctb"), | ||
email = "[email protected]")) | ||
role = c("aut", "ctb"), | ||
email = "[email protected]")) | ||
Author: Tyler Rinker & Dason Kurkiewicz | ||
Maintainer: Tyler Rinker <[email protected]> | ||
Depends: | ||
R (>= 2.13.0) | ||
Suggests: | ||
lattice, | ||
Imports: | ||
XML | ||
Suggests: | ||
lattice | ||
BugReports: https://github.com/trinker/pacman/issues?state=open | ||
Description: This package is a designed to more conveniently perform tasks | ||
associated with add on packages. pacman conveniently wraps library and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.