-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from pepkit/dev
v0.3.2
- Loading branch information
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
Package: pepr | ||
Type: Package | ||
Title: Reading Portable Encapsulated Projects | ||
Version: 0.3.1 | ||
Date: 2020-05-27 | ||
Version: 0.3.2 | ||
Date: 2020-06-03 | ||
Authors@R: c(person("Nathan", "Sheffield", email = "[email protected]", | ||
role = c("aut", "cph")),person("Michal","Stolarczyk",email="[email protected]",role=c("aut","cre"))) | ||
Maintainer: Michal Stolarczyk <[email protected]> | ||
Description: Reads standardized project configuration files into R. | ||
Description: A PEP, or Portable Encapsulated Project, is a dataset that | ||
subscribes to the PEP structure for organizing metadata. It is written using | ||
a simple YAML + CSV format, it is your one-stop solution to metadata | ||
management across data analysis environments. This package reads this | ||
standardized project configuration structure into R. | ||
Imports: | ||
yaml, | ||
stringr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# pepr 0.3.2 - 2020-06-03 | ||
|
||
## Changed | ||
|
||
* package description | ||
|
||
# pepr 0.3.1 - 2020-05-27 | ||
|
||
## Fixed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters