Hi
I am using version 0.99.60 of DescTools
I ran renv::install(dependencies = TRUE) on MacOS and this results in an attempt to install RDCOMClient since it is in under Suggests in the description file; this is not available for the Mac and I don't actually need RDCOMClient . The error is as follows
The following package(s) were not installed successfully:
- [RDCOMClient]: failed to download
You may need to manually download and install these packages.
Is it possible to get DescTools to skip the RDCOMClient in the case of Mac OS, when something like renv::install(dependencies = TRUE) is run ?
Please let me know if other info would be helpful.
Hi
I am using version
0.99.60ofDescToolsI ran
renv::install(dependencies = TRUE)on MacOS and this results in an attempt to installRDCOMClientsince it is in underSuggestsin the description file; this is not available for the Mac and I don't actually needRDCOMClient. The error is as followsIs it possible to get
DescToolsto skip theRDCOMClientin the case of Mac OS, when something likerenv::install(dependencies = TRUE)is run ?Please let me know if other info would be helpful.