Skip to content

Commit

Permalink
Updated versions and getting ready for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jul 29, 2016
1 parent 6941086 commit 68920bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: prodigenr
Title: Research Project Directory Generator
Version: 0.3.0.9000
Version: 0.3.0
Authors@R: person("Luke", "Johnston", , "[email protected]", c("aut", "cre"))
Description: Create a project directory structure, along with typical files
for that project. This allows projects to be quickly and easily created,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# prodigenr 0.3.0.9000
# prodigenr 0.3.0

## New features/functionality

* `prodigen()` creates a new project structure that mimics R package development
* `prodigen()` now creates a new project structure that mimics R package development
more, specifically `devtools` (since it is well documented and actively
maintained) (#18, #15, #14). The old style has been removed.
* Added a function to include a [STROBE](http://www.strobe-statement.org/index.php?id=strobe-home)
Expand Down
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
## Hotfix
There was a minor bug preventing certain files from being created. This release fixes that.

## Test environments

* local ubuntu 14.04.3 install, R 3.3.0
* OS X (on travis-ci and on a labmates Mac), R 3.3.0
* win-builder (devel and release) as well as lab's Win 7 and Win 10 install

## R CMD check results

There were no ERRORs, WARNINGs, or NOTEs.

## Reverse dependencies

There are no reverse dependencies.

0 comments on commit 68920bc

Please sign in to comment.