-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* issue #80 * bug fixes for precip * fix ogimet break between years * update ogimet_daily * fix ogimet_daily * test pkgdown * new pkgdown * pkgdown pipeline * turn on tests for metadata * missing ogimet tests * ogimet fix potential warning * updates roxygen * adding HALA GASIENICOWA IMGW metadata * meteo_imgw_datastore * draft finished * meteo imgw telemetry * fix: imgw telemetry * imgw telemetry fix * telemetry fix for empty files * string as factors for old R version * assertions for telemetry * add globals to avoid NOTEs * updates docs (#87) * IMGW column encoding and telemetry support * fix: HTML5 * fix: HTML5 * fix: HTML5 * climate 1.2.0 * fix: avoid warnings * fix: run test only if network available * replace R 3.6 with 4.0 * fix: #88 #85 * fix: rename telemetry stations * fix: #93 * imgw station names extended * add github actions for rhub * doc fixes * add stations_meteo_imgw_telemetry gently break * add telemetry tests * imgw telemetry tests --------- Co-authored-by: Jakub Nowosad <tupiszakaczki@gmail.com> Co-authored-by: Jakub Nowosad <Nowosad@users.noreply.github.com>
- Loading branch information
1 parent
a62822d
commit 83507e3
Showing
40 changed files
with
654 additions
and
258 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 |
---|---|---|
|
@@ -15,4 +15,5 @@ | |
vignettes/articles/usecase.Rmd | ||
^pkgdown$ | ||
^.codecov.yml$ | ||
^tests$ | ||
|
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 |
---|---|---|
|
@@ -12,3 +12,4 @@ covr_report.html | |
lib | ||
docs | ||
pkgdown | ||
.Renviron |
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
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 @@ | ||
#' @importFrom utils globalVariables | ||
utils::globalVariables(c("i.parameter", "param")) |
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
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
Oops, something went wrong.