Is it possible to import development versions of a package within another package?

67 Views Asked by At

I am writing a package (currently for my own use only) that uses data.table heavily. However, one function I use often, data.table::fcase() is only available in the development version of data.table. Is it possible to ensure that R checks for and installs the development version of data.table with my package?

0

There are 0 best solutions below