-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new features #104
Add new features #104
Conversation
Add support for SpatRasters with coltabs
Add test for keeping coltabs
Enhance glimpse methods
Merge branch 'main' into dev # Conflicts: # .Rbuildignore # .github/workflows/pkgdown-gh-pages-clean.yaml # R/sysdata.rda # README.Rmd # README.md # codemeta.json # data/cross_blended_hypsometric_tints_db.rda # data/hypsometric_tints_db.rda # img/README-example-temp-1.png # img/README-example-temp-2.png # img/README-example-tile-1.png # img/README-example-tile-2.png # img/README-hypso-1.png # img/README-hypso-2.png # img/README-spatvec-1.png # inst/WORDLIST # inst/schemaorg.json # pkgdown/_pkgdown.yml # vignettes/aggregate-1.png # vignettes/aggregate-2.png # vignettes/contourfilled-1.png # vignettes/contourlines-1.png # vignettes/faceted-1.png # vignettes/hypso-1.png # vignettes/lux_ggplot-1.png # vignettes/rgb-1.png # vignettes/rgb-2.png # vignettes/tidyterra.Rmd # vignettes/tidyterra.Rmd.orig
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 99.28% 99.57% +0.28%
==========================================
Files 43 44 +1
Lines 2234 2575 +341
==========================================
+ Hits 2218 2564 +346
+ Misses 16 11 -5
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lintr found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
*Total -- 5,967.86kb -> 5,739.73kb (3.82%) /vignettes/lux_ggplot-1.png -- 55.04kb -> 45.03kb (18.19%) /vignettes/contourfilled-1.png -- 76.71kb -> 63.99kb (16.59%) /vignettes/aggregate-2.png -- 50.62kb -> 42.62kb (15.8%) /vignettes/aggregate-1.png -- 38.90kb -> 33.88kb (12.9%) /img/README-spatvec-1.png -- 171.66kb -> 151.26kb (11.88%) /img/README-hypso-1.png -- 227.49kb -> 201.32kb (11.51%) /img/README-example-tile-2.png -- 1,841.75kb -> 1,780.17kb (3.34%) /img/README-example-tile-1.png -- 1,342.09kb -> 1,301.47kb (3.03%) /vignettes/spatraster-example-1.png -- 165.34kb -> 160.38kb (3%) /img/spatraster-example-1.png -- 165.34kb -> 160.38kb (3%) /img/README-example-temp-1.png -- 165.34kb -> 160.38kb (3%) /vignettes/faceted-1.png -- 45.08kb -> 43.93kb (2.56%) /vignettes/contourlines-1.png -- 206.18kb -> 201.09kb (2.47%) /img/README-hypso-2.png -- 327.35kb -> 319.85kb (2.29%) /img/README-example-temp-2.png -- 245.70kb -> 240.50kb (2.11%) /vignettes/rgb-1.png -- 287.13kb -> 282.81kb (1.51%) /vignettes/rgb-2.png -- 348.19kb -> 344.54kb (1.05%) /vignettes/hypso-1.png -- 207.95kb -> 206.11kb (0.89%) Signed-off-by: ImgBotApp <[email protected]>
[ImgBot] Optimize images
Merge branch 'main' into dev # Conflicts: # CITATION.cff # DESCRIPTION # NEWS.md # README.md # codemeta.json # inst/schemaorg.json # vignettes/aggregate-1.png # vignettes/aggregate-2.png # vignettes/contourfilled-1.png # vignettes/contourlines-1.png # vignettes/faceted-1.png # vignettes/hypso-1.png # vignettes/lux_ggplot-1.png # vignettes/rgb-1.png # vignettes/rgb-2.png
Rebasing branch to main branch