Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 9, 2024
1 parent 8b911c0 commit b2a6538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# rasterpic 0.2.3

- Now `asp_ratio` is an internal function.
- Now `asp_ratio()` is an internal function.
- Improve docs and tests.

# rasterpic 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title <- gsub("'", "", meta$Title, fixed = TRUE)
bibentry(
"Manual",
header = paste0("To cite '", meta$Package, "' in publications use:"),
title = paste0("{", meta$Package, "}: ", title),
title = "{rasterpic}: Convert Digital Images into {SpatRaster} Objects",
author = person("Diego", "Hernangómez"),
year = year,
version = meta$Version,
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ reference:
contents: rasterpic_img
- title: Plotting
desc: >
Functions from other packages from plotting `SpatRasters`.
Functions from other packages from plotting `SpatRaster` objects.
contents:
- terra::plotRGB()
- tidyterra::geom_spatraster_rgb()
Expand Down

0 comments on commit b2a6538

Please sign in to comment.