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
So far I've tried @importFrom tags in nblast, etc., using get("smat.fcwb", envir=as.environment("package:nat.nblast")) and get("smat.fcwb", envir=asNamespace("nat.nblast")), and none of these work. It seems you can see functions that aren't exported, but not data. Adding an @export tag to the data objects doesn't work either. Any ideas?
So far I've tried @importFrom tags in nblast, etc., using get("smat.fcwb", envir=as.environment("package:nat.nblast")) and get("smat.fcwb", envir=asNamespace("nat.nblast")), and none of these work. It seems you can see functions that aren't exported, but not data. Adding an @export tag to the data objects doesn't work either. Any ideas?
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
If using nblast inside another function when importing but not attaching nat.nblast
from elmr package.
workaround is to attach. Fix will involve something to do with scope of get statement (being pointed to objects in package)
The text was updated successfully, but these errors were encountered: