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
Here is a little wishlist from my side. @b-rodrigues happy to get your feedback and inputs :-)
Detect the operating system, either 1) it is UNIX, or 2) it is Windows.
Check if Nixpkgs is installed first. If not, for UNIX, use the Determinate Nix Installer from Determinate Systems directly. If Windows, check if the WSL2 Ubuntu console is available, if not, install it (note to rerun R with admin rights).
Special Windows hook: quick-jump from the current R terminal path in Windows to corresponding mounted path in WSL2.
The good thing is that we have {curl} already in our reverse dependency list (currently we import {httr}, {jsonlite}, {sys} and {utils}). This means there is no cost in adding curl (some OS'es do not come with curl by default). That means easier downloads when bootstrapping directly from R.
@b-rodrigues as you described your idea on matrix channel :-)
The text was updated successfully, but these errors were encountered: