Closed elong0527 closed 2 years ago
Should we add a file_all function?
file_all
It would be helpful if we need to move all files from a sub-folder. (e.g. inst/ folder)
inst/
This is what file_auto() is supposed to do.
file_auto()
We just need to implement this https://github.com/Merck/pkglite/issues/18 to guess the type of files with unknown extensions.
Should we add a
file_all
function?It would be helpful if we need to move all files from a sub-folder. (e.g.
inst/
folder)