-
Notifications
You must be signed in to change notification settings - Fork 4
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
Possible bugs to address #24
Comments
isGeneric is inconsistent about whether f is required when fdef is provided between base functions and othershttps://bugs.r-project.org/show_bug.cgi?id=18369 'trace' only half-works for generated functions in packageshttps://bugs.r-project.org/show_bug.cgi?id=18258 (probably just confirmation) requireNamespace doesn't behave as expected when namespace is already loadedhttps://bugs.r-project.org/show_bug.cgi?id=18255 (confirm current) Any broken symlinks prevent R CMD build from running, even if .Rbuildignored. |
Thanks, do you mind pasting in the title so it's easier to get an overview without having to click through each one? |
Dynamic listing of problem reports that have not received any comments yet: |
dump() error behavior for list = character() depends on output mode
'https://bugs.r-project.org/show_bug.cgi?id=18729
help("drop") is wrong about names for vectors of length 1
https://bugs.r-project.org/show_bug.cgi?id=18727
Warn in library(include.only=) calls where that directive is ignored
https://bugs.r-project.org/show_bug.cgi?id=18703
print.data.frame does not respect na.print for missing column names nor for numeric (or logical ..) NA's
https://bugs.r-project.org/show_bug.cgi?id=18702
tools::toTitleCase() incorrectly capitalizes conjunctions (e.g. 'and') when using suspensive hyphenation
https://bugs.r-project.org/show_bug.cgi?id=18674
strwidth returns wrong value on first call from terminal
https://bugs.r-project.org/show_bug.cgi?id=18591
R_CHECK_DEPENDS_ONLY assumes that .Library doesn't contain third-party packages
https://bugs.r-project.org/show_bug.cgi?id=18584
merge's sort=FALSE argument still sort's by NA
https://bugs.r-project.org/show_bug.cgi?id=18464 (assess for closure?)
The text was updated successfully, but these errors were encountered: