Skip to content

Commit

Permalink
Merge pull request #171 from bburns632/release/v0.3.2
Browse files Browse the repository at this point in the history
v0.3.2 release
  • Loading branch information
bburns632 committed Jan 26, 2019
2 parents 3839b45 + 7da2595 commit 43dbfce
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pkgnet
Type: Package
Title: Get Network Representation of an R Package
Version: 0.3.1.9999
Version: 0.3.2
Authors@R: c(
person("Brian", "Burns", email = "[email protected]", role = c("aut", "cre")),
person("James", "Lamb", email = "[email protected]", role = c("aut")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# pkgnet 0.3.1.9999 (dev)
# pkgnet 0.3.2

## NEW FEATURES
None

## CHANGES
* Added unit tests for network measure calculations ([#166](https://github.com/UptakeOpenSource/pkgnet/pull/166)).
* Revised unit test setup and teardown files to enable devtools::test() to work as well as CRAN server testing ([#167](https://github.com/UptakeOpenSource/pkgnet/pull/167))

## BUG FIXES
* Corrected node statisitcs table merging error ([#165](https://github.com/UptakeOpenSource/pkgnet/issues/165), [#166](https://github.com/UptakeOpenSource/pkgnet/pull/166))
* Added a NAMESPACE entry for knitr to suppress warning on CRAN server checks ([#168](https://github.com/UptakeOpenSource/pkgnet/pull/168))

# pkgnet 0.3.1

Expand Down
16 changes: 16 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CRAN Submission History

## v 0.3.2

### Submission on January 25th, 2019
Discovery and correction of a critical bug in the creation of table data in the package report necessitates this minor version upgrade. As always, source code and issue tracking is available at https://github.com/UptakeOpenSource/pkgnet.

Specifically, here are the changes:

CHANGES
* Added unit tests for network measure calculations ([#166](https://github.com/UptakeOpenSource/pkgnet/pull/166)).
* Revised unit test setup and teardown files to enable devtools::test() to work as well as CRAN server testing ([#167](https://github.com/UptakeOpenSource/pkgnet/pull/167))

BUG FIXES
* Corrected node statisitcs table merging error ([#165](https://github.com/UptakeOpenSource/pkgnet/issues/165), [#166](https://github.com/UptakeOpenSource/pkgnet/pull/166))
* Added a NAMESPACE entry for knitr to suppress warning on CRAN server checks ([#168](https://github.com/UptakeOpenSource/pkgnet/pull/168))


## v 0.3.1

### CRAN Notiifcation on January 6th, 2019
Expand Down

0 comments on commit 43dbfce

Please sign in to comment.