Specify root directory of an R package for renv

Hi. I do R package development and I want to make renv aware about my DESCRIPTION file.
However it seems that renv hard assumes that the DESCRIPTION file is also in the root of my project.

Which is not the case. The R package I develop is located in a subdirectoy named: "package". How do I make renv aware about my DESCRIPTION file?

I can specify a 'path' argument in `renv::dependency(). But I don't see anywhere a project setting where I can specify that that this is the root path to use..

Thank for the help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.