Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez committed May 15, 2024
1 parent 2a5ea41 commit 556edad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/create_unique_ecosystem_from_scratch.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#'
create_unique_ecosystem_from_scratch <- function(dsn, vri_dsn = dsn, bem_dsn = dsn, rivers_dsn = dsn, wetlands_dsn = dsn,
layers_names_list = list(vri = "VEG_R1_PLY_polygon", bem = "BEM", rivers = "FWA_RIVERS_POLY", wetlands = "FWA_WETLANDS_POLY"),
beu_bec_csv = system.file("csv/Allowed_BEC_BEUs_NE_ALL.csv", package = "SSGBM-VRI-BEM"),
beu_wetland_update_csv = system.file("csv/beu_wetland_updates.csv", package = "SSGBM-VRI-BEM"),
beu_bec_csv = system.file("csv/Allowed_BEC_BEUs_NE_ALL.csv", package = "SSGBM.VRI.BEM"),
beu_wetland_update_csv = system.file("csv/beu_wetland_updates.csv", package = "SSGBM.VRI.BEM"),
clear_site_ma = TRUE, use_ifelse = TRUE, wkt_filter = character(0), n_iterations = 1, verbose = TRUE) {

if (FALSE) {
Expand Down

0 comments on commit 556edad

Please sign in to comment.