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
when I try to run a dummy analysis I run into the issue that my $HOME directory is /Users/rutger.vos, which the code wants to parse on the period. It tries to instantiate a log file called /Users/rutger.log, which is not allowed.
In trying to circumvent this I tested whether I can use a tilde instead (i.e. for my $HOME, use ~) but it doesn't like that either.
Best,
Rutger
The text was updated successfully, but these errors were encountered:
I think it would be more user friendly if the log had time stamps (to see how long various processes take), as well as functionalities such as reformatting the messages, etc. It might make sense to use log4r.
(Edited: why did I recommend a python package... oops... anyway, I imagine the equivalent exists for R)
rvosa
changed the title
No periods or tildas in file paths
No periods or tildes in file paths
Jan 6, 2021
Hi Dom,
when I try to run a dummy analysis I run into the issue that my $HOME directory is /Users/rutger.vos, which the code wants to parse on the period. It tries to instantiate a log file called /Users/rutger.log, which is not allowed.
In trying to circumvent this I tested whether I can use a tilde instead (i.e. for my $HOME, use ~) but it doesn't like that either.
Best,
Rutger
The text was updated successfully, but these errors were encountered: