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
ls(all=TRUE)
# character(0)# any (?) package with src/ code, I've tried roxygen2, Rcpp, and data.table# but _not_ on lint, which doesn't have src/ codepkgload::load_all()
ls(all=TRUE)
# [1] ".Random.seed"
Is that intended/unavoidable behavior? It may harm reproducibility. OTOH, I can't think of a place where this causes an issue, it's just something I noticed when tinkering around on another problem. So don't feel obligated to devote too much effort to this.
The text was updated successfully, but these errors were encountered:
Given the root cause, it may be up to {pkgbuild} to decide whether this behavior is working as intended & possibly document it, or else be careful to restore state on exit.
Copied from r-lib/pkgload#272
In
R --vanilla
Is that intended/unavoidable behavior? It may harm reproducibility. OTOH, I can't think of a place where this causes an issue, it's just something I noticed when tinkering around on another problem. So don't feel obligated to devote too much effort to this.
The text was updated successfully, but these errors were encountered: