andrew-edwards / sizeSpectra

R package for fitting size spectra to ecological data (including binned data)
10 stars 6 forks source link

Make all data objects as_tibble() not tbl_df() #3

Closed andrew-edwards closed 4 years ago

andrew-edwards commented 5 years ago

Latter is deprecated. Finally figured out how to get them to be imported as tibbles:

usethis::use_tibble()

which does then Import the tibble package (as tibbles aren't handled by dplyr, unlike tbl_df). Took a while to figure out, and get the library() version of my package working properly.

andrew-edwards commented 4 years ago

Out of time to do this and check everything still works. May have to revisit some time, but everything works now.