cynkra / fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://fledge.cynkra.com
188 stars 11 forks source link

Allow other paths then '.' for finding the package #785

Open 0tertra opened 4 months ago

0tertra commented 4 months ago

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.