Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError in search_path_unsetup while running demo(unitizer) #188
Comments
|
Thanks for reporting. I have yet to test on R-devel, so that may be the issue. However, I have also made many many changes in the development branch, so I would really appreciate it if you could try:
and see if you get the same error. Also, are you using Rstudio or just running Cli? |
|
Also, if you're currently on v0.9.0 of unitizer, you can try setting |
|
Using development versions of
|
|
I pushed a new version out to master that should address this issue and many others (1,000 commits since the version you tried). The problem was caused by changes introduced in R-devel. |
|
Also, obviously, @richierocks feel free to re-open if it is not fixed for you. |
I ran
and it worked OK until the line
unitize(.unitizer.test.file)Then it failed with the following output
The traceback is as follows
I'm running R-devel 3.4.0 (rev 71184) under Windows 10 x64, in case it makes a difference.