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 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.
The text was updated successfully, but these errors were encountered:
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
When I try to install the library I get an error message, saying:
** 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'
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.
The text was updated successfully, but these errors were encountered: