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
The manual rcmdcheck::rcmdcheck() approach that worked initially isn't stable as it doesn't trigger the installation of dependencies if step_rcmdcheck() is not in the tic workflow.
I am already working on a fix in tic that enables the checking on a tarball that is built externally and not by the step_rcmdcheck() command.
Furthermore I want to suppress the annoying source installation of stringi every time. Turns out to be more problematic than it sounds in the first place.
The text was updated successfully, but these errors were encountered:
The manual
rcmdcheck::rcmdcheck()
approach that worked initially isn't stable as it doesn't trigger the installation of dependencies ifstep_rcmdcheck()
is not in the tic workflow.We cannot use the latter approach on appveyor currently due to r-lib/rcmdcheck#83 (comment).
I am already working on a fix in tic that enables the checking on a tarball that is built externally and not by the
step_rcmdcheck()
command.Furthermore I want to suppress the annoying source installation of
stringi
every time. Turns out to be more problematic than it sounds in the first place.The text was updated successfully, but these errors were encountered: