You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,62 +2,62 @@ Package: weatherOz
2
2
Title: An API Client for Australian Weather and Climate Data Resources
3
3
Version: 2.0.2
4
4
Authors@R: c(
5
-
person("Rodrigo", "Pires", , "rodrigo.pires@dpird.wa.gov.au", role = c("aut", "cre"),
5
+
person("Rodrigo", "Pires", email = "rodrigo.pires@dpird.wa.gov.au", role = c("aut", "cre"),
6
6
comment = c(ORCID = "0000-0001-7384-6849")),
7
-
person("Anna", "Hepworth", , "anna.hepworth@gmail.com", role = "aut",
7
+
person("Anna", "Hepworth", email = "anna.hepworth@gmail.com", role = "aut",
8
8
comment = c(ORCID = "0000-0003-0204-6347")),
9
-
person("Rebecca", "O'Leary", , "bec.oleary@curtin.edu.au", role = "aut"),
10
-
person("Jonathan", "Carroll", , "rpkg@jcarroll.com.au", role = "aut",
9
+
person("Rebecca", "O'Leary", email = "bec.oleary@curtin.edu.au", role = "aut"),
10
+
person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = "aut",
11
11
comment = c(ORCID = "0000-0002-1404-5264")),
12
-
person("James", "Goldie", , "me@jamesgoldie.dev", role = "aut",
12
+
person("James", "Goldie", email = "me@jamesgoldie.dev", role = "aut",
13
13
comment = c(ORCID = "0000-0002-5024-6207")),
14
-
person("Dean", "Marchiori", , "deanmarchiori@gmail.com", role = "aut",
14
+
person("Dean", "Marchiori", email = "deanmarchiori@gmail.com", role = "aut",
15
15
comment = c(ORCID = "0000-0002-3430-7225")),
16
-
person("Paul", "Melloy", , "paul@melloy.com.au", role = "aut",
16
+
person("Paul", "Melloy", email = "paul@melloy.com.au", role = "aut",
17
17
comment = c(ORCID = "0000-0003-4253-7167")),
18
-
person("Mark", "Padgham", , "mark.padgham@email.com", role = "aut",
18
+
person("Mark", "Padgham", email = "mark.padgham@email.com", role = "aut",
19
19
comment = c(ORCID = "0000-0003-2172-5265")),
20
-
person("Hugh", "Parsonage", , "hugh.parsonage@gmail.com", role = "aut",
20
+
person("Hugh", "Parsonage", email = "hugh.parsonage@gmail.com", role = "aut",
21
21
comment = c(ORCID = "0000-0003-4055-0835")),
22
-
person("Keith", "Pembleton", , "keith.pembleton@unisq.edu.au", role = "ctb",
23
-
comment = c(ORCID = "0000-0002-1896-4516", "Contributed code and ideas for original 'bomrang' package that was used in the creation of 'weatherOz'.")),
24
-
person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = "ctb",
25
-
comment = c(ORCID = "0000-0002-2815-0399", "Contributed to debugging a nasty little bug with CI where timezones caused tests to fail due to 'vcr' not recognising the\n URL when run outside of Australia/Perth TZ! Suggested the use of `withr::local_timzeone()`, see <https://github.com/ropensci/weatherOz/commit/b052bf91973b8d7e147a39e8938405a64622634b>.")),
26
-
person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "ctb",
22
+
person("Keith", "Pembleton", email = "keith.pembleton@unisq.edu.au", role = "ctb",
23
+
comment = c(ORCID = "0000-0002-1896-4516", "Contributed code and ideas for original bomrang package that was used in the creation of weatherOz.")),
24
+
person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = "ctb",
25
+
comment = c(ORCID = "0000-0002-2815-0399", "Contributed to debugging a nasty little bug with CI where timezones caused tests to fail due to vcr not recognising theURL when run outside of Australia-Perth TZ! Suggested the use of local_timzeone().")),
26
+
person("Max", "Moldovan", email = "max.moldovan@adelaide.edu.au", role = "ctb",
27
27
comment = c(ORCID = "0000-0001-9680-8474", "Contributed valuable feedback on package usage leading to improvements in the package structure and functionality.")),
28
-
person("Jimmy", "Ng", , "jimmy.ng@dpird.wa.gov.au", role = "ctb"),
29
-
person("Steve", "Collins", , "steve.collins@dpird.wa.gov.au", role = "ctb",
28
+
person("Jimmy", "Ng", email = "jimmy.ng@dpird.wa.gov.au", role = "ctb"),
29
+
person("Steve", "Collins", email = "steve.collins@dpird.wa.gov.au", role = "ctb",
30
30
comment = "Designed the hex logo for 'weatherOz' hex logo."),
31
-
person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = "aut",
31
+
person("Adam H.", "Sparks", email = "adamhsparks@gmail.com", role = "aut",
32
32
comment = c(ORCID = "0000-0002-0061-8359")),
33
-
person("Laurens", "Geffert", , "laurensgeffert@gmail.com", role = "rev"),
34
-
person("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = "rev"),
33
+
person("Laurens", "Geffert", email = "laurensgeffert@gmail.com", role = "rev"),
34
+
person("Sam", "Rogers", email = "sam.rogers@adelaide.edu.au", role = "rev"),
35
35
person("Western Australia Agriculture Authority (WAAA)", role = "cph"),
36
36
person("Curtin University", role = "cph")
37
37
)
38
38
Description: Provides automated downloading, parsing and formatting of
39
39
weather data for Australia through API endpoints provided by the
40
-
Department of Primary Industries and Regional Development ('DPIRD') of
40
+
Department of Primary Industries and Regional Development (DPIRD) of
41
41
Western Australia and by the Science and Technology Division of the
42
-
Queensland Government's Department of Environment and Science ('DES').
43
-
As well as the Bureau of Meteorology ('BOM') of the Australian
42
+
Queensland Government's Department of Environment and Science (DES).
43
+
As well as the Bureau of Meteorology (BOM) of the Australian
44
44
government precis and coastal forecasts,
45
45
and downloading and importing radar and satellite imagery files.
46
-
'DPIRD' weather data are accessed through public 'APIs' provided by
Copy file name to clipboardExpand all lines: NEWS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@
10
10
* URL updates following DPIRD IT system migration:
11
11
* API endpoints: Maintained on `api.agric.wa.gov.au`
12
12
* Updated DPIRD API documentation URLs: `agric.wa.gov.au/apis/api-terms-and-conditions` to `dpird.wa.gov.au/online-tools/apis/api-terms-and-conditions/` and `agric.wa.gov.au/form/dpird-api-registration` to `dpird.wa.gov.au/forms/dpird-api-registration/`
13
-
* Updated organisational URL: `pulseaus.com.au/about/australian-pulse-industry` to `grainsaustralia.com.au`
13
+
* Updated displaced URL: `pulseaus.com.au/about/australian-pulse-industry` to `grainsaustralia.com.au`
14
14
* Updated all references in vignettes, README files, and function documentation
15
15
16
16
## Additional fixes and improvements:
17
+
* Addressed CRAN request to "remove the single quotes around every term in the description that is not a package/software/API name" and removed examples for unexported functions.
18
+
17
19
* Addressed CRAN URL check issues by updating all redirected links to their new working locations.
18
20
19
21
* Updated all man pages with corrected URLs; Fixed all broken links in README and vignettes.
Copy file name to clipboardExpand all lines: cran-comments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ All previously problematic DPIRD URLs have been updated to their new locations:
33
33
These URLs are now working and accessible following DPIRD's completion of the IT system migration to the new platform.
34
34
35
35
## Additional notes
36
-
This submission addresses the policy violation, the compatibility issues and fixes URL problems identified in R CMD checks.
36
+
This submission addresses the policy violation, the compatibility issues and fixes URL problems identified in R CMD checks. Also addressed CRAN request to "remove the single quotes around every term in the description that is not a package/software/API name" and removed examples for unexported functions.
0 commit comments