We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running:
nomad::build("reconhub/deployer", "D:/deployer")
my connection was interrupted ~10 min into the download. I tried completing the download using:
> nomad::pack("D:/deployer") nomad: cran [ download ] source Skipping packages (type: source) for packages: ActuDistns [ download ] binary: windows Skipping packages (type: win.binary) for packages: ActuDistns, branchr, dibbler, distcrete, doMC, earlyR, epicontacts.ui, epitrix, gpclib, incidence.ui, outbreaker2, projections, recon.ui, recontools, RSVGTipsDevice, shinyHelpers Error in download_files(url[i], destdir, labels = pkgs[i], progress = progress) : Remove stale download file: D:/deployer/bin/windows/contrib/3.4/lpSolve_5.6.13.zip_dl
I remove the file manually (and successfully), but then it re-appears as soon as I run nomad::pack("D:/deployer").
nomad::pack("D:/deployer")
I suspect this kind of issue will be frequent, so it would be good to be able to resume a stalled build.
The text was updated successfully, but these errors were encountered:
Testing this remains the challenge, so try
Sorry, something went wrong.
No branches or pull requests
After running:
my connection was interrupted ~10 min into the download. I tried completing the download using:
I remove the file manually (and successfully), but then it re-appears as soon as I run
nomad::pack("D:/deployer")
.I suspect this kind of issue will be frequent, so it would be good to be able to resume a stalled build.
The text was updated successfully, but these errors were encountered: