Ben Baumer
Ben Baumer
I supposed this would partially relieve us of having to specify where *everyone's* files have to go. (#9) We could provide a default "reproducible RStudio data analysis project" template.
But I think @norcalbiostat 's point is the the body dimensions data in the Normal Distribution lab has the same problem.
FYI, I was able to get past this by specifying the layout. So instead of ``` ggraph(g) ``` use ``` ggraph(g, 'tree') ```
@demiliosaldana: `mode` is an argument to the internal function `graph_to_tree()`. ``` r ggraph:::graph_to_tree #> function (graph, mode) #> { #> if (!is.directed(graph)) { #> stop("Graph must be directed") #> }...
I don't think data frames are "exported" by packages. Using the triple colon notation feels like the right solution to me.
Yes, the June file doesn't exist and currently it does not fail gracefully.
Maybe we need to throw a `path.expand()` in there somewhere...
@jche is this still a problem?
Is this still true?
Closed in favor of #38