We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c4bcb commit 0cf2bbeCopy full SHA for 0cf2bbe
R/download_worldclim_future.R
@@ -47,7 +47,7 @@ download_worldclim_future <- function(dataset, bio_var, filename = NULL) {
47
destfiles = worldclim_url
48
)
49
if (any(!download_res$success)) {
50
- print(download_res[!download_res$success,])
+ print(download_res[!download_res$success, ])
51
stop("something went wrong downloading the data; try again")
52
}
53
0 commit comments