haukelicht / llm_text_coding_r

Public materials for my workshop "Hands-On Text Coding with Large Language Models for Social Scientists with R"
0 stars 1 forks source link

renv version #1

Open paulazlotnik opened 2 weeks ago

paulazlotnik commented 2 weeks ago

I am not sure if this is a bug, but not having worked with renv before when running the setup_renv script, I got an error message that the installed version of renv does not match the version configured in the project. Maybe this applies to others as well? (I installed the packages manually now to be sure).

After running renv::restore(packages = "renv") as suggested in the error message, I got the following warnings when installing the packages via renv:

haukelicht commented 2 weeks ago

Hi,

I just updated the renv version we used for this project and the setup/setup_renv.R script. Please pull these changes (git pull) and try again.