revdep/check.R

library("devtools")

with_libpaths(getOption("devtools.revdep.libpath"), {
  install.packages("spatstat")
  install.packages("rgdal", type = "source")
})

res <- revdep_check()
revdep_check_save_summary(res)
revdep_check_save_logs(res)
hadley/reshape documentation built on March 16, 2021, 9:38 a.m.