bcgov / climr

An R package for downscaling monthly climate data for North America
https://bcgov.github.io/climr/
16 stars 5 forks source link

Major documentation changes #204

Closed CeresBarros closed 9 months ago

CeresBarros commented 9 months ago

vignettes, missing doc on exported funs, pkgdown website

other bugfixes and changes:

121

172

102

100

107 -- another cache fix

codecov-commenter commented 9 months ago

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (453a91f) 78.57% compared to head (e09cb7a) 78.78%.

:exclamation: Current head e09cb7a differs from pull request most recent head d967909. Consider uploading reports for the commit d967909 to get more accurate results

Files Patch % Lines
R/climr_downscale.R 79.09% 23 Missing :warning:
R/downscale.R 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devl #204 +/- ## ========================================== + Coverage 78.57% 78.78% +0.21% ========================================== Files 22 23 +1 Lines 1806 1824 +18 ========================================== + Hits 1419 1437 +18 Misses 387 387 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CeresBarros commented 9 months ago

All tests passed when they were run in d9679093bbb818723f85848da75491dc197d5f01. The subsequent failures and cancelled jobs came from my attempts to turn of test/example checking in a PR flow. I was not successful and reverted these changes to a simpler way of turning tests of for in a push flow.