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

Variables named "T" or "F" not handled properly #25

Open
activeeon-bot opened this issue Oct 28, 2014 · 0 comments
Open

Variables named "T" or "F" not handled properly #25

activeeon-bot opened this issue Oct 28, 2014 · 0 comments

Comments

@activeeon-bot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant