padilla410 / ds-pipelines-targets-2-course-static

A Static Version of the USGS targets tips and tricks course: overview of conventions and best practices for using targets in USGS Data Science workflows
0 stars 2 forks source link

Missing _targets.R? #11

Open gcook-usgs opened 1 year ago

gcook-usgs commented 1 year ago

Under the header "How to get past gotchas", it says You have a working, albeit brittle, pipeline in your course repository. You can try it out with targets::tar_make(). This pipeline has a number of things you'll work to fix later, but for now, it is a useful reference. The pipeline contains a _targets.R file and several functions defined in .R files.

However, it isn't present in the repository. Should it be there or should we be making one as part of the exercise? The instructions seem to indicate the former?

gcook-usgs commented 1 year ago

@padilla410 Can't seem to assign issues but I had trouble continuing the lesson back in March because the referenced makefile is not included in the repo.

jpadilla-usgs commented 1 year ago

@jpadilla-usgs - check the actions associated with the original repo and see if this file gets generated "somewhere"

jpadilla-usgs commented 1 year ago

@jpadilla-usgs see here for how the repo should look