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
Original issue reported on code.google.com by
mleon...@civeng.adelaide.edu.au
on 5 Jun 2009 at 1:17