Skip to content

Commit

Permalink
Prepage for CRAN release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonWhite committed Jul 30, 2021
1 parent 9a7df88 commit 8bb3629
Show file tree
Hide file tree
Showing 7 changed files with 22 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.10.1
Date: 2021-02-08
Version: 0.10.2
Date: 2021-07-30
Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
person("Diego", "Valle-Jones", role = "ctb"),
person("Jeffrey", "Breen", role = "ctb"),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export(show.project)
export(stub.tests)
export(test.project)
export(translate.dcf)
import(digest)
import(tibble)
importFrom(stats,setNames)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.10.2 (2021-07-30)

Internal
--------
* Fix pattern not intended for file extensions like qs.hash
* Skip tests using suggested packages that are not installed

Features
--------
* Support for multiple loggin directores
* Support for multiple munge directories
* Support for list of munge files

0.10.1 (2021-02-08)

Features
Expand Down
2 changes: 2 additions & 0 deletions R/load.project.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#' unnamed an error is raised.
#'
#' @export
#'
#' @import digest tibble
#'
#' @seealso \code{\link{create.project}}, \code{\link{get.project}},
#' \code{\link{cache.project}}, \code{\link{show.project}}, \code{\link{project.config}}
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.10.1
version: 0.10.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.10.1
version: 0.10.2
data_loading: TRUE
data_loading_header: TRUE
data_ignore:
Expand Down
2 changes: 1 addition & 1 deletion man/cache.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bb3629

Please sign in to comment.