Hi, I'm a new user to renv. Currently, I have a project organized with a "Rmarkdown" directory where all my R markdown files are stored. When I create a "Test.Rmd" file just by going to File-->"New File"-->"R markdown" it runs if I store this file at the top level directory (where my renv directory and lock file reside), but if I create this file within my Rmarkdown subdirectory and try to knit the file, I get the error below. Can you help me fix the problem?
Error in file(filename, "r", encoding = encoding) :
cannot open the connection
Calls: source -> file
In addition: Warning message:
In file(filename, "r", encoding = encoding) :
cannot open file 'renv/activate.R': No such file or directory
Execution halted