-
Notifications
You must be signed in to change notification settings - Fork 2
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
Warning message 'length(x) = 3 > 1' in coercion to 'logical(1)'
#16
Comments
!is.null(y) && !is.na(y
)` 'length(x) = 3 > 1' in coercion to 'logical(1)'
This warning message is also produced by |
Thanks @gavril0 for the quick response. |
Oof, somehow I was not notified of new issues, so I only just got an email about this issue when you mentioned me :P (and I see I have missed some other issues as well). Will try to fix this asap! |
Thank you @burgerga for checking these issues and fixing them. I appreciate your efforts in creating such a useful package. |
I think I fixed it, can you try with |
Version 1.0.2 will be on CRAN in the near future :) |
For info, I tested and message does not appear. Thank you for developing |
Thanks for letting me know! My pleasure :) |
Hello Gerhard,
I just tested it again and the warning issue is resolved. Thank you very
much for this correction.
Farhad
…On Thu, Jul 21, 2022 at 3:54 AM Gerhard Burger ***@***.***> wrote:
I think I fixed it, can you try with
remotes::install_github("burgerga/shinyTime")?
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM4UBZOWJGIHJXDDBXJZAODVVET6XANCNFSM5UME7ALA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
After upgrading R to version 4.2 and reinstalling shiny, I get the following warning message when using
timeInput
:Here is a simple shiny app that produces it:
The error is produced in the
%AND%
operator called bycontrolLabel()
defined in
utils.R
. According to R Version 4.2 Release NotesThe text was updated successfully, but these errors were encountered: