Skip to content

Commit

Permalink
add clarifying comment to specs_from_pdf.R
Browse files Browse the repository at this point in the history
  • Loading branch information
HomoCodens committed Feb 20, 2023
1 parent ebdeb97 commit bc1b4c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noinst/specs/specs_from_pdf.R
Expand Up @@ -187,6 +187,8 @@ tbl_all <- full_join(quick_from_full, full, by = c("long")) |>
-is.save.y
)

# Some aspects of SPECS.csv can not be automatically determined (e.g. requires)
# Read those from a manually curated file and join them to the extracted SPECS
manual_specs <- read_csv("noinst/specs/SPECS_MANUAL.csv")

tbl_final <- left_join(tbl_all, manual_specs, by = "long") |>
Expand Down

0 comments on commit bc1b4c1

Please sign in to comment.