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!