Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package names not be linted #53

Closed
jimhester opened this issue Feb 20, 2015 · 6 comments
Closed

package names not be linted #53

jimhester opened this issue Feb 20, 2015 · 6 comments
Labels
feature a feature request or enhancement

Comments

@jimhester
Copy link
Member

if a name is in a library call it should be camelCase.

A workaround to this is just to quote the library name.

@jimhester
Copy link
Member Author

This is such a specific case I am not sure it is worth doing. On the other hand it is so common in Scripts it probably should be done. 😑

@pwildenhain
Copy link

Hello Jim,

when I run this code, I get a lint marker because of the REDcapR library.

library(httr)
library(REDCapR)
library(odbc)
library(dplyr)
library(readr)

The marker says Variable and function names should be all lowercase. Would this issue also address my example?

@jimhester
Copy link
Member Author

Yeah, a workaround is to quote the package names.

@pwildenhain
Copy link

Got it, thanks!

@jimhester jimhester added feature a feature request or enhancement and removed enhancement labels May 17, 2018
@jimhester jimhester changed the title package names should always be in camelCase package names not be linted Sep 26, 2019
@jimhester
Copy link
Member Author

Now I think we should just not check for names within library() calls.

@jimhester
Copy link
Member Author

This seems to be fixed in the current devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants