Skip to content

Commit

Permalink
Update paths based on CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Hughes committed Mar 17, 2021
1 parent 14c0af2 commit 96c7270
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ DataPackageR is used to reproducibly process raw data into packaged, analysis-re
[![DOI](https://zenodo.org/badge/29267435.svg)](https://doi.org/10.5281/zenodo.1292095)
<!-- badges: end -->

- [yaml configuration guide](vignettes/YAML_CONFIG.md)
- [a more detailed technical vignette](vignettes/usingDataPackageR.md)
- [yaml configuration guide](https://github.com/ropensci/DataPackageR/blob/main/vignettes/YAML_CONFIG.md)
- [a more detailed technical vignette](https://github.com/ropensci/DataPackageR/blob/main/vignettes/usingDataPackageR.md)

> **Important Note**: [datapack](https://github.com/ropensci/datapack) is a *different package* that is used to "create, send and load data from common repositories such as DataONE into the R environment".
Expand Down Expand Up @@ -259,7 +259,7 @@ The preprint is on [biorxiv](https://doi.org/10.1101/342907).

## Code of conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ropensci/DataPackageR/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

### References
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![DOI](https://zenodo.org/badge/29267435.svg)](https://doi.org/10.5281/zenodo.1292095)
<!-- badges: end -->

- [yaml configuration guide](vignettes/YAML_CONFIG.md)
- [a more detailed technical vignette](vignettes/usingDataPackageR.md)
- [yaml configuration
guide](https://github.com/ropensci/DataPackageR/blob/main/vignettes/YAML_CONFIG.md)
- [a more detailed technical
vignette](https://github.com/ropensci/DataPackageR/blob/main/vignettes/usingDataPackageR.md)

> **Important Note**: [datapack](https://github.com/ropensci/datapack)
> is a *different package* that is used to “create, send and load data
Expand Down Expand Up @@ -309,8 +311,8 @@ The preprint is on [biorxiv](https://doi.org/10.1101/342907).
## Code of conduct

Please note that this project is released with a [Contributor Code of
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
to abide by its terms.
Conduct](https://github.com/ropensci/DataPackageR/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

### References

Expand Down
4 changes: 2 additions & 2 deletions vignettes/usingDataPackageR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The objects must be listed in the yaml configuration file. `datapackage_skeleton

DataPackageR provides an API for modifying this file, so it does not need to be done by hand.

Further information on the contents of the YAML configuration file, and the API are in the [YAML Configuration Details](YAML_CONFIG.md)
Further information on the contents of the YAML configuration file, and the API are in the [YAML Configuration Details](YAML_CONFIG.html)

### Where do I put my raw datasets?

Expand Down Expand Up @@ -298,7 +298,7 @@ assert_data_version(data_package_name = "mtcars20",

Version 1.12.0 has moved away from controlling the build process using `datasets.R` and an additional `masterfile` argument.

The build process is now controlled via a `datapackager.yml` configuration file located in the package root directory. (see [YAML Configuration Details](YAML_CONFIG.md))
The build process is now controlled via a `datapackager.yml` configuration file located in the package root directory. (see [YAML Configuration Details](YAML_CONFIG.html))

### Create a datapackager.yml file

Expand Down

0 comments on commit 96c7270

Please sign in to comment.