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

Version check in 'optimize.portfolio.nlp' function #8

Open
redmode opened this issue Jan 5, 2014 · 0 comments
Open

Version check in 'optimize.portfolio.nlp' function #8

redmode opened this issue Jan 5, 2014 · 0 comments

Comments

@redmode
Copy link

redmode commented Jan 5, 2014

Hi!

FILE: SIT/R/aa.R
LINE: 268

Should this code
if( as.numeric( sessionInfo()$R.version$minor ) < 9 ) {
be replaced with
if( as.numeric( sessionInfo()$R.version$major ) < 3 && as.numeric( sessionInfo()$R.version$minor ) < 9 ) {
?

I came across this situation in my project. R Version 3.0.2, Rdonlp2 version 3.0.0

Best regards,
Alex

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

1 participant