Open mbjones opened 9 months ago
Working on this in branch bug-107-fix-package-docs
but I'm running into an error using roxygen2
to generate the docs. Here's the error when I run roxygen2::roxyngenize()
:
Error in assign(name, fdef, where) :
cannot change value of locked binding for 'delete'
The error seems to be complaining about the definition of the generic function for delete
in https://github.com/ropensci/redland-bindings/blob/bug-107-fix-package-docs/R/redland/R/redland.R#L62 but I am not clear on why this is cropping up now but not historically.
@jeroen @cboettig or other R gurus -- any pointers on this roxygen issue for redland
? Seems like a pretty generic (ha!) problem. I should have submitted this with the last release but I needed to get it done today to avoid getting archived.