-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make quickstart launcher, e.g. make_launcher()
#35
Comments
Idea: script or helper that fires up a favorite IDE with a desired Nixpkgs environment. |
Here is a little wishlist from my side. @b-rodrigues happy to get your feedback and inputs :-)
|
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. |
just a helper/wrapper via |
very simple implementation with #411 for now |
@b-rodrigues as you described your idea on matrix channel :-)
The text was updated successfully, but these errors were encountered: