Skip to content

Don't use camel_case_linter on package names #201

@bmwilly

Description

@bmwilly

Reproducible example:

$ echo "library(randomForest)" > bad.R
$ Rscript -e "lintr::lint('bad.R')"
bad.R:1:9: style: Variable and function names should be all lowercase.
library(randomForest)
        ^~~~~~~~~~~~

Strangely, this doesn't happen if only the first letter is capitalized:

$ echo "library(Rcpp)" > good.R
$ Rscript -e "lintr::lint('good.R')"
$ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions