hodgesse1 / rfortran

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

execution error in advanced tutorials (IVF/CVF) #59

Closed GoogleCodeExporter closed 8 years ago

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

1. Running advanced tutorials for IVF (and CVF)
2. (nb: linking against the latest version for RFortran, see issue 58)

*** What is the expected output?

*** What do you see instead?

Errors as follows:
---------------------------------
Error: Reached end of file before finding keyword:[RGuiVisible] in settings
file:C:\DMITRI\My_Documents\FortranLibs\RFortran\settings\RFortran.set
Error: Error finding keyword:[RGuiVisible] in settings
file:C:\DMITRI\My_Documents\FortranLibs\RFortran\settings\RFortran.set
Comment: RFortran is auto-opening R, and will wait 30.0000000000000 secs for R
to initialise. To change wait time set wait4RDef in RFortran.set file OR
set dummy argument wait4RIn when calling Rinit

---
RFortran Library v2.0.0 XX Feb 2010
Copyright (C) 2006-2010 Mark Thyer, Michael Leonard. All Rights
Reserved.

RFortran is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Please see RFortran_README.txt in the RFortran install folder for
details.

If you find RFortran useful see RFortran_README.txt for how to cite.

---
Error: [RFORTRAN] Reval failed:
source('../../../Rscripts/tutorial_examples/tutex_rfortranletters_3d_rgl.r')
R Error in library(gplots) : there is no
package called 'gplots'
 (R object does not exist)
Warning: Could not load Rscript:
 ../../../Rscripts/tutorial_examples/tutex_rfortranletters_3d_rgl.r
Warning: Unable to load Rscripts in ../../../Rscripts/tutorial_examples/ in
 Rinit.

------------------------
*** What version of RFortran are you using?

2.0

*** Please provide any additional information below.

Also note that the log message contains "null (code=0) characters" at the
beginnings of many lines. this makes it impossible to copy thir content
using Textpad (inconvenient!) For the copy/paste above these were deleted
manually

Original issue reported on code.google.com by dmitri.k...@gmail.com on 10 Apr 2010 at 3:39

GoogleCodeExporter commented 8 years ago
Error is caused because user has not installed R package "gplots" - not an 
RFortran 
error. 

To make this more transparent the reporting of errors and warnings has been 
significantly improved in the v2.0.2 of RFortran

Original comment by mark.th...@gmail.com on 10 Apr 2010 at 4:24