We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
solved by installing stringi from source but now sf is an issue:
r-spatial/sf#1377
Sorry, something went wrong.
No branches or pull requests
Ubuntu actions are failing when building vignettes as a system dependency for stringi cannot be found:
The text was updated successfully, but these errors were encountered: