Closed sgunz closed 4 months ago
There are still two old functions in the namespace which crash installation
Error: package or namespace load failed for ‘spatialFDA’ in namespaceExport(ns, exports): undefined exports: .apply_ls_ppp, .speToppp
To fix just run devtools::document(), this should remove the files from namespace.
devtools::document()
thanks! It should work now.
There are still two old functions in the namespace which crash installation
To fix just run
devtools::document()
, this should remove the files from namespace.