yonicd

Results 44 issues of yonicd

I have a few emails with different prefixes and suffixes is it possible to have foghorn to search patterns? `foghorn::cran_results(email = c("yoni(*.?)@(.*?)com"))`

Should the non chunk Rmd lines be read as comments? I looked at this [README.Rmd](https://github.com/yonicd/covrpage/blob/master/README.Rmd) file and i get back this cloc output, which has a total of 83 lines....

```r > cloc::cloc_remove_comments(source_file = 'README.Rmd') 1 error: Unable to read: README.Rmd Error in file(con, "r") : cannot open the connection In addition: Warning message: In file(con, "r") : cannot open...

enhancement

Create a sibling subdir in `inst` that has tests that get copied into `tests/testthat` when invoking a `use_*`. That way freebase isnt fudging up ppls covr stats ;). And the...

when invoking use* the script that is copied to R doesnt contain comments that fit with roxygen2. i think the script in inst should have comments that are roxygen2 ready.

I developed [tidyCheckUsage]( https://github.com/yonicd/tidycheckUsage) that deals with similar issues. It may be worthwhile to consolidate ideas from each.

```r > purrr::map(1:10,purrrogress::with_progress(runif)) Error: 'as_hms' is not an exported object from 'namespace:hms' ``` the crash seems to happen here https://github.com/halpo/purrrogress/blob/0c6c01e8129476b9463b95dc993c8f0f4bcce5f6/R/R6Progress.R#L113 session info ```r ─ Session info ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── setting value version...

great package, thanks for developing it! How would I put two labels on the same curve in the current syntax? ``` r library(ggplot2) #plot logistic regression curve fit_data dplyr::filter(hp broom::augment(newdata...

can the return class of a completion only be `name` or can it be other classes too?

another good (live) resource: https://www.edweek.org/ew/section/multimedia/map-coronavirus-and-school-closures.html