drake's code of conduct.Just a show case: I am recently using _workflowr_ and _drake_ together and it works just great.
I can now finally auto-publish all the reports produced with _drake_ in an easy way.
I know you are aware of the package. Maybe it can be linked somewhere in the manual? Or even be suggested as the best option to create reproducible reports?
Site: https://2019-feature-selection.pjs-web.de/index.html
drake plan: https://github.com/pat-s/2019-feature-selection/blob/5037fa77844351c03e82f1900188719f206c0c68/code/07-reports.R
That's so cool! cc @jdblischak.
Maybe a note in the README and manual in the section on similar work with a link to your use case.
@pat-s This is awesome! Keep up the good work, and please let me know if you have any questions/comments/suggestions about how to use or improve workflowr.
In https://github.com/ropensci/drake/commit/dc1d957054a36c81db4e9c683d841c341e2ac211, I rewrote the whole section on similar work, and I added references to workflowr and https://2019-feature-selection.pjs-web.de/index.html.
Your link (https://2019-feature-selection.pjs-web.de/index.html) gives a 404 error for me. Is it still available? Perhaps elsewhere?
Yes, I just had to remove the custom domain due to Netlify limits: https://pat-s.github.io/2019-feature-selection/
Most helpful comment
In https://github.com/ropensci/drake/commit/dc1d957054a36c81db4e9c683d841c341e2ac211, I rewrote the whole section on similar work, and I added references to
workflowrand https://2019-feature-selection.pjs-web.de/index.html.