You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtools43 is in the path and obviously there is no option "-- )" for cp.
This solution does not work for me, because I don't have Linux: https://github.com/r-lib/covr/issues/520
My thoughts are:
In my environment I need to run "source" package installation with option: INSTALL_opts = "--no-test-load"
Maybe covr also has to run with this option to succeed?
When I install "source" package without option "--no-test-load" I got the following Error and with this option the installation is fine.
Are there settings to generally prevent from loading tests during installation?
Or other solutions to get test also installed?
Or is my thought wrong and there is another solution for me to run package_coverage()?
Please help to get package_coverage() working.
The text was updated successfully, but these errors were encountered:
I have problems to run covr::package_coverage() (covr version 3.6.4) on R-4.3.2 in a Windows environment.
The following function call on DoseFinding fails (same with other packages):
Running into this problem:
rtools43 is in the path and obviously there is no option "-- )" for cp.
This solution does not work for me, because I don't have Linux: https://github.com/r-lib/covr/issues/520
My thoughts are:
In my environment I need to run "source" package installation with option: INSTALL_opts = "--no-test-load"
Maybe covr also has to run with this option to succeed?
When I install "source" package without option "--no-test-load" I got the following Error and with this option the installation is fine.
Are there settings to generally prevent from loading tests during installation?
Or other solutions to get test also installed?
Or is my thought wrong and there is another solution for me to run package_coverage()?
Please help to get package_coverage() working.
The text was updated successfully, but these errors were encountered: