Giter VIP home page Giter VIP logo

Comments (6)

maurolepore avatar maurolepore commented on June 15, 2024 1

Awesome! I'm learning so much and the unconference hasn't even started! Thank you!

from unconf18.

noamross avatar noamross commented on June 15, 2024

This is a great approach. It is of course related to #42, but potentially applies very different workflows. For projects where I'm not compiling the final output I like to have an outputs folder which has not only images and tables but an Rmd or text file output with all the essential quantitative values that make their way into the manuscript. Usually things can be traced back from the filenames there.

from unconf18.

wlandau avatar wlandau commented on June 15, 2024

drake + literate programming may help a bit. Drake's main example's has a data analysis workflow with this R Markdown report at the very end. The active code chunk has calls to loadd(fit) and readd(hist), which serve to

  1. Fetch targets from the cache when the report compiles, and
  2. Tell drake to treat fit and hist as formal dependencies (so drake::make() rebuilds the report.html if there is a change to fit or hist.) Even if you don't care about Make-like build management, you can still see where these data objects fit into the pipeline.

screenshot_20180429_175059

In that sense, using and annotating an artifact are one in the same.

I am curious to know the views of @gmbecker and @duncantl on the original issue. As I understand it, provenance is a major focus of trackr, RCacheSuite, and CodeDepends.

from unconf18.

wlandau avatar wlandau commented on June 15, 2024

Edit: as for linking data objects back to the source code, the dependency graph shows the functions that generated fit and hist. That's an important point I forgot to add. The previous graph excluded functions. See below for the full graph.

screenshot_20180429_180514

from unconf18.

wlandau avatar wlandau commented on June 15, 2024

It's such a fantastic crowd! I wish I could be at unconf to soak up more knowledge in person.

from unconf18.

maurolepore avatar maurolepore commented on June 15, 2024

Summary:

  • Relates to #58, drake (@wlandau), trackr, RCacheSuite, and CodeDepends (linked above; @gmbecker and @duncantl).
  • drake comes up very often. Should we discuss to become more familiar with it?

from unconf18.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.