cynkra/fledge

Allow other paths then '.' for finding the package

Opened this issue · 0 comments

fledge uses desc::desc_get to find the news and description files in a package, which by default uses desc_get(keys, file = ".").
I would like to have an option to specify a path other then the working directory.