hypertidy/ceramic

Release ceramic 0.8.0

mdsumner opened this issue · 1 comments

Prepare for release:

  • decouple tile download from read
  • allow use of terra objects for 'loc'
  • remove dep on rgdal completely (#45)
  • sort out where gdalwmscache ends up (temp or user-controlled)
  • support wkt/geos #48
  • fix tile getter #49
  • clear the milestones.https://github.com/hypertidy/ceramic/milestone/1
  • remove raster and use terra 077fbef
  • think about disruption caused by move to terra ...
  • consider matching projection of input query, because we aren't know about tiles for raster load (??) no do this elsewhere
  • document that the read on demand is not the same as the tile downloads
  • consider read the tiles, done 4713726
  • git pull
  • Check current CRAN check results
  • Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • Polish NEWS
  • devtools::build_readme()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • revdepcheck::revdep_check(num_workers = 4)
  • Update cran-comments.md
  • git push
  • Draft blog post

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu

don biatch