rstudio/vetiver-r

renv error in `vetiver_sm_build`

Closed this issue · 1 comments

Im trying to recreate the sagemaker workflow from the "Deploy a model on AWS SageMaker with vetiver" locally and get the following error:

Warning: failed to find source for 'rapidoc 9.3.4' in package repositories
Warning: error downloading 'https://packagemanager.rstudio.com/cran/__linux__/jammy/latest/src/contrib/Archive/rapidoc/rapidoc_9.3.4.tar.gz' [downloaded length 0 != reported length 0]
Error: failed to retrieve package 'rapidoc@9.3.4'

Using R 4.3.1 and have tried with github and cran versions of vetiver installed -- most recently 0.2.5.

Installing 8.4.3 version of rapidoc locally fixes the issue. Looks like a sync issue between package managers that will probably fix itself eventually.

remotes::install_version('rapidoc', version='8.4.3')