Unexpected Symbol in Lazy Loading Oilabs

Problem downloading oilabs package. Tried installing the package from githubinstall which did not work and then downloaded the package file directly from my computer but I keep getting this error.

* installing *source* package 'oilabs' ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error: unexpected symbol in "tools:::makeLazyLoading("oilabs", "C:/Users/Natalie's PC/Documents/R/win-library/3.6/00LOCK-oilabs/00new", keep.source = FALSE, keep.parse.data = FALSE, set.install.dir = 'C:/Users/Natalie's"
Execution halted
ERROR: lazy loading failed for package 'oilabs'
* removing 'C:/Users/Natalie's PC/Documents/R/win-library/3.6/oilabs'
Warning in install.packages :
  installation of package ‘C:/Users/NATALI~1/Desktop/oilabs_0.1.1.9004.tar.gz’ had non-zero exit status

This is a known issue, R doesn't like empty spaces and non-ASCII characters on Windows user names, you could change it or install into the system-level library folder (it requires running RStudio as Administrator).

install.packages("oilabs", lib = "C:\\Program Files\\R\\R-3.6.2\\library")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.