Skip to content

Commit 96a9498

Browse files
authored
Refresh 2022 06 28 (#208)
* refresh data * drop cron frequency to once a week * iterate ver
1 parent 4ad8df0 commit 96a9498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/R-CMD-check-CRON.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This smaller action (only r-release, only macOS) is scheduled to run daily
22
on:
33
schedule:
4-
# Run at midnight everyday
5-
- cron: '0 0 * * *'
4+
# Run at 1:35am UTC = 11:30 Melb std time
5+
- cron: '35 1 * * THU'
66

77

88
name: R-CMD-check-CRON

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: readabs
22
Type: Package
33
Title: Download and Tidy Time Series Data from the Australian Bureau of Statistics
4-
Version: 0.4.12.901
4+
Version: 0.4.12.902
55
Authors@R: c(
66
person("Matt", "Cowgill", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0422-3300")),
77
person("Zoe", "Meers", role = "aut", email = "[email protected]"),

R/sysdata.rda

310 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)