This merge so far contains the following new features:
Static analysis will now identify needed libraries even if they were loaded from a library rather than character literal
Bug fixes:
Warning about
the condition has length > 1 and only the first element will be used```
is fixed
Some package installs require a restart such as ggplot2, since it will already be installed, we now surround a user's install.packages line with a check to see if a library is already installed first. Otherwise their script won't execute as it'll stop for the restart.
This merge so far contains the following new features:
Bug fixes:
install.packages
line with a check to see if a library is already installed first. Otherwise their script won't execute as it'll stop for the restart.Some more minor changes