Hello,
I have successfully installed and ran /script_analysis/aqExample/run_scatterplot.csh for a project in AMETv1.4. My sites file is sitex_IMPROVE_ARDEQ_JUL_TRIAL.csh.txt (4.9 KB) . But when I tried to run stats_plots_leaflet script ARDEQ_run_stats_plots_leaflet.csh.txt (5.0 KB) I get the following error (error log :stats_plots_leaflet.txt (2.2 KB)
Loading required package: leaflet
Loading required package: htmlwidgets
Loading required package: maps
Loading required package: mapdata
[1] "SELECT d.network,d.stat_id,s.lat,s.lon,d.ob_dates,d.ob_datee,d.ob_hour,d.month , d.SO4_ob, d.SO4_mod ,d.POCode,s.state from ARDEQ_JUL_TRIAL as d, site_metadata as s WHERE d.SO4_ob is not NULL and d.network=‘IMPROVE’ and s.stat_id=d.stat_id and d.ob_dates BETWEEN 20160701 and 20160731 and d.ob_datee BETWEEN 20160701 and 20160731 and ob_hour between 0 and 23 ORDER BY stat_id,ob_dates,ob_hour"
There were 14 warnings (use warnings() to see them)
pandoc: Could not find data file ARDEQ_JUL_TRIAL_SO4_1_stats_plot_NMB_files/leaflet-1.3.1/
Error: pandoc document conversion failed with error 97
Execution halted
I have ‘pandoc’ installed in my system
Please help