Skip to content

Commit

Permalink
Release 0.8.2 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonWhite committed Apr 20, 2018
1 parent 6e85acc commit 2d9796c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ProjectTemplate
Type: Package
Title: Automates the Creation of New Statistical Analysis Projects
Version: 0.8
Date: 2017-08-02
Version: 0.8.2
Date: 2018-04-20
Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
person("Diego", "Valle-Jones", role = "ctb"),
person("Jeffrey", "Breen", role = "ctb"),
Expand Down
28 changes: 27 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# ProjectTemplate 0.8 (2017-08-02)
# ProjectTemplate 0.8.2 (2018-04-20)

0.8.2 (2018-04-20)

Features
--------

* Uses the Tidyverse packages (#207)
* Added custom templates (#206)
* Added support for rds files (#224, #227)


Documentation
-------------

* Documentation moved to `docs` folder. Will automatically update on website

Internal
--------

* Added tibble support (#218)
* Moved from `xls` package to `readxl` package (#159, #219)
* Allow overridng of globals (#222)
* Fixed failing test for `RSQLlite` package (#228)


0.8.1 (2017-08-28)

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion inst/defaults/templates/full/config/global.dcf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.8
version: 0.8.2
data_loading: TRUE
data_loading_header: TRUE
data_ignore:
Expand Down
2 changes: 1 addition & 1 deletion inst/defaults/templates/minimal/config/global.dcf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.8
version: 0.8.2
data_loading: TRUE
data_loading_header: TRUE
data_ignore:
Expand Down

0 comments on commit 2d9796c

Please sign in to comment.