One WARNING flagged by "R CMD check" is the undocumented fuctions from the SWIG wrapper
file redland/R/redland.R that are visible to the user but can't be documented via Roxygen tags as the
code is generated during development tree installation / config. At one time SWIG had a documentation
module, (for Python, Java) but this has been removed and it's not clear when it may be reimplemented.
These routines of course are not intended to be called by users of the redland package, as we provide the wrapper to them, so they don't really need to be documented, but this WARNING will require an
explanation with the CRAN submission, which slows down the submission process.
One WARNING flagged by "R CMD check" is the undocumented fuctions from the SWIG wrapper file redland/R/redland.R that are visible to the user but can't be documented via Roxygen tags as the code is generated during development tree installation / config. At one time SWIG had a documentation module, (for Python, Java) but this has been removed and it's not clear when it may be reimplemented.
These routines of course are not intended to be called by users of the redland package, as we provide the wrapper to them, so they don't really need to be documented, but this WARNING will require an explanation with the CRAN submission, which slows down the submission process.
Any ideas how to resolve this?