Skip to content
Prev 75374 / 398502 Next

question

Hi,

I have a problem with R, after an update:
 this piece of code:
cat("creating resolver data frame\n");
dfG<-cbind(dfG,2^(RGN$G))
dfR<-cbind(dfR,2^(RGN$R))

suddenly, creates values to inf.
Is the syntax changed for the ^ symbol in the latest R downloadable version?

Kind regards, wilfred