Skip to content

Commit

Permalink
Released on CRAN. 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
asiripanich committed Dec 19, 2021
1 parent 27432e4 commit 0cbd99a
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^test-scripts$
README.html
^cran-comments\.md$
^CRAN-SUBMISSION$
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Package: aurin
Title: Access AURIN Datasets from R
Version: 0.5.0.9000
Title: Access Datasets from the 'AURIN' API
Version: 0.5.1
Authors@R: person('Amarin', 'Siripanich', email = '[email protected]', role = c('cre', 'aut'))
Description: This package allows you to access AURIN Datasets using an AURIN API key
that can be requested from AURIN (it's free!). AURIN is “Australia’s 🦘 single largest
resource for accessing clean, integrated, spatially enabled and research-ready data on
issues surrounding health and wellbeing, socio-economic metrics, transportation, and land-use.”.
Description: 'AURIN' <https://aurin.org.au/resources/aurin-apis/> is "Australia's single
largest resource for accessing clean, integrated, spatially enabled and research-ready
data on issues surrounding health and wellbeing, socio-economic metrics, transportation,
and land-use.". This package provides functions to download and search datasets from
the AURIN API (it's free to use!).
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/asiripanich/aurin
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# aurin 0.5.0.9000
# aurin 0.5.1

- Released the package on CRAN.

# aurin 0.5.0

Expand Down
39 changes: 39 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Cran Repository Policy

- [x] Reviewed CRP last edited 2021/09/25

Test environments

- [x] Checked locally, R 4.1.1
- [x] Checked on CI system, R 4.1.2
- [x] Checked on win-builder, R devel


## R CMD check results

0 errors | 0 warnings | 0 note

* This is a new submission.


## R CMD check results on win-builder, R devel

Status: 1 NOTE

```
Possibly misspelled words in DESCRIPTION:
AURIN (2:15, 5:48, 5:72, 6:32, 6:52)
socio (8:46)
wellbeing (8:35)
```

I can confirm that those words were not misspelled.

## CRAN's comments from the previous submission

> The Title field should be in title case. Current version is:
> 'Access Datasets from The 'AURIN' API'
> In title case that is:
> 'Access Datasets from the 'AURIN' API'
Fixed.
4 changes: 2 additions & 2 deletions man/aurin-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cbd99a

Please sign in to comment.