Ben Baumer

Results 66 issues of 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...

help wanted
question

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...

![Image from iOS](https://user-images.githubusercontent.com/2774211/105612526-c8c29f00-5d8a-11eb-945f-f143ab3d2855.jpg)

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...