-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/devel' into devel
- Loading branch information
Showing
12 changed files
with
176 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,6 @@ jobs: | |
- { os: ubuntu-latest, r: "devel" } | ||
- { os: ubuntu-latest, r: "release" } | ||
|
||
timeout-minutes: 30 | ||
|
||
env: | ||
# otherwise remotes::fun() errors cause the build to fail. Example: Unavailability of binaries | ||
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true | ||
|
@@ -44,9 +42,7 @@ jobs: | |
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk | ||
# use GITHUB_TOKEN from GitHub to workaround rate limits in {remotes} | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
# Enable debug output from both parallelly and future | ||
R_FUTURE_DEBUG: TRUE | ||
|
||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
||
|
@@ -126,12 +122,3 @@ jobs: | |
with: | ||
name: ${{ runner.os }}-r${{ matrix.config.r }}-results | ||
path: check | ||
- name: "[Stage] Before Deploy" | ||
run: | | ||
Rscript -e "tic::before_deploy()" | ||
- name: "[Stage] Deploy" | ||
run: Rscript -e "tic::deploy()" | ||
|
||
- name: "[Stage] After Deploy" | ||
run: Rscript -e "tic::after_deploy()" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,5 @@ generate.rb | |
*.code-workspace | ||
doc | ||
Meta | ||
/doc/ | ||
/Meta/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2021-06-25. | ||
Once it is accepted, delete this file and tag the release (commit 04dfc3d). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: GSODR | ||
Type: Package | ||
Title: Global Surface Summary of the Day ('GSOD') Weather Data Client | ||
Version: 3.1.0.9000 | ||
Version: 3.1.1 | ||
Authors@R: c(person("Adam H.", "Sparks", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-0061-8359")), | ||
|
@@ -80,8 +80,6 @@ Encoding: UTF-8 | |
Language: en-US | ||
NeedsCompilation: no | ||
Repository: CRAN | ||
LazyData: FALSE | ||
LazyLoad: FALSE | ||
ByteCompile: TRUE | ||
VignetteBuilder: knitr | ||
X-schema.org-applicationCategory: Tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,14 @@ | ||
# Test environments | ||
## GSODR 3.1.1 | ||
|
||
- macOS, R version 4.0.4 (2021-02-15) | ||
## Test environments | ||
* GitHub Actions (ubuntu-latest): release, devel | ||
* GitHub Actions (windows): release | ||
* Github Actions (macOS): release | ||
* Local macOS M1: release | ||
* win-builder: devel | ||
|
||
- win-builder, R Under development (unstable) (2021-03-19 r80100) | ||
|
||
- win-builder, R version 4.0.4 (2021-02-15) | ||
|
||
# R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
## New features | ||
|
||
* Diffs in the isd_history are now recorded in the `/data-raw/fetch_isd-history.md` file and shipped with GSODR as `isd_history.rda`, which can be viewed by using `load(system.file("extdata", "isd_diff.rda", package = "GSODR"))`. | ||
|
||
* Update and improve documentation to reflect country name and ISO code columns. | ||
|
||
* Include columns for COUNTRY_NAME (country name in English), ISO2C and ISO3C in the final output from `get_GSOD()` and `reformat_GSOD()`. | ||
|
||
## Minor improvements | ||
|
||
* Update NCEI data usage statement | ||
## R CMD check results | ||
0 ERRORs | 0 WARNINGs | 0 NOTES. | ||
|
||
# Reverse dependencies | ||
|
||
- No ERRORs or WARNINGs found | ||
No ERRORs or WARNINGs found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ ECCC | |
ESA's | ||
ESACCI | ||
Eskridge | ||
FRSHTT | ||
FTPing | ||
Florian | ||
GPKG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
# installs dependencies, runs R CMD check, runs covr::codecov() | ||
do_package_checks() | ||
|
||
if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) { | ||
# creates pkgdown site and pushes to gh-pages branch | ||
# only for the runner with the "BUILD_PKGDOWN" env var set | ||
do_pkgdown() | ||
} |
Oops, something went wrong.