Skip to content

Commit

Permalink
define global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed May 30, 2024
1 parent 2d27b9b commit e09c26e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ utils::globalVariables(c(
"nd_method", "nd_mult", "od_method", "org_table",
"organization", "original_source", "project", "sampleMedia",
"selected_filters", "selected_flags", "siteType",
"siteid", "startDate", "statecode", "od_mult", "field_sel"
"siteid", "startDate", "statecode", "od_mult", "field_sel",
"DetectionQuantitationLimitMeasure.MeasureValue"
))

0 comments on commit e09c26e

Please sign in to comment.