diff --git a/DESCRIPTION b/DESCRIPTION index 1a100b3..b4efaff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "tyler.rinker@gmail.com"), person("Dason", "Kurkiewicz", role = c("aut", "ctb"), email = "dasonk@iastate.edu"), 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 -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) diff --git a/NEWS b/NEWS index 2e4a170..f7b68bb 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/NEWS.md b/NEWS.md index 02c0680..172267e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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** diff --git a/README.md b/README.md index 6dfb89d..03bbf39 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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") diff --git a/inst/CITATION b/inst/CITATION index 4e74cb1..4a85193 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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") )