Skip to content

Commit 8cc3550

Browse files
committed
Prepare for CRAN release 0.10.1
1 parent 21d39aa commit 8cc3550

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ProjectTemplate
22
Type: Package
33
Title: Automates the Creation of New Statistical Analysis Projects
4-
Version: 0.10.0
5-
Date: 2021-01-08
4+
Version: 0.10.1
5+
Date: 2021-02-08
66
Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
77
person("Diego", "Valle-Jones", role = "ctb"),
88
person("Jeffrey", "Breen", role = "ctb"),
@@ -15,7 +15,8 @@ Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
1515
person("Noah", "Lorang", role = "ctb"),
1616
person("Patrick", "Schalk", role = "ctb"),
1717
person("Dominik", "Schneider", role="ctb"),
18-
person("Gerold", "Hepp", role="ctb"))
18+
person("Gerold", "Hepp", role="ctb"),
19+
person("Zunaira", "Jamile", role="ctb"))
1920
Description: Provides functions to
2021
automatically build a directory structure for a new R
2122
project. Using this structure, 'ProjectTemplate'

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.10.1 (2021-02-08)
2+
3+
Features
4+
--------
5+
* Support for multiple loggin directores
6+
* Support for multiple munge directories
7+
* Support for list of munge files
8+
19
0.10.0 (2021-01-08)
210

311
Features

0 commit comments

Comments
 (0)