Skip to content

Commit

Permalink
bumped version to 0.3.0 after first CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Feb 15, 2015
1 parent 3b911bb commit dd2dd15
Show file tree
Hide file tree
Showing 43 changed files with 1,951 additions and 1,454 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pacman
Type: Package
Title: Package Management Tool
Version: 0.2.0
Version: 0.3.0
Date: 2012-06-03
Authors@R: c(person("Tyler", "Rinker",
role = c("aut", "cre", "ctb"),
Expand All @@ -21,7 +21,7 @@ Suggests:
testthat,
XML
BugReports: https://github.com/trinker/pacman/issues?state=open
Description: This package is a designed to more conveniently perform tasks
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
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


CHANGES IN pacman VERSION 0.3.0 -
----------------------------------------------------------------

BUG FIXES

NEW FEATURES

MINOR FEATURES

IMPROVEMENTS

CHANGES


CHANGES IN pacman VERSION 0.2.0
Expand Down
16 changes: 14 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Versioning

Releases will be numbered with the following semantic versioning format:

<b>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</b>
&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;

And constructed with the following guidelines:

Expand All @@ -17,9 +17,21 @@ 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.0 -
----------------------------------------------------------------

**BUG FIXES**

**NEW FEATURES**

**MINOR FEATURES**

**IMPROVEMENTS**

**CHANGES**


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

* The first installation of <a href="https://github.com/trinker/pacman" target="_blank">pacman</a>
Expand Down
2 changes: 1 addition & 1 deletion 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)
[![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-2.2.1-orange.svg)](https://img.shields.io/badge/Version-0.3.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 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.2.0",
note = "version 0.3.0",
year = "2013",
url = "http://github.com/trinker/pacman",
textVersion = paste("Rinker, T. W. & Kurkiewicz, D. (2013).",
"pacman: Package Management for R.",
"version 0.2.0. University at Buffalo. Buffalo, New York.",
"version 0.3.0. University at Buffalo. Buffalo, New York.",
"http://github.com/trinker/pacman")
)
4 changes: 2 additions & 2 deletions inst/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Index. pacman 0.2.0</title>
<title>Index. pacman 0.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tyler Rinker [aut, cre, ctb], Dason Kurkiewicz [aut, ctb]">

Expand All @@ -20,7 +20,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">pacman 0.2.0</a>
<a class="brand" href="#">pacman 0.3.0</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
Expand Down
4 changes: 2 additions & 2 deletions inst/web/p_author.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>p_author. pacman 0.2.0</title>
<title>p_author. pacman 0.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">

Expand All @@ -20,7 +20,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">pacman 0.2.0</a>
<a class="brand" href="#">pacman 0.3.0</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
Expand Down
4 changes: 2 additions & 2 deletions inst/web/p_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>p_base. pacman 0.2.0</title>
<title>p_base. pacman 0.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">

Expand All @@ -20,7 +20,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">pacman 0.2.0</a>
<a class="brand" href="#">pacman 0.3.0</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
Expand Down
4 changes: 2 additions & 2 deletions inst/web/p_citation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>p_citation. pacman 0.2.0</title>
<title>p_citation. pacman 0.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">

Expand All @@ -20,7 +20,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">pacman 0.2.0</a>
<a class="brand" href="#">pacman 0.3.0</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
Expand Down
4 changes: 2 additions & 2 deletions inst/web/p_cran.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>p_cran. pacman 0.2.0</title>
<title>p_cran. pacman 0.3.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">

Expand All @@ -20,7 +20,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">pacman 0.2.0</a>
<a class="brand" href="#">pacman 0.3.0</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
Expand Down
Loading

0 comments on commit dd2dd15

Please sign in to comment.