leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

Custom Config file not working #104

Closed leppott closed 3 years ago

leppott commented 3 years ago

Describe the bug Shiny app loading custom config doesn't work.

To Reproduce

  1. Shiny app
  2. Load custom configuration file
  3. Values not used in checking of files

Expected behavior Can check the QC summary report that has the thresholds listed.

Screenshots NA

Additional context Add any other context about the problem here.

leppott commented 3 years ago

Custom file for download as an example included the newenv() line. This causes a second environment to be created and then not used in the processing of files. Only the original environment is used.

leppott commented 3 years ago

Removed the newenv() line and renamed the example file for download.

leppott commented 3 years ago

Further testing confirmed is fixed.