hodgesse1 / rfortran

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

The pdf/postscript files I created don't work #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I cannot read or get errors when trying to read pdf or postscript files
created using RFortran

During debugging you may have terminated the program before issuing a
Rput("dev.off()") or Rclose() statement. This means any open devices are
not closed properly and will produce this error. The solution is to rerun
the programs that created the pdf or postscript file and make sure the
dev.off() command is executed.

Original issue reported on code.google.com by mleon...@civeng.adelaide.edu.au on 5 Jun 2009 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:13