sapfluxnet / sapfluxnetQC1

R package with functions related to sapfluxnet project
6 stars 0 forks source link

qc_set_timezone #32

Closed vflo closed 6 years ago

vflo commented 7 years ago

Fails when there is no TIMEZONE -> we need a check with an informative error

MalditoBarbudo commented 7 years ago

To fix this, a check must be added to qc_get_timezone function to ensure that if the timezone is not provided by the contributor (NA or NULL) an informative error is raised.

MalditoBarbudo commented 7 years ago

Fixed and tested in the fix_issue_32 branch (see 5e4b4c675a100155f7cfdaafd6b97cb015de060b)

MalditoBarbudo commented 6 years ago

Fix reached the devel branch, closing now