ropensci/RNeXML#247 (comment)
loadNamespace("RNeXML")
#> <environment: namespace:RNeXML>
unloadNamespace("RNeXML")
#> Error in .mergeMethodsTable(generic, mtable, tt, attach): trying to get slot "defined" from an object of a basic class ("environment") with no slots
Created on 2020-04-03 by the reprex package (v0.3.0)
Testing requires reinstalling the tibble package!
Changing cli doesn't seem to help, need to double-check (change, reinstall tibble, reinstall RNeXML, test).
Workaround: Remove #' @importFrom cli ...
ropensci/RNeXML#247 (comment)
Created on 2020-04-03 by the reprex package (v0.3.0)
Testing requires reinstalling the tibble package!
Changing cli doesn't seem to help, need to double-check (change, reinstall tibble, reinstall RNeXML, test).
Workaround: Remove
#' @importFrom cli ...