-
Notifications
You must be signed in to change notification settings - Fork 11
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
Warnings with R version 3 #17
Comments
In R 3.0.2, ascii() throws a warning on every example show the doc. While this is certainly not the end of the world, it is not the best marketing for your package and rather annoying for users.
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I think eusebe fixed it in the 2.2 github version. |
This does seem to be fixed in source, but there isn't a release reflecting those changes in CRAN. Any chance of cutting a new release? |
Bump on this request. This git version works great; could you push to CRAN? I just set up a new system and had to re-remember this due to |
Push to CRAN would still be nice! |
I just upgraded to R version three, and now print.ascii gives warning message
"In rep(rownames, length = nrow(x)) :
'x' is NULL so the result will be NULL"
It would be nice if this were fixed! I'll
The text was updated successfully, but these errors were encountered: