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
look into how to share directory between host and container
implement check whether code is run within Docker container
either just check whether in a Docker container
or better check whether run in the right Docker container (e.g., by copying Dockerfile into container during build process and then comparing that file during execution; potentially provide Dockerfile in inst/)
inst/)