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

What to do with all those warnings? #50

Closed
msevestre opened this issue Feb 7, 2022 · 5 comments · Fixed by #51
Closed

What to do with all those warnings? #50

msevestre opened this issue Feb 7, 2022 · 5 comments · Fixed by #51

Comments

@msevestre
Copy link
Member

image

Should we check them out?

@IndrajeetPatil
Copy link
Member

They are not warnings, just notes on possible lints in the code base.

On it!

@msevestre
Copy link
Member Author

"Check warning" they say.... :)

@IndrajeetPatil
Copy link
Member

Ah, I see.

Yeah, but that's GHA talking and we often need not concern ourselves with its warnings. The warnings we should care about are the ones in R CMD Check.

At any rate, I will see if any of these lints are something we ought to be attending to or are false positives.

@msevestre
Copy link
Member Author

Can we configure GHA to turn the warning off that we do not want to see / see as acceptable? Otherwise it's just noise

@IndrajeetPatil
Copy link
Member

Yes, we can do that.

Will file a PR soon.

IndrajeetPatil added a commit that referenced this issue Feb 7, 2022
remove unnecessary lint detection
@IndrajeetPatil IndrajeetPatil linked a pull request Feb 7, 2022 that will close this issue
msevestre pushed a commit that referenced this issue Feb 8, 2022
remove unnecessary lint detection
IndrajeetPatil added a commit that referenced this issue Feb 10, 2022
* Create develop branch

* closes #29 (#44)

- better documentation for `isIncluded()`
- more tests
- more examples

* closes #29 (#45)

* closes #29

* if not a vector, convert to one

* closes #29 (#46)

* closes #29

error if objects are entered as arguments

* drop purrr

* don't accept environments either (#47)

just for good measure

* Fixes #32 set a more consistent behaviour for formatNumerics (#48)

* closes #30 (#49)

* closes #31 (#52)

* closes #50 (#51)

remove unnecessary lint detection

* closes #34 (#54)

Separates docs for `validateIsSameLength()` from `validateIsOfLength()`

* closes #21; prepare for CRAN (#55)

* closes #21; prepare for CRAN

* more tests with list

* use correct URL for codecov in README (#56)

Co-authored-by: Michael Sevestre <[email protected]>
Co-authored-by: Pierre Chelle <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants