SCRIPTESTS NEWS CHANGES in scriptests version 1.0-16 (2016-07-20) o Updated for R-3.3.0 checks CHANGES in scriptests version 1.0-12 (2013-07-20) o Allow path in source.pkg() and runtests() to be semi-colon separated list of paths CHANGES in scriptests version 1.0-9 (2012-04-11) o Use withVisible(eval(expr, envir)) instead of .Internal(eval.with.vis) because the latter is not part of the official API. CHANGES in scriptests version 1.0-8 (2011-08-20) o Minor fixes CHANGES in scriptests version 1.0-6 (2011-06-28) o Bugfixes for do parsing continuation lines and separating one block from the next in transcripts. CHANGES in scriptests version 1.0-5 (2011-03-18) o Two minor bugfixes to do with using full argument names and finding DESCRIPTION file. CHANGES in scriptests version 1.0-4 (2011-02-24) o When running under R CMD check, make the last 13 lines of the fail file contain low level output (so that output of R CMD check will contain low-level output instead of summaries when a failure occurs.) CHANGES in scriptests version 1.0-2 (2011-01-20) o Used full instead of abbreviated argument names in internal code at prompting of R CMD check CHANGES in scriptests version 1.0-1 (2011-01-11) o Moved vignette to the right place (inst/doc) CHANGES in scriptests version 1.0-0 (2010-12-04) INITIAL RELEASE o Added Vignette