We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found in {bit64}:
lint(linters = unreachable_code_linter(), ' function(x, ...){ if(is.null(env)) has.cache <- FALSE else if (exists("nunique", envir=env, inherits=FALSE)) return(get("nunique", envir=env, inherits=FALSE)) else has.cache <- TRUE } ') # <text>:7:5: warning: [unreachable_code_linter] Remove code and comments coming after return() or stop(). # else # ^~~~
https://github.com/r-lib/bit64/blob/cb4552b8345550d158cc7ae9b937b009f4dcd200/R/cache.R#L358-L363
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found in {bit64}:
https://github.com/r-lib/bit64/blob/cb4552b8345550d158cc7ae9b937b009f4dcd200/R/cache.R#L358-L363
The text was updated successfully, but these errors were encountered: