Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

driver() failing at module_aglu_LB141.ag_Fert_IFA_ctry_crop... #1232

Description

@robbieorvis

Four of us are getting the same error running the data system on Windows from the main branch:

[1] "module_aglu_LB141.ag_Fert_IFA_ctry_crop"
Error in left_join():
! ... must be empty.
✖ Problematic argument:
• ignore_columns = "item"
Run rlang::last_error() to see where the error occurred.

rlang::last_error()
<error/rlib_error_dots_nonempty>
Error in left_join():
! ... must be empty.
✖ Problematic argument:
• ignore_columns = "item"


Backtrace:

  1. gcamdata::driver()
  2. dplyr:::left_join.data.frame(...)
    Run rlang::last_trace() to see the full context.

rlang::last_trace()
<error/rlib_error_dots_nonempty>
Error in left_join():
! ... must be empty.
✖ Problematic argument:
• ignore_columns = "item"


Backtrace:

  1. ├─gcamdata::driver()
  2. │ └─gcamdata:::run_chunk(chunk, all_data[input_names]) at gcam_data_system/R/driver.R:364:6
  3. │ ├─base::do.call(chunk, list(driver.MAKE, all_data)) at gcam_data_system/R/driver.R:16:2
  4. │ └─gcamdata:::module_aglu_LB141.ag_Fert_IFA_ctry_crop("MAKE", <named list>)
  5. │ └─... %>% select(iso, GTAP_crop, scaler) at gcam_data_system/R/zchunk_LB141.ag_Fert_IFA_ctry_crop.R:108:4
  6. ├─dplyr::select(., iso, GTAP_crop, scaler)
  7. ├─dplyr::left_join(...)
  8. └─dplyr:::left_join.data.frame(...)
  9. └─rlang::check_dots_empty0(...)
  10. └─rlang::check_dots_empty(call = call)
    
  11.   └─rlang:::action_dots(...)
    
  12.     ├─base (local) try_dots(...)
    
  13.     └─rlang (local) action(...)
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions