Skip to content

Commit

Permalink
Improve glimpse method (#136)
Browse files Browse the repository at this point in the history
* Improve glimpse method

* Update docs with pkgdev

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dieghernan and github-actions[bot] authored Feb 23, 2024
1 parent 11ba4bc commit 6a70db2
Show file tree
Hide file tree
Showing 11 changed files with 487 additions and 365 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ importFrom(ggplot2,alpha)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,fortify)
importFrom(grDevices,col2rgb)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(grDevices,terrain.colors)
importFrom(magrittr,"%>%")
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- New methods for `SpatVectors`:
- `pivot_longer.SpatVector()` and `pivot_wider.SpatVector()`.
- `fill.SpatVector()`.
- `glimpse.SpatRaster()` and `glimpse.SpatVector()` now displays information
using.
- `?tibble::print.tbl_df` approach for the header and the footer. The body is
still displayed transposed as of `dplyr::glimpse()`. See
`pillar::tbl_format_header()` and `pillar::tbl_format_footer()` for
examples.

# tidyterra 0.5.2

Expand Down Expand Up @@ -160,3 +166,4 @@ Other changes on this version:
- New geoms:

- `geom_spatraster_contour()` family.

Loading

0 comments on commit 6a70db2

Please sign in to comment.