Skip to content

Commit 598d90f

Browse files
feat(pars): make project_funding optional
1 parent a2edc96 commit 598d90f

6 files changed

Lines changed: 108 additions & 99 deletions

File tree

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/R/pars-validate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PARS_REQUIRED <- list(
8585
"recording_device_type_code", "recording_duration_secs",
8686
"recording_interval_secs", "recording_sample_rate_khz",
8787
"recording_bit_depth", "recording_n_channels", "recording_timezone",
88-
"points_of_contact", "project_funding"
88+
"points_of_contact"
8989
),
9090
detectiondata = c(
9191
"deployment_code", "analysis_organization_code",

0 commit comments

Comments
 (0)