tidyverse / datascience-box

Data Science Course in a Box
https://datasciencebox.org
Other
922 stars 420 forks source link

build_book.yaml fails on stringi #134

Closed graySquirrel closed 2 years ago

graySquirrel commented 2 years ago

stringi wants to be installed:

- stringi        [* -> 1.5.3]

but build fails because it fails install
Installing stringi [1.5.3] ...
    FAILED
Error: Error: install of package 'stringi' failed [error code 1]
Error installing package 'stringi':
Traceback (most recent calls last):
12: renv::restore()
===================================
mine-cetinkaya-rundel commented 2 years ago

Looks like renv snapshot needed updating, the action is working now!