Skip to content

Commit

Permalink
test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
smwoodman committed Sep 5, 2023
1 parent d6a742d commit 1a20097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_to_dwc.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ event <- x.header %>%
sampleSizeValue = census_days,
sampleSizeUnit = ifelse(census_days <= 1, "day", "days"),
geodeticDatum = "EPSG:4326",
samplingProtocol = "TODO: paper DOI upon publication"
samplingProtocol = "TODO: add paper DOI upon publication"
) %>%
rename(eventID = header_id) %>%
# fields that cannot be mapped to Darwin Core
Expand Down

0 comments on commit 1a20097

Please sign in to comment.