Ben Baumer
Ben Baumer
https://github.com/rstudio/pool
This is more problematic than I thought. ``` etl_create.default % etl_update(...) %>% etl_cleanup(...) invisible(obj) } ``` The problem is that these functions do not necessarily take the same arguments, so...
I wrote a couple of simple functions that will export email address and groups to CSVs so they can be imported directly into Zoom and Moodle. Would you field a...
error?

This currently doesn't work: https://github.com/baumer-lab/fertile/blob/639fc688b85fc3e700effa3d4f1ea972e16f8564/R/utils.R#L736 When we shim functions, we should add a "package" attribute to the function. Then, any function that is in any environment that has a "package"...
``` rmarkdown::find_external_resources() ```
How do we keep track of where the log file goes? At @jennybc 's suggestion I am using `rprojroot` to find the project directory, but to return the working directory...
If a `has_*()` function, for example, `has_only_portable_paths()` requires compilation, then what is the best way to check if the project needs to be re-compiled? In `check()`, we are going to...
- when you call a library, but don't use it - when you have data files that you don't load - when you have script files that you don't execute
- Maybe have a YAML file with sensible defaults - Provide an `rticles`/`usethis`-style set of templates for certain projects - maybe a journal would have their own layout - or...