Displaying 1 result from an estimated 1 matches for "testthese".
Did you mean:
  testtest
  
2008 Dec 16
0
Follow-up on "openPDF" command
...if (!UNIX)      OPENPDFCOMMAND  <- "start"	# applies to Windows
         if (LINUX)
                 {
                 OPENPDFCOMMAND          <- getOption("pdfviewer")	# S- 
Plus does not set this option
									# also, R appears to not set it in SUSE
                 TESTTHESE               <- c("xpdf", "evince",  
"acroread")
                 if (is.null(OPENPDFCOMMAND))				# look for  
application named ...
                         {
                         for (EachTest in TESTTHESE)
                                 {...