Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

R-CMD-CHECK Failing due to Ubuntu not being able to build vignettes #13

Closed
JustinCally opened this issue Mar 12, 2021 · 1 comment
Closed

Comments

@JustinCally
Copy link
Owner

Ubuntu actions are failing when building vignettes as a system dependency for stringi cannot be found:

Run rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')
── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘.../DESCRIPTION’ ... OK
* preparing ‘VicmapR’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
Error: Error: processing vignette 'query_vicmap.Rmd' failed with diagnostics:
unable to load shared object '/home/runner/work/_temp/Library/stringi/libs/stringi.so':
  libicui18n.so.60: cannot open shared object file: No such file or directory
Execution halted
Error: Error in proc$get_built_file() : Build process failed
Calls: <Anonymous> ... build_package -> with_envvar -> force -> <Anonymous>
Execution halted
Error: Process completed with exit code 1.
@JustinCally
Copy link
Owner Author

solved by installing stringi from source but now sf is an issue:

r-spatial/sf#1377

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

No branches or pull requests

1 participant