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

Question about pRRopheticPredict #5

Open
amingson opened this issue Nov 11, 2022 · 4 comments
Open

Question about pRRopheticPredict #5

amingson opened this issue Nov 11, 2022 · 4 comments

Comments

@amingson
Copy link

Hi, dear author, thank you for developing such a useful tool. however, when i run the function pRRopheticPredict, i met a warning "Warning message:
In if (class(homData$test) == "numeric") { :
the condition has length > 1 and only the first element will be used"
i don't know whether it is a bug or not, i hope you can give me some suggestions. Thanks!

@Jack123456chen
Copy link

I have this problem too!

@amingson
Copy link
Author

I have this problem too!
You can open the source code and change if (class(homData$test) == "numeric") to if (class(homData$test) [1]== "numeric")

@Jack123456chen
Copy link

I solved it by your suggestion. Thank you very much!

@flaviaerius
Copy link
Contributor

I have created a pull request to solve it!

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

No branches or pull requests

3 participants