Skip to content

Commit

Permalink
upped version for cran submission (fixed url to proper form)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Mar 30, 2016
1 parent 7f94cb7 commit 04d454d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 25 deletions.
29 changes: 10 additions & 19 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
Package: pacman
Type: Package
Title: Package Management Tool
Version: 0.4.0
Date: 2016-03-29
Version: 0.4.1
Date: 2016-03-30
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]
Keith Hughitt [ctb]
Maintainer: Tyler Rinker <[email protected]>
Depends:
R (>= 2.13.0)
Imports:
devtools,
methods,
stats,
utils
Suggests:
knitr,
lattice,
testthat (>= 0.9.0),
XML
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.
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)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


CHANGES IN pacman VERSION 0.3.1 - 0.4.0
CHANGES IN pacman VERSION 0.3.1 - 0.4.1
----------------------------------------------------------------

NEW FEATURES
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


**CHANGES** IN <a href="https://github.com/trinker/pacman" target="_blank">pacman</a> VERSION 0.3.1 - 0.4.0
**CHANGES** IN <a href="https://github.com/trinker/pacman" target="_blank">pacman</a> VERSION 0.3.1 - 0.4.1
----------------------------------------------------------------

**NEW FEATURES**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pacman

[![Build Status](https://travis-ci.org/trinker/pacman.png?branch=master)](https://travis-ci.org/trinker/pacman) [![DOI](https://zenodo.org/badge/5398/trinker/pacman.svg)](http://dx.doi.org/10.5281/zenodo.15406) [![Version](https://img.shields.io/badge/Version-0.4.0-orange.svg)](https://img.shields.io/badge/Version-0.4.0-orange.svg)
[![Build Status](https://travis-ci.org/trinker/pacman.png?branch=master)](https://travis-ci.org/trinker/pacman) [![DOI](https://zenodo.org/badge/5398/trinker/pacman.svg)](http://dx.doi.org/10.5281/zenodo.15406) [![Version](https://img.shields.io/badge/Version-0.4.1-orange.svg)](https://img.shields.io/badge/Version-0.4.0-orange.svg)

The [pacman](http://trinker.github.io/pacman_dev/) package is an R package management tool that combines the functionality of base library related functions into intuitively named functions. This package is ideally added to .Rprofile to increase workflow by reducing time recalling obscurely named functions, reducing code and integrating functionality of base functions to simultaneously perform multiple actions.

Expand All @@ -11,7 +11,7 @@ Function names in the pacman package follow the format of `p_xxx` where 'xxx' is

## Installation

The user can install from [CRAN](http://cran.r-project.org/web/packages/pacman/index.html) via:
The user can install from [CRAN](https://cran.r-project.org/package=pacman) via:

```r
install.packages("pacman")
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ citEntry(entry = "manual",
author = "Tyler W. Rinker and Dason Kurkiewicz",
organization = "University at Buffalo/SUNY",
address = "Buffalo, New York",
note = "version 0.4.0",
note = "version 0.4.1",
year = "2015",
url = "http://github.com/trinker/pacman",
textVersion = paste("Rinker, T. W. & Kurkiewicz, D. (2015).",
"pacman: Package Management for R.",
"version 0.4.0. University at Buffalo. Buffalo, New York.",
"version 0.4.1. University at Buffalo. Buffalo, New York.",
"http://github.com/trinker/pacman")
)

0 comments on commit 04d454d

Please sign in to comment.