hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

Should all Rput("Rcommand") be replaced by Reval("Rcommand") #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
*** What steps will reproduce the problem?

1.
2.
3.

*** What is the expected output?

*** What do you see instead?

*** What version of RFortran are you using?

*** On which Windows operating system?

*** What Fortran compiler (name and version number) are you using?

*** What version of R are you using?

*** If you have a coding solution to this defect please include the file
(or preferably a svn patch) as an attachment

*** Please provide any additional information below.

Original issue reported on code.google.com by dmitri.k...@gmail.com on 12 Apr 2010 at 6:57

GoogleCodeExporter commented 8 years ago
The Reval command was introduced in RFortran version 2.0.0.

Is it meant to replace the previous usage of Rput() when the latter was used 
with an
Rcommand rather than R and fortran variables?

Confusingly, currently, IVF seems to complain about some Rput("Rcommand") cases 
but
seems to execute others correctly.

Original comment by dmitri.k...@gmail.com on 12 Apr 2010 at 7:00

GoogleCodeExporter commented 8 years ago
Fixed in r526 

Original comment by mark.th...@gmail.com on 16 Apr 2010 at 1:39

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 16 Apr 2010 at 6:07