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
Currently RGenerator creates a Dockerfile that downloads src/install.R from Github pages i.e. https://stencila.github.io/dockter/install.R.
Once this is published as an NPL package #17 it should use https://unpkg.com/@stencila/dockter/src/install.R (which will redirect to the latest version)
The text was updated successfully, but these errors were encountered:
Currently
RGenerator
creates a Dockerfile that downloadssrc/install.R
from Github pages i.e.https://stencila.github.io/dockter/install.R
.Once this is published as an NPL package #17 it should use
https://unpkg.com/@stencila/dockter/src/install.R
(which will redirect to the latest version)The text was updated successfully, but these errors were encountered: