Skip to content

Commit 0cf2bbe

Browse files
committed
fix lint
1 parent 70c4bcb commit 0cf2bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/download_worldclim_future.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ download_worldclim_future <- function(dataset, bio_var, filename = NULL) {
4747
destfiles = worldclim_url
4848
)
4949
if (any(!download_res$success)) {
50-
print(download_res[!download_res$success,])
50+
print(download_res[!download_res$success, ])
5151
stop("something went wrong downloading the data; try again")
5252
}
5353

0 commit comments

Comments
 (0)