lint icon indicating copy to clipboard operation
lint copied to clipboard

Lint R Style Checking

Results 10 lint issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

performance

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’ ```

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

bug

Certain styles need specific exclusions for specific functions. These will require a generic function finder generator.

enhancement

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

enhancement