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

Update VIKOR.R #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update VIKOR.R #1

wants to merge 1 commit into from

Conversation

bappa10085
Copy link

if( (Q == "NaN") || (Q == "Inf"))
It used to work before with a warning (R ver. 4.2.0). But in R version 4.3.0, it returns an error Calling && or || with LHS or (if evaluated) RHS of length greater than one is now always an error, with a report of the form 'length = 4' in coercion to 'logical(1)'

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
if( (Q == "NaN") || (Q == "Inf")) 
It used to work before with a warning (R ver. 4.2.0). But in R version 4.3.0, it returns an error
Calling && or || with LHS or (if evaluated) RHS of length greater than one is now always an error, with a report  of the form
'length = 4' in coercion to 'logical(1)'
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 this pull request may close these issues.

None yet

1 participant