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
for us as developers, this would be very useful for project setup/teardown in tests and examples.
we could simply out <- setupProject(); .teardownProject(out) and have libPaths reset, instead of (currently) requiring out$paths and origLibPaths to be passed to .teardownProject().
The text was updated successfully, but these errors were encountered:
for us as developers, this would be very useful for project setup/teardown in tests and examples.
we could simply
out <- setupProject(); .teardownProject(out)
and have libPaths reset, instead of (currently) requiringout$paths
andorigLibPaths
to be passed to.teardownProject()
.The text was updated successfully, but these errors were encountered: