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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: