-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix globals and other NAMESPACE issues #47
Comments
but more importantly need to change all the |
|
The above change is in plot_passnet() |
- add global vars - fix namespace issues references #47
after discussion with Harsh, we can just throw the |
…kage - remove useful from imports and namespace - remove Rcpp and RcppRoll from imports (unused) references #47
na.omit is from {stats} and not base... used in
plot_passnet()
... tbh could just filter NAs in a different way using the imports we already haveotherwise the usual global vars shenanigans that i'll need to add into
globals.R
The text was updated successfully, but these errors were encountered: