Dragoș Moldovan-Grünfeld

Results 19 issues of Dragoș Moldovan-Grünfeld

Add unit tests for `twist()`. You can create the test file with `usethis::use_test("twist")`

help wanted :heart:
test 🧪

Add unit tests for `swing()`. You can create the test file with `usethis::use_test("swing")`

help wanted :heart:
test 🧪

Add unit tests for `tango()`. The test file for `tango()` has already been created and can be found in `tests/testthat/test-tango.R`

help wanted :heart:
test 🧪

Add unit tests for `charleston()`. You can create the test file with `usethis::use_test("charleston")`

help wanted :heart:
test 🧪

Add unit tests for `polka()`. You can create the test file with `usethis::use_test("polka")`

help wanted :heart:
test 🧪

Add unit tests for `waltz()`. You can create the test file with `usethis::use_test("waltz")`

help wanted :heart:
test 🧪

undocumented arguments: - [ ] `code_from_editor()` - `.contents` (has `@param` tag, but no description), `label` - [ ] `demo_code()` - `shatter` - [ ] `hlt_regexp.default()` - `. string`, `pattern`, `code`...

> checking R code for possible problems ... NOTE Found the following assignments to the global environment: File ‘demoR/R/zzz.R’: assign(options$demo, x, envir = .GlobalEnv) Hadley's recommendation (http://r-pkgs.had.co.nz/check.html): > Don’t use...

> checking S3 generic/method consistency ... WARNING hlt_regexp: function(.string, pattern, code, ...) hlt_regexp.demo_code: function(x, ...) > See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. The recommendation...