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
If building an Rcpp package (using rcpp.package.skeleton will do),
And turning on:
build tools -> generate documentation with roxygen -> configure -> use roxygen to generate -> NAMESPACE files
Will cause roxygen to erase the following two ESSENTIAL lines from NAMESPACE:
useDynLib(PkgName)
exportPattern("^[[:alpha:]]+")
This will cause an error of the style:
Error in .Call("RcppDend_Rcpp_labels_dendrogram", PACKAGE = "RcppDend") :
"RcppDend_Rcpp_labels_dendrogram
" not available for .Call() for package "RcppDend"
I will also submit this report in the roxygen repo.