Skip to content
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

Merged
merged 83 commits into from
Nov 10, 2023
Merged

Add new features #104

merged 83 commits into from
Nov 10, 2023

Conversation

dieghernan
Copy link
Owner

Rebasing branch to main branch

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
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

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

Comparison is base (eaa55f9) 99.28% compared to head (89e682d) 99.57%.
Report is 1 commits behind head on main.

❗ Current head 89e682d differs from pull request most recent head a199026. Consider uploading reports for the commit a199026 to get more accurate results

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     
Files Coverage Δ
R/as_coordinates.R 100.00% <100.00%> (ø)
R/as_sf.R 100.00% <100.00%> (ø)
R/as_spatraster.R 98.63% <100.00%> (+0.10%) ⬆️
R/as_spatvector.R 97.61% <100.00%> (+0.05%) ⬆️
R/as_tibble-Spat.R 98.58% <100.00%> (ø)
R/autoplot-Spat.R 100.00% <100.00%> (ø)
R/bind-cols-SpatVector.R 100.00% <100.00%> (ø)
R/bind-rows-SpatVector.R 98.41% <100.00%> (-0.16%) ⬇️
R/compare_spatrasters.R 100.00% <100.00%> (ø)
R/drop_na-Spat.R 100.00% <100.00%> (ø)
... and 21 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@github-advanced-security github-advanced-security bot left a 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.

dieghernan and others added 23 commits August 3, 2023 18:39
*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]>
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
@dieghernan dieghernan marked this pull request as ready for review November 10, 2023 22:36
@dieghernan dieghernan merged commit 6d868b6 into main Nov 10, 2023
2 checks passed
@dieghernan dieghernan deleted the dev branch November 10, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants