Open 0tertra opened 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.
desc_get(keys, file = ".")
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.