Colin Fay
Colin Fay
Hey, Are you referring to the favicon? Colin
I'm really not sure what you are referring to, can you post a reprex / screenshot of what you're trying to do?
Hey @moodymudskipper, Sorry for the long delay with this... Do you think this is something you'd still want to work on? If yes, I'm thinking about including this feature on...
No rush :) Let me know ! For your two other q : - Yes, it's fair to assume that there will only be the two modules inside a mod_...
Current state of affairs: ```r > Sys.time() [1] "2020-09-05 00:21:02 CEST" > covr::package_coverage() golem Coverage: 65.90% R/addins.R: 0.00% R/bundle_resources.R: 0.00% R/get_sysreqs.R: 0.00% R/gobals.R: 0.00% R/run_dev.R: 0.00% R/use_files.R: 0.00% R/with_opt.R: 0.00%...
```r > Sys.time() [1] "2021-10-01 12:43:59 CEST" > covr::package_coverage() golem Coverage: 58.50% R/addins.R: 0.00% R/bundle_resources.R: 0.00% R/enable_roxygenize.R: 0.00% R/get_sysreqs.R: 0.00% R/gobals.R: 0.00% R/run_dev.R: 0.00% R/sanity_check.R: 0.00% R/use_files.R: 0.00% R/with_opt.R: 0.00%...
Test files should also be renamed for consistency between R & tests
More or less a breaking change, so good for 0.4
Thanks a lot, this is indeed a typo in the documentation. As far as I can tell from re-reading the code, if you supply another path to a dev file...
That sounds awesome 👏 Just a note: there is no need to here::here() the path, as get_golem_wd() is already returning the output of here::here() :)