vincentarelbundock / softbib

Software Bibliographies for R Projects
27 stars 0 forks source link

Add option to skip certain subdirectories #8

Closed carlislerainey closed 1 year ago

carlislerainey commented 1 year ago

I usually have a subdirectory in my projects (e.g., -old/) where I drop files I no longer need. I would like to have softbib() skip this/these directories.

vincentarelbundock commented 1 year ago

You'll need to reinstall from Github and restart R, but the latest version should honor the instructions given to a .renvignore file in the working directory. See here:

https://github.com/vincentarelbundock/softbib#ignoring-files-and-folders

This is a bit convoluted, but I can't currently think of an easy way to add an argument directly to the softbib() function.