In package yet unpublished I have a large data object (the .rda file has about 6 MB). With current roxygen versions, the namespace roclet hangs here
https://github.com/r-lib/roxygen2/blob/main/R/namespace.R#L402
This is apparently very inefficient if you have large objects in s3objects. If I remove the data object from the package, namespace generation proceeds swiftly as usual.
In package yet unpublished I have a large data object (the
.rdafile has about 6 MB). With current roxygen versions, the namespace roclet hangs herehttps://github.com/r-lib/roxygen2/blob/main/R/namespace.R#L402
This is apparently very inefficient if you have large objects in
s3objects. If I remove the data object from the package, namespace generation proceeds swiftly as usual.