Ben Baumer
Ben Baumer
And are on GitHub!!
So there are at least two importantly different use cases here: 1. In interactive mode, you might do: ``` library(tidyverse) library(fertile) read_csv("mydata.csv") ``` 2. In retrospective mode, you might do:...
@hadley agrees with @jennybc about keeping track of it in a `.fertile` file somewhere. Also, possible use `Sys.setenv()` to keep track of it.
@jennybc do you mean that if we find paths that point outside the project directory that we create sym links instead? That sounds reasonable to me. I wonder if we...
write `.fertile` file and record timestamp, then compare timestamp to file dates when function is called.
Hi @caavellanedag. Can you provide a reproducible example of what you did to generate this error? Did you just run ``` remotes::install_github("baumer-lab/fertile") ``` ??
I'm still not sure that I fully understand what you are doing, but I don't think it should be necessary to create your own shim for `paste0()`. Are you doing...
I've got a basic `case_when()` going here: https://github.com/beanumber/fertile/blob/master/R/fertile.R#L40 I would welcome advice from @hadley @jennybc about how to make this more robust and realistic. Where should `.Rmd` files go? I...
@jennybc Right. So the idea behind using [`mime`](https://github.com/yihui/mime) was to have a database of file extensions to check against, to make it a bit more scalable. But it's not a...
Oh, and I have tried it on a few projects. But I would love additional contributions! #10