Skip to content
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

[unconfirmed] R should be able to write to a config file taking a data file path as an argument #198

Open
soniamitchell opened this issue Nov 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@soniamitchell
Copy link
Contributor

  • The config.yaml file should be written to tempfile(fileext = ".yaml)
  • data_products can be added using add_read() and add_write(); note that these function names are already taken by functions used to generate user-written config files for the unit tests
  • The location of this file could be passed in the handle

If the CLI is wrapped, then check first whether fair is installed:

if (Sys.which("fair") == "")
  stop("fair CLI isn't installed")
  • If it's not, do we want to install it automatically (as is done in the CI) or throw an error and prompt the user to install it themselves?
  • Likewise for the registry.
  • Do we want the user to create their own virtual environment, or create and activate one automatically (as is done in the CI)?
@soniamitchell soniamitchell added the enhancement New feature or request label Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant