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, we install Stencila packages for R, Python, Node.js so that editor UI clients can execute code within the container. This is done independently of the project's package dependencies.
However, not all users may need this functionality so a --stencila=false option would be useful to speed up builds and reduce image sizes.
The text was updated successfully, but these errors were encountered:
Currently, the Stencila R package is very slow to install so this turns that off
by default until that is sped up. Partially addresses #40 (still need to add argument on CLI)
Currently, we install Stencila packages for R, Python, Node.js so that editor UI clients can execute code within the container. This is done independently of the project's package dependencies.
However, not all users may need this functionality so a
--stencila=false
option would be useful to speed up builds and reduce image sizes.The text was updated successfully, but these errors were encountered: