You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generated by roxygen2: do not edit by hand
if (TRUE) {
import(methods)
} else {
import(utils)
}
import(methods)
import(utils)
if (TRUE) {
import(graphics)
import(stats)
}
} else {
The text was updated successfully, but these errors were encountered:
As noted here:
r-lib/lintr#2510
I've constructed a more minimal example with package:
roxygenize()
works fine, with contents:Attempt to
roxygenize()
with existing NAMESPACE fails:Contents of
NAMESPACE
now:The text was updated successfully, but these errors were encountered: