Re: [R] Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)

2018-05-30 Thread Shawn Way
, the error was between the head and the keyboard. Thanks! Shawn Way -Original Message- From: Ista Zahn Sent: Wednesday, May 30, 2018 2:28 PM To: Shawn Way Cc: r-help@r-project.org Subject: Re: [R] Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style) Hi Shaw

Re: [R] Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)

2018-05-30 Thread Ista Zahn
Hi Shawn, I don't think it has anything to do with the tidyverse. If you keep simplifying your example you'll get all the way down to > DTp(T=c(279,294),p=c(0.46,0.46)) [1] 1000.12283 --Ista On Wed, May 30, 2018 at 2:14 PM, Shawn Way wrote: > I'm trying to use the IAPWS95 package with the tidy

[R] Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)

2018-05-30 Thread Shawn Way
I'm trying to use the IAPWS95 package with the tidyverse packages. For some reason, the function is not outputting the correct rho. A minimal example with results is below. I've also included the definition of the DTp function from the IAPWS95 library. li