We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d39aa commit 8cc3550Copy full SHA for 8cc3550
DESCRIPTION
@@ -1,8 +1,8 @@
1
Package: ProjectTemplate
2
Type: Package
3
Title: Automates the Creation of New Statistical Analysis Projects
4
-Version: 0.10.0
5
-Date: 2021-01-08
+Version: 0.10.1
+Date: 2021-02-08
6
Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
7
person("Diego", "Valle-Jones", role = "ctb"),
8
person("Jeffrey", "Breen", role = "ctb"),
@@ -15,7 +15,8 @@ Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
15
person("Noah", "Lorang", role = "ctb"),
16
person("Patrick", "Schalk", role = "ctb"),
17
person("Dominik", "Schneider", role="ctb"),
18
- person("Gerold", "Hepp", role="ctb"))
+ person("Gerold", "Hepp", role="ctb"),
19
+ person("Zunaira", "Jamile", role="ctb"))
20
Description: Provides functions to
21
automatically build a directory structure for a new R
22
project. Using this structure, 'ProjectTemplate'
NEWS.md
@@ -1,3 +1,11 @@
+0.10.1 (2021-02-08)
+
+Features
+--------
+* Support for multiple loggin directores
+* Support for multiple munge directories
+* Support for list of munge files
9
0.10.0 (2021-01-08)
10
11
Features
0 commit comments