Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmafelix committed Apr 9, 2024
1 parent ebbfae5 commit 74bc429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/calculate_covariates.R
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ calc_modis_daily <- function(
#' This function leverages the calculation of single-day MODIS
#' covariates:
#' * [`calc_modis_daily`]
#'
#'
#' Also, for preprocessing, see:
#' * [`process_modis_merge`]
#' * [`process_modis_swath`]
Expand Down Expand Up @@ -1895,4 +1895,4 @@ calc_lagged <- function(
#### filter to dates of interest
variables_return_date <- variables_return[time %in% date_sequence, ]
return(variables_return_date)
}
}
1 change: 0 additions & 1 deletion R/download_auxiliary.R
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,3 @@ list_stac_files <-

return(list_assets)
}

0 comments on commit 74bc429

Please sign in to comment.