tidyterra 0.2.2
- Changes on how dplyr, tibble and tidyr are attached. Now these
packages are listed on 'Depends' and are attached before tidyterra when
library
orrequire
is called. Messages on load can be suppressed with
suppressPackageStartupMessages(library(tidyterra))
.
What's Changed
- Remove startup messages by @dieghernan in #47
Full Changelog: v0.2.1...v0.2.2