Merck / pkglite

Compact Package Representations
https://merck.github.io/pkglite/
GNU General Public License v3.0
30 stars 4 forks source link

add a `file_all` function #21

Closed elong0527 closed 2 years ago

elong0527 commented 2 years ago

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)

nanxstats commented 2 years ago

This is what file_auto() is supposed to do.

We just need to implement this https://github.com/Merck/pkglite/issues/18 to guess the type of files with unknown extensions.