Skip to content
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

Error installing #2

Open
ghost opened this issue Oct 29, 2020 · 3 comments
Open

Error installing #2

ghost opened this issue Oct 29, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 29, 2020

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

  • installing source package 'heplots' ...
    ** package 'heplots' successfully unpacked and MD5 sums checked
    ** using staged installation
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** demo
    ** inst
    ** byte-compile and prepare package for lazy loading
    Error: unexpected symbol in "tools:::makeLazyLoading("heplots", 'C:/Users/Angel García O'Diana"
    Interrupted execution
    ERROR: lazy loading failed for package 'heplots'
  • removing 'C:/Users/Angel García O'Diana/Documents/R/win-library/4.0/heplots'
    Warning in install.packages :
    installation of package ‘heplots’ had non-zero exit status

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
Copy link
Owner

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
Copy link

dld2517 commented Apr 2, 2024

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
Copy link
Owner

friendly commented Apr 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants