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

Handling dependencies #9

Closed
lorenzwalthert opened this issue Jun 21, 2019 · 2 comments
Closed

Handling dependencies #9

lorenzwalthert opened this issue Jun 21, 2019 · 2 comments

Comments

@lorenzwalthert
Copy link
Owner

lorenzwalthert commented Jun 21, 2019

As long as R is not a supported language, I wonder how we can install R dependencies like R packages such as styler. They probably need to be installed manually. This is not really nice and hence R support in pre-commit would be nice anyways. But since R cannot provide an executable (see r-lib/styler#467 (comment)), it would be merely for managing dependencies and then we'd anyways use the system entry point with an R script as with the current implementation. Also see pre-commit/pre-commit#926. cc: @katrinleinweber.

@lorenzwalthert
Copy link
Owner Author

A standard message like "there is no package xyz, please install it via install.packages()" would be appropriate.

@lorenzwalthert
Copy link
Owner Author

lorenzwalthert commented Jan 15, 2020

Closed because of Status: Postponed and with level 2 language support covered in #215, this is redundant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant