-
-
Notifications
You must be signed in to change notification settings - Fork 50
Error when committing #169
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
Comments
Well, as you described and as described in the README, |
Did not help. No, I did not set |
So the hooks runs this script. Can you download, put it in your working directory and run chmod 744 style-files
./style-files file1.R where |
You can also use |
Fixed it. I didn't have the most recent version of precommit in the environment file. Can be closed. |
Which file? I don't see why this should matter. |
My own environment.yml. |
the one for |
Yes |
Ok. I don't see how this is related but we can close the issue anyways. |
After updating to R 4.0, I keep receiving the following error when trying to commit
style-files..............................................................Failed
Fehler in loadNamespace(name) : es gibt kein Paket namens 'docopt'
Ruft auf: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Ausführung angehalten
lintr....................................................................Failed
Fehler in loadNamespace(name) : es gibt kein Paket namens 'docopt'
Ruft auf: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Ausführung angehalten
This occurs even though I have installed docopt on all
.libPaths()
Any idea what goes wrong?
The text was updated successfully, but these errors were encountered: