Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QUESTION

The table species_growth_form is not consistent with the Look-Up Table lut_growth_form.

In species_growth_form the growth_form is Fungi whereas in lut_growth_form is Fungus.

ANSWER

(Emrys 05/02/2020): “Probably makes sense to change the lookup table to fungi rather than change all the entries for each species?“

ACTION / FIX

Review if data have been fixed in the source

Status
colourYellow
titlePENDING FUTURE REVIEW

Errors

ERROR

Typos in horizon classification column in soilcharacterisation table:

  1. Are major case suffixes "K" and "W" typos for "k" and "w"?

  2. What is "10YR53" and does it belong in horizon column?

  3. is Ash a typo for "A"?

  4. is B/c a typo for B/C or for Bc?

  5. is A! a typo for A1 or A?

ANSWER

ACTION / FIX

TEST

ERROR

misspelled transect identifiers

ANSWER

ACTION / FIX

Review if data have been fixed in source

TEST

expect_false(any(unique(point_intercept$transect) %in% c("W5-.E", "1-N1")))

...