diff --git a/.Rbuildignore b/.Rbuildignore index ef87ee0..94fed5a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -22,3 +22,4 @@ ^CONTRIBUTING\.md$ ^cran-comments\.md$ CONTRIBUTING.md +^CRAN-RELEASE$ diff --git a/DESCRIPTION b/DESCRIPTION index 492c128..77f7d47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nomisr Type: Package Title: Access 'Nomis' UK Labour Market Data -Version: 0.4.2 +Version: 0.4.3 Authors@R: c( person( "Evan", "Odell", email = "evanodell91@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 654f1fc..a53c3af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ +# nomisr 0.4.3 + +* Fix readme links # nomisr 0.4.2 diff --git a/README.Rmd b/README.Rmd index edeeab8..cab78e5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -82,9 +82,9 @@ There is a lot of data available through Nomis, and there are some limits to the ## Meta -Bug reports, suggestions, and code contributions are all welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details. +Bug reports, suggestions, and code contributions are all welcome. Please see [CONTRIBUTING.md](https://github.com/ropensci/nomisr/blob/master/CONTRIBUTING.md) for details. -Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ropensci/nomisr/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. Please note that this project is not affiliated with the Office for National Statistics or the University of Durham (who run Nomis on behalf o the Office for National Statistics). @@ -108,7 +108,7 @@ A BibTeX entry for LaTeX users is author = {Odell, Evan} } ``` -License: [MIT](LICENSE.md) +License: [MIT](https://github.com/ropensci/nomisr/blob/master/LICENSE.md) [![ropensci_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org) diff --git a/README.md b/README.md index 4549785..1937721 100644 --- a/README.md +++ b/README.md @@ -197,11 +197,13 @@ from Nomis. Full package documentation is available at ## Meta Bug reports, suggestions, and code contributions are all welcome. Please -see [CONTRIBUTING.md](CONTRIBUTING.md) for details. +see +[CONTRIBUTING.md](https://github.com/ropensci/nomisr/blob/master/CONTRIBUTING.md) +for details. Please note that this project is released with a [Contributor Code of -Conduct](CONDUCT.md). By participating in this project you agree to -abide by its terms. +Conduct](https://github.com/ropensci/nomisr/blob/master/CODE_OF_CONDUCT.md). +By participating in this project you agree to abide by its terms. Please note that this project is not affiliated with the Office for National Statistics or the University of Durham (who run Nomis on behalf @@ -230,6 +232,7 @@ A BibTeX entry for LaTeX users is author = {Odell, Evan} } -License: [MIT](LICENSE.md) +License: +[MIT](https://github.com/ropensci/nomisr/blob/master/LICENSE.md) [![ropensci\_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org) diff --git a/cran-comments.md b/cran-comments.md index f444324..3b070a9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,12 @@ ## Release summary -This is an update of the `nomisr` package, version number 0.4.2. It includes -more informative error messages, optimisations to remove extra calls to the -Nomis API, and more flexibility on returned variable name styles. +This is an resubmission of the `nomisr` package, version number 0.4.3. It +fixes an issue with broken links in the README in version 0.4.2 from +2020-02-28 by including fully specified URLS. +Overall the package includes more informative error messages, +optimisations to remove extra calls to the Nomis API, and more flexibility +on returned variable name styles. ## Test environments