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
?reproducible::prepInputs(..., overwrite) says:
?reproducible::prepInputs(..., overwrite)
Logical. Should downloading and all the other actions occur even if they pass the checksums or the files are all there.
However, downloading is not triggered in the second call bellow. Bug or doc woopsie?
url <- "https://github.com/tati-micheletti/host/raw/master/data/rasterTest.tif" ras <- reproducible::prepInputs(url = url, destinationPath = "~/SpaDES_book/data/prepInputs") ras <- reproducible::prepInputs(url = url, overwrite = TRUE, destinationPath = "~/SpaDES_book/data/prepInputs") # no downloading was triggered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
?reproducible::prepInputs(..., overwrite)
says:However, downloading is not triggered in the second call bellow. Bug or doc woopsie?
The text was updated successfully, but these errors were encountered: