lint
lint copied to clipboard
Lint R Style Checking
To fill the promise of creating a full documentation solution there needs to be a function that creates the Rd files from all the objects in a package. This will...
Hi, When I run multiple tests on a file, a lot of time is wasted running the same things for each test. find_region is the main culprit. I'd like to...
I'm seeing ``` checking R code for possible problems ... NOTE autotest_style: no visible global function definition for ‘test_that’ test_style: no visible global function definition for ‘expect_equivalent’ ```
pointing to this repo
code to reproduce the issue; the first raises a flag, the second passes. The only difference between the two texts is the order of the arguments. ``` R mytest
This may be related to halpo's issue #5. `system.time`, `within`, `local` are some of R's function where using assignments inside the arguments are perfectly ok, e.g: # GOOD system.time(a
Certain styles need specific exclusions for specific functions. These will require a generic function finder generator.
This will require a new finder function for finding unary operators. There was a possible fix in the development of parser that was an identifier for unary operators. The patches...
Add Environment checking for supporting naming conventions. Functions can be checked at runtime. There may need to be a way to examine within functions for naming conventions of inside of...