We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original issue created by Sergei Dolgov on 28, Oct 2014 at 17:05 PM - PRC-22
> F <- 42 > f <- function(x) F > f() [1] 42 > PAWaitFor(PASolve(f, 1)) Job submitted (id : 174) with tasks : t1 $t1 [1] FALSE
Apparently the fact that F and T are aliases for TRUE and FALSE causes problems.
Probably variable names F and T are poor choice in R, but I encountered this problem when trying a real example:
http://bigcomputing.com/doredis.R
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue created by Sergei Dolgov on 28, Oct 2014 at 17:05 PM - PRC-22
Apparently the fact that F and T are aliases for TRUE and FALSE causes problems.
Probably variable names F and T are poor choice in R, but I encountered this problem when trying a real example:
http://bigcomputing.com/doredis.R
The text was updated successfully, but these errors were encountered: