friendly / heplots

Visualizing Hypothesis Tests in Multivariate Linear Models, http://friendly.github.io/heplots/
9 stars 4 forks source link

Error installing #2

Open ghost opened 4 years ago

ghost commented 4 years ago

When I try to install the library I get an error message, saying:

And then the library is not installed. I think it is due to an error with my username, it does not recognize it correctly, please I want to solve this problem.

friendly commented 4 years ago

I'm not surprised at this problem with your username folder, but that is perhaps something that would occur with any source package you install. Folder's with spaces often cause problems, but the offense here is the embedded ' in "O'Diana", since the path is quoted in single quotes.

Try installing the CRAN-build package (not source) using

install.packages("heplots")
dld2517 commented 8 months ago

I am having problems installing heplots from source as well it is returning a segfault. I don’t think the issue is with your username in this case.

friendly commented 8 months ago

There's nothing unusual about the heplots pkg -- no C/C++ code. Can you install the binary package?