From fc4bdd9b6cb1a181cb81f912714fe486ee729acd Mon Sep 17 00:00:00 2001 From: Michael DeWitt Date: Wed, 19 Jun 2019 10:16:02 -0400 Subject: [PATCH] updates for cran --- CRAN-RELEASE | 4 ++-- README.Rmd | 2 +- README.md | 5 +++-- cran-comments.md | 4 ++-- docs/articles/multi_state_year.html | 2 +- docs/index.html | 2 +- docs/reference/check_census_api_call.html | 2 +- vignettes/multi_state_year.Rmd | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index dc3a577..bcb305c 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-06-18. -Once it is accepted, delete this file and tag the release (commit 6af13ed6c1). +This package was submitted to CRAN on 2019-06-19. +Once it is accepted, delete this file and tag the release (commit 0c9e8a088c). diff --git a/README.Rmd b/README.Rmd index 009789c..689ddc9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -101,4 +101,4 @@ labelled_nc %>% ``` -Please note that the 'tidyqwi' project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. +Please note that the 'tidyqwi' project is released with a [Contributor Code of Conduct](https://github.com/medewitt/tidyqwi/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. diff --git a/README.md b/README.md index 2f30e79..a68f208 100644 --- a/README.md +++ b/README.md @@ -119,5 +119,6 @@ labelled_nc %>% Please note that the ‘tidyqwi’ project is released with a [Contributor -Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, -you agree to abide by its terms. +Code of +Conduct](https://github.com/medewitt/tidyqwi/blob/master/CODE_OF_CONDUCT.md). +By contributing to this project, you agree to abide by its terms. diff --git a/cran-comments.md b/cran-comments.md index 3b5e004..cee1f5c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ ## Release Summary (Resubmission) This is a minor release. (v0.1.0 to v0.1.1) -* Resolved previous notes from CRAN status check -* Resolved failed tests during build + +* fully specified link in README.Md ## Test environments * local OS X install, R 3.6 diff --git a/docs/articles/multi_state_year.html b/docs/articles/multi_state_year.html index 5b25dd3..98c3ad3 100644 --- a/docs/articles/multi_state_year.html +++ b/docs/articles/multi_state_year.html @@ -76,7 +76,7 @@

Gathering QWI Data Over Several Years for Multiple States

Mona Ahmadiani

-

2019-06-18

+

2019-06-19

diff --git a/docs/index.html b/docs/index.html index 8f98f62..3d06883 100644 --- a/docs/index.html +++ b/docs/index.html @@ -158,7 +158,7 @@

)+ theme_minimal()

-

Please note that the ‘tidyqwi’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

+

Please note that the ‘tidyqwi’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

diff --git a/docs/reference/check_census_api_call.html b/docs/reference/check_census_api_call.html index 94cba4e..d0a6c0a 100644 --- a/docs/reference/check_census_api_call.html +++ b/docs/reference/check_census_api_call.html @@ -141,7 +141,7 @@

Examp # Because a non valid API key was specified an message will be returned -check_census_api_call(single_call)
#> Warning: the condition has length > 1 and only the first element will be used
#> [1] "A valid key must be included with each data API request. You included a key with this request, however, it is not valid. Please check your key and try again.If you do not have a key you my sign up for one here. "
+check_census_api_call(single_call)
#> [1] "A valid key must be included with each data API request. You included a key with this request, however, it is not valid. Please check your key and try again.If you do not have a key you my sign up for one here. "
diff --git a/vignettes/multi_state_year.Rmd b/vignettes/multi_state_year.Rmd index cdee8ea..ffbdaa8 100644 --- a/vignettes/multi_state_year.Rmd +++ b/vignettes/multi_state_year.Rmd @@ -4,7 +4,7 @@ author: "Mona Ahmadiani" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{Vignette Title} + %\VignetteIndexEntry{Gathering QWI Data Over Several Years for Multiple States} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} ---