algorsky / ds-pipelines-targets-2

https://lab.github.com/USGS-R/usgs-targets-tips-and-tricks
0 stars 0 forks source link

Splitting the pipeline targets into 3 different makefiles by phase. #11

Closed algorsky closed 2 years ago

algorsky commented 2 years ago

Split the pipeline targets into three separate makefiles: 1_fetch, 2_process and 3_visualize. I also renamed each target using the appropriate prefix (p1, p2 or p3).

algorsky commented 2 years ago

targets::tar_make() ✓ skip target p1_site_data_01436690 ✓ skip target p1_site_data_01432160 ✓ skip target p1_site_data_01466500 ✓ skip target p1_site_data_01427207 ✓ skip target p1_site_data_csv ✓ skip target p1_site_info ✓ skip target p2_nwis_data_clean_csv • start target p2_cleaned_data_csv Rows: 140316 Columns: 3 ── Column specification ──────────────────────────────────────────────────────── Delimiter: "," chr (1): site_no dbl (1): water_temperature dttm (1): dateTime \ ℹ Use spec() to retrieve the full column specification for this data. ℹ Specify the column types or set show_col_types = FALSE to quiet this message. • built target p2_cleaned_data_csv • start target p3_figure_1_png Rows: 140316 Columns: 6 ── Column specification ──────────────────────────────────────────────────────── Delimiter: "," chr (2): station_name, site_no dbl (3): water_temperature, latitude, longitude dttm (1): dateTime / ℹ Use spec() to retrieve the full column specification for this data. ℹ Specify the column types or set show_col_types = FALSE to quiet this message. • built target p3_figure_1_png • end pipeline

github-learning-lab[bot] commented 2 years ago


When you are done poking around, check out the next issue.