nanxstats / liftr

🐳 Containerize R Markdown documents for continuous reproducibility
https://nanx.me/liftr/
GNU General Public License v3.0
170 stars 20 forks source link

add liftr_info() #6

Open nanxstats opened 9 years ago

nanxstats commented 9 years ago

liftrInfo() for replacing sessionInfo().

containing:

davidroberson commented 9 years ago

This would be a great feature especially the rabix graph.

nanxstats commented 9 years ago

@davidroberson - thanks for the feedback, this will be implemented. It seems Rabix itself could make this graph, we plan to try this way first. Or, we could also parse the workflow information in R and plot it.

tengfei commented 9 years ago

@davidroberson yes, we will first try to render native rabix graphics, alternatively like Nan said, use basic R graphics to visualize directed graph workflow is also possible.