Skip to content
New issue

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

Documentation misleading or bug? #397

Open
CeresBarros opened this issue Jun 12, 2024 · 0 comments
Open

Documentation misleading or bug? #397

CeresBarros opened this issue Jun 12, 2024 · 0 comments

Comments

@CeresBarros
Copy link
Member

?reproducible::prepInputs(..., overwrite) says:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant