2006-08-15 18:51  burgerm

	* R/textProtocol.r: return type enforced (a bit more) to be logical

2006-08-15 18:50  burgerm

	* R/runit.r: defineTestSuite, runTestFile: added arguments rngKind,
	  rngNormalKind to allow configuartion of default RNG
	  configuration, docu tag updated

2006-08-15 18:48  burgerm

	* R/testLogger.r: documentaion tags added

2006-08-15 18:47  burgerm

	* R/htmlProtocol.r: return type enforced (a bit more) to be
	  logical, documentation updated

2006-08-15 18:41  burgerm

	* R/textProtocol.r: documentation updated; printTextProtocol return
	  type changed to logical

2006-08-15 18:34  burgerm

	* R/html.r: documentation tags updated

2006-08-15 18:33  burgerm

	* R/exportHTML.r: file I/O: replaced paste call by more protable
	  file.path

2006-08-15 18:31  burgerm

	* tests/runitRUnit.r: defineTestSuite test case added

2006-08-15 18:29  burgerm

	* man/runit.Rd: runTestFile, defineTestSuite: documented new
	  arguments rngKind, rngNormalKind

2006-08-15 18:27  burgerm

	* NEWS: updated: added recent releases

2006-08-15 18:26  burgerm

	* DESCRIPTION: patch level: 0.4.12

2006-08-08 00:58  burger

	* R/runit.r: defineTestSuite  - allow file extension .R

2006-08-08 00:57  burger

	* DESCRIPTION: patch level 0.4.12  - allow file extension .R
	  (runit.r)

2006-07-17 19:27  burger

	* R/00Init.r: package version added to startup message

2006-05-22 10:33  burger

	* R/checkFuncs.r: DEACTIVATED  - fixed typo in var name

2006-04-05 13:47  burger

	* R/checkFuncs.r: checkException: added comment on contributing
	  author

2006-04-04 19:25  burger

	* R/TestResultClass.r: License header text added

2006-04-04 19:25  burger

	* R/TestLogger.r: initial commit

2006-04-04 19:24  burger

	* R/: TestResultMethods.r, TestSuiteResult.r,
	  TestSuiteResultMethods.r: Lincence header text added

2006-04-04 17:38  burger

	* NEWS, inst/doc/RUnit.pdf: updated

2006-04-04 17:17  burger

	* ChangeLog: [no log message]

2006-04-04 17:08  burger

	* man/inspect.Rd: updated inspect call and argument documentation

2006-04-04 17:08  burger

	* man/printHTML.trackinfo.Rd: updated inspect call

2006-04-04 17:07  burger

	* man/tracker.Rd: updated inspect calls

2006-04-04 17:07  burger

	* inst/doc/RUnit.Rnw: updated inspect calls, added some line to
	  recomendations

2006-04-03 18:35  burger

	* tests/runitRUnit.r: checkException: silent added to checks

2006-04-03 18:34  burger

	* R/checkFuncs.r: checkException: argument silent added

2006-04-03 18:32  burger

	* man/checkFuncs.Rd: checkException, checkEquals documentation
	  updated

2006-04-03 18:31  burger

	* DESCRIPTION: patch level 0.4.11: checkException arg added

2006-04-03 14:40  burger

	* inst/examples/runitfoo.r: example function

2006-03-21 15:47  burger

	* tests/runitRUnit.r: unsuccessful attempt to extend runTestSuite
	  test case

2006-03-21 15:37  burger

	* R/runit.r: isValidTestSuite: error message texts added

2006-03-21 15:34  burger

	* R/inspector.r: inspect, and includeTracker have new argument
	  track, which defaults to track for consitency; API docu enhanced
	  and extended

2006-03-21 15:32  burger

	* tests/runitInspect.r: reactivated both test cases after changes
	  to inspect, and includeTracker

2006-03-21 15:31  burger

	* DESCRIPTION: patch level 0.4.10

2006-03-07 20:41  burger

	* R/checkFuncs.r: checkEquals: new compatibility argument to allow
	  to workaround stricter all.equal checks; tolerance precondtion
	  added

2006-03-07 20:39  burger

	* DESCRIPTION: patch level 0.4.9: checkEquals has new compatibility
	  argument

2006-01-20 18:25  burger

	* tests/runitRUnit.r: checkIdentical added; checkEquals test case
	  extended

2006-01-20 18:24  burger

	* man/checkFuncs.Rd: checkIdentical added; arguments a,b, renamed
	  consitent with all.equal

2006-01-20 18:23  burger

	* R/checkFuncs.r: checkIdentical added; msg argument default added;
	  msg added to stop calls; arguments a,b, renamed consitent with
	  all.equal

2006-01-20 18:21  burger

	* NAMESPACE: checkIdentical added

2006-01-20 18:18  burger

	* DESCRIPTION: patch version 0.4.8: checkIdentical added

2006-01-05 15:09  burger

	* R/checkFuncs.r: checkEqualsNumeric: update to be compatible with
	  R 2.3.0

2006-01-05 15:08  burger

	* DESCRIPTION: patch level 0.4.7: update for checkEqualsNumeric to
	  be compattible with R 2.3.0

2005-12-12 10:35  burger

	* DESCRIPTION: patch level 0.4.6

2005-12-12 10:32  burger

	* R/htmlProtocol.r: replaced HOST query by supposedly platform
	  independent Sys.info variant

2005-12-05 14:44  burger

	* R/htmlProtocol.r: system info table format changed

2005-12-05 14:44  burger

	* R/html.r: writeHtmlTable added; API tags updated

2005-11-21 15:29  burger

	* DESCRIPTION: patch level 0.5.0 added - temporary - dependency on
	  EpiR.base (arrayTemplate class)

2005-11-21 15:28  burger

	* R/zzz.r: class & method init currently required arrayTemplate and
	  thus relies on EpiR.base FIXME: remove dependency on EpiR.base
	  once design has matured

2005-11-21 15:26  burger

	* R/Logger.r: first exploration

2005-11-21 15:15  burger

	* R/textProtocol.r: added execTime S3 method

2005-11-21 15:15  burger

	* R/: TestFileResult.r, TestFunctionResult.r, TestResultMethods.r,
	  TestSuiteResult.r, TestFileResultMethods.r,
	  TestSuiteResultMethods.r: first prototype

2005-11-21 15:13  burger

	* R/TestResultClass.r: first prototype: virtual base class: the
	  mother of all test results

2005-11-14 13:40  burger

	* DESCRIPTION: patch level 0.4.5 improvements to error detection in
	  runTestSuite & new test cases

2005-11-14 13:39  burger

	* tests/runitRUnit.r: added isValidTestSuite, runTestFile, and
	  runTestSuite test cases added test case description

2005-11-14 13:37  burger

	* R/runit.r: runTestSuite: added preconditions runTestFile: pass on
	  error handler flag

2005-11-14 13:36  burger

	* inst/examples/correctTestCase.r: used for unit test cases

2005-11-14 11:37  burger

	* R/runit.r: added codestatus API tag runTestSuite: modified error
	  msg

2005-11-14 11:36  burger

	* R/checkFuncs.r: added codestatus API tag, set to testing

2005-10-27 10:44  burger

	* .cvsignore: initial commit ignaore eclipse project file

2005-09-29 14:19  burger

	* DESCRIPTION: changed Klaus email address

2005-09-29 14:16  burger

	* inst/doc/Makefile: initial commit: utility

2005-08-30 16:28  burger

	* DESCRIPTION: patch level 0.4.4: changed maintainer

2005-04-07 16:17  burger

	* tests/runitInspect.r: added & deactivated 2 test cases:
	  environment issues to be addressed by Thomas

2005-04-07 16:04  burger

	* tests/runitRUnit.r: DEACTIVATED test added

2005-04-07 16:03  burger

	* R/inspector.r: includeTracker: modifed regexp in grep to comply
	  to R 2.1.0; removed semi-colons; added docu tags

2005-04-07 16:02  burger

	* R/checkFuncs.r: checkTrue: argument renmaed to match docu: R
	  2.1.0 CMD check issue

2005-04-07 16:00  burger

	* R/runit.r: isValidTestSuite: added check on folder existance;
	  docu tags added

2005-04-07 15:59  burger

	* R/testLogger.r: setDeactivated: added handling of msg with string
	  length > 1; docu extended

2005-04-07 15:41  burger

	* DESCRIPTION: patch level 0.4.2: fixed R 2.1.0 inspect regexp
	  problem

2005-02-02 13:38  kjuen

	* R/: htmlProtocol.r, textProtocol.r: the protocol now doesn't
	  mention test files that do not contain any test functions

2005-01-17 19:03  kjuen

	* R/htmlProtocol.r: minor formatting modifications

2004-12-13 15:34  burger

	* R/checkFuncs.r: checkTrue: had to add explicit eval to ensure the
	  argument gets evaluated before attempting to set the names
	  attribute to NULL

2004-12-13 14:58  burger

	* man/checkFuncs.Rd: updated help text for checkTrue

2004-12-13 14:49  burger

	* R/checkFuncs.r, tests/runitRUnit.r: checkTrue: extended: correct
	  handling of named logical arguments

2004-12-13 14:48  burger

	* DESCRIPTION: patch level 0.4.2: corrected deficient checkTrue

2004-11-29 19:53  burger

	* DESCRIPTION: patch level: 0.4.1: http URL mapped

2004-11-29 18:12  kjuen

	* R/htmlProtocol.r, man/textProtocol.Rd: 'testFileToLinkMap'
	  parameter added to the printHTMLProtocol function added

2004-09-30 15:19  kjuen

	* inst/doc/: RUnit.Rnw, RUnit.pdf: typos fixed

2004-09-29 18:53  burger

	* DESCRIPTION: added methods dependency, again

2004-09-29 14:18  kjuen

	* DESCRIPTION: changes for new release

2004-09-29 14:17  kjuen

	* inst/examples/runitc2f.r: [no log message]

2004-09-29 14:17  kjuen

	* inst/doc/RUnit.pdf: hopefully readable for everybody

2004-09-28 11:11  kjuen

	* R/htmlProtocol.r: deactivated table cells are now printed yellow

2004-09-22 15:27  burger

	* DESCRIPTION: patch level 0.3.8: RC 0.4.0; removed package splines
	  dependency; added SaveImage directive

2004-09-22 15:24  burger

	* NAMESPACE: removed splines import

2004-09-22 15:23  burger

	* R/00Init.r: added .onLoad hook for loading methods prior to RUnit
	  attachment: recommended for R 2.0.0

2004-09-22 15:23  burger

	* R/inspector.r: removed library calls for methods & splines; added
	  00Init.r file for this

2004-09-22 15:22  burger

	* NEWS: replaced tabs; corrected typo, added splines dependency
	  removal

2004-09-22 14:40  kjuen

	* NEWS: news for release 0.4.0

2004-09-15 15:07  kjuen

	* NAMESPACE: DEACTIVATED added

2004-09-15 15:07  kjuen

	* man/: RUnit-internal.Rd, RUnit-intro.Rd, checkFuncs.Rd,
	  inspect.Rd, printHTML.trackinfo.Rd, runit.Rd, textProtocol.Rd,
	  tracker.Rd: some very small cleanups to avoid warnings with R-2

2004-09-09 12:21  kjuen

	* R/: htmlProtocol.r, testLogger.r, textProtocol.r: .getErrors
	  completely removed

2004-09-08 18:05  burger

	* DESCRIPTION: updated patch level to 0.3.7

2004-09-08 18:03  burger

	* NAMESPACE: added getErrors to namespace exports

2004-09-08 18:02  burger

	* R/testLogger.r: copied .getErrors to getErrors, added to
	  namespace exports, .getErrors set deprecated

2004-09-08 14:20  kjuen

	* R/htmlProtocol.r: deactivated column in testsuite table is
	  included only when  there are any deactivated test functions

2004-09-07 17:28  kjuen

	* R/: checkFuncs.r, htmlProtocol.r, runit.r, testLogger.r,
	  textProtocol.r: several small cleanups, DEACTIVATED function
	  added

2004-09-06 15:32  burger

	* inst/NAMESPACE: removed, moved to  from inst/ folder

2004-09-06 15:32  burger

	* NAMESPACE: moved here from inst/ folder as promoted by R 2.0.0
	  docu

2004-09-06 15:21  burger

	* R/runit.r: .executeTestCase: added log output: test function call

2004-09-06 15:13  burger

	* R/textProtocol.r: added braces

2004-08-05 13:34  burger

	* R/htmlProtocol.r: added braces; added col.names=FALSE to
	  write.table for printing out R version info

2004-07-13 18:16  burger

	* inst/doc/RUnit.pdf: created via R 1.9.1 buildVignettes("RUnit",
	  "~/src/R/Runit", quiet=FALSE) call, package tools

2004-07-13 16:07  burger

	* inst/doc/: RUnit.Rnw, RUnit.pdf: set VignetteDepends; commented
	  out LaTeX dependencies; added bibliography with URL for SF RUnit
	  site

2004-07-13 16:04  burger

	* DESCRIPTION: added SF URL; fixed vignette PDF problem; updated
	  patch level to 0.3.6

2004-06-29 17:17  burger

	* R/htmlProtocol.r: added colnames(ver) <- "" to avoid warning in R
	  >= 1.9.0

2004-06-10 11:01  burger

	* R/htmlProtocol.r: added writeCR to writeP function: creates
	  better structured HTML code, relevant also for the internal built
	  script

2004-06-09 20:40  burger

	* R/html.r: corrected writeEndHead & writeEndHtml: both wrote start
	  instead of end tags

2004-06-08 11:01  burger

	* DESCRIPTION: updated patch level to 0.3.4, corrected R CMD check
	  warning on man page files

2004-06-08 09:27  burger

	* man/: RUnit-intro.Rd, RUnit.Rd: renamed RUnit.Rd to
	  RUnit-intro.Rd

2004-06-08 09:24  burger

	* man/: RUnit.Rd, checkFuncs.Rd, inspect.Rd,
	  printHTML.trackinfo.Rd, runit.Rd, textProtocol.Rd, tracker.Rd:
	  replaced keyword{RUnit} by concept{RUnit}, suggested by Kurt
	  Hornik

2004-06-07 15:21  kjuen

	* inst/doc/RUnit.pdf: [no log message]

2004-06-07 11:41  koenig

	* inst/doc/RUnit.Rnw: some formatting changes and better
	  descriptions

2004-06-04 22:44  burger

	* man/checkFuncs.Rd: renamed f to fun

2004-06-04 22:44  burger

	* DESCRIPTION: updated patch level to 0.3.3, fixed last failing R
	  CMD check tests: ready for CRAN submission

2004-06-04 22:33  burger

	* man/tracker.Rd: only example text format changed

2004-06-04 22:32  burger

	* man/printHTML.trackinfo.Rd: updated  to new argument name

2004-06-04 22:31  burger

	* R/exportHTML.r: fixed error introduced with the check on the
	  successful directory creation: renamed res input argument to
	  trackInfo

2004-06-04 20:16  burger

	* R/htmlProtocol.r: added R version output at end of HTML page

2004-06-03 17:41  burger

	* R/exportHTML.r: added preconditions and handling of the case the
	  directory results exists already

2004-06-03 17:40  burger

	* man/tracker.Rd: modified useage to be consistent with required
	  default name for tracker object

2004-06-03 17:32  burger

	* man/inspect.Rd: added seealso section

2004-06-03 17:32  burger

	* man/tracker.Rd: added sealso section, clarified comments, added
	  one sentence to description

2004-06-03 16:54  burger

	* R/inspector.r: added methods dependency

2004-06-03 16:50  burger

	* man/RUnit-internal.Rd: added writeBeginHtml & writeEndHtml

2004-06-03 16:37  burger

	* INDEX: initial commit

2004-06-03 16:35  burger

	* inst/doc/00Index.dcf: updated

2004-06-03 16:05  kjuen

	* inst/examples/runitc2f.r: example extended

2004-06-03 16:05  kjuen

	* man/runit.Rd: small improvements

2004-06-03 15:30  kjuen

	* man/runit.Rd: random number generator behaviour documented

2004-06-03 15:15  kjuen

	* inst/doc/RUnit.Rnw: junk character that made texi2dvi fail
	  removed

2004-06-03 15:13  kjuen

	* man/: runit.Rd, textProtocol.Rd: print and summary documentation
	  improved

2004-06-03 13:59  burger

	* tests/runitRUnit.r: added test cases

2004-06-03 13:47  burger

	* tests/: runitHTMLProtocol.r, runitTextProtocol.r: initial commit,
	  simple test cases, currently only checked if all input arguments
	  are checked correctly

2004-06-02 18:53  burger

	* R/: htmlProtocol.r, textProtocol.r: added precondition checks

2004-06-02 18:51  burger

	* DESCRIPTION: updated patch level to 0.3.2: updated Seawve file,
	  added preconditon checks

2004-06-02 18:40  burger

	* inst/doc/RUnit.Rnw: corrected errors in R code which incurred R
	  CMD check error

2004-06-01 18:11  burger

	* inst/examples/runitc2f.r: initial commit, simple example test
	  case, required for correct automatic Sweave translation

2004-05-27 11:37  koenig

	* R/runit.r: random generator set to kind=Marsaglia-Multicarry,
	  normal.kind=Kinderman-Ramage (default before R-1.8.1

2004-05-25 11:07  kjuen

	* inst/NAMESPACE: exports of generic print and summary functions
	  corrected

2004-05-25 11:07  kjuen

	* R/textProtocol.r: type fixed in summary function

2004-05-25 11:06  kjuen

	* R/runit.r: code that attempts to clean up the global environment
	  after the test runs removed, because it did not work with R-1.9
	  (because of some namespace stuff that I do not understand)

2004-05-25 11:04  kjuen

	* R/htmlProtocol.r: junk code removed

2004-05-19 21:08  burger

	* DESCRIPTION: updated patch level to 0.3.1, version presented at
	  useR

2004-05-19 14:42  koenig

	* inst/doc/RUnit.Rnw: E-Mail adresses changed

2004-05-19 14:39  koenig

	* inst/doc/RUnit.Rnw: company name and E-Mail added

2004-05-19 14:12  kjuen

	* inst/doc/RUnit.Rnw: some details improved and section that
	  explains test case execution added

2004-05-19 12:48  kjuen

	* R/testLogger.r: debug print statement removed

2004-05-19 11:26  burger

	* inst/doc/RUnit.Rnw: added library(RUnit) before example code

2004-05-19 11:24  burger

	* man/RUnit-internal.Rd: added newline

2004-05-19 11:24  burger

	* R/exportHTML.r: added API doc tags, code polish for better
	  readability

2004-05-19 11:12  burger

	* man/RUnit.Rd: updated, added links, removed unused tags

2004-05-19 11:09  burger

	* man/: tracker.Rd, printHTML.trackinfo.Rd: added CVS header

2004-05-19 11:08  burger

	* man/: tracker.Rd, inspect.Rd: minor text changes

2004-05-19 11:07  burger

	* man/printHTML.trackinfo.Rd: fixed spelling of function name

2004-05-19 11:04  burger

	* man/RUnit-internal.Rd: initial commit, list all private functions
	  not covered in the docs

2004-05-19 09:46  koenig

	* man/: inspect.Rd, printHTML.trackinfo.Rd, tracker.Rd: initial
	  release for the documentation of the inspector

2004-05-18 23:17  burger

	* inst/doc/RUnit.pdf: updated

2004-05-18 23:17  burger

	* inst/doc/RUnit.Rnw: corrected missing end closure

2004-05-18 21:46  burger

	* man/: runit.Rd, textProtocol.Rd: typo corrections

2004-05-18 21:45  burger

	* inst/doc/RUnit.Rnw: removed duplicate abstract, typo corrections

2004-05-18 19:58  burger

	* inst/NAMESPACE: removed Copyright notice, removed class &method
	  export directive

2004-05-18 19:49  burger

	* man/: RUnit.Rd, checkFuncs.Rd, runit.Rd: added newline in lats
	  line: suggested by R CMD check

2004-05-18 19:47  burger

	* DESCRIPTION: removed 2nd maintainer entry: not allowed by R CMD
	  check

2004-05-18 19:02  burger

	* DESCRIPTION: added splines dependency, added poster, added more
	  Rd files

2004-05-18 16:58  burger

	* inst/doc/RUnit.Rnw: added some lines to Motivation, added Future
	  Ideas

2004-05-18 16:34  koenig

	* inst/doc/RUnit.Rnw: enhanced for the code inspector

2004-05-18 13:24  kjuen

	* R/runit.r: sanity check of looking for a 'runit' call in a test
	  function removed because it is not necessary anymore

2004-05-18 13:22  kjuen

	* R/testLogger.r: a dot prepended to getError and newTestLogger to
	  mark them as internal functions

2004-05-18 13:21  kjuen

	* R/runit.r: bugfix in .executeTestCase: setUp and tearDown are now
	  checked for errors. typo fixed in the code that copes with errors
	  occuring while sourcing a test file

2004-05-18 13:18  kjuen

	* R/: htmlProtocol.r, textProtocol.r: trace back writing improved

2004-05-18 13:16  kjuen

	* man/textProtocol.Rd: documentation of printHTMLProtocol added

2004-05-18 13:15  kjuen

	* inst/doc/RUnit.Rnw: my version of the introduction added

2004-05-17 19:54  burger

	* inst/doc/RUnit.Rnw: added abstract

2004-05-17 19:53  burger

	* inst/doc/RUnit.pdf: initial commit

2004-05-17 15:40  kjuen

	* R/htmlProtocol.r: some minor modifications

2004-05-17 15:40  kjuen

	* R/runit.r: default test file regexp in defineTestSuite improved

2004-05-17 15:16  burger

	* R/: exportHTML.r, html.r, inspector.r: added GPL preamble

2004-05-14 18:38  kjuen

	* R/textProtocol.r: useless code deleted

2004-05-14 18:38  kjuen

	* R/runit.r: small bugfix in isValidTestSuite

2004-05-14 18:37  kjuen

	* R/htmlProtocol.r: first usable version

2004-05-14 18:29  kjuen

	* R/html.r: small improvement of writeBeginTable

2004-05-11 15:34  koenig

	* R/exportHTML.r: moved html helper function to html.r

2004-05-11 15:33  koenig

	* R/html.r: initial release. helper function for generating html
	  pages

2004-05-10 23:09  burger

	* R/: checkFuncs.r, runit.r, testLogger.r, textProtocol.r: added
	  CVS tag

2004-05-10 22:58  burger

	* R/runit.r: renamed argument to isValid to testSuite; ts is a time
	  series object

2004-05-10 22:57  burger

	* R/textProtocol.r: added API documentation tags; renamed arguments
	  to required defaults for print & summary methods

2004-05-10 22:56  burger

	* man/runit.Rd: added authors and keyword paragraphs; changed ts to
	  testSuite argument name and documented it

2004-05-10 22:54  burger

	* man/textProtocol.Rd: added authors and keyword paragraphs; added
	  ... argument description

2004-05-10 22:52  burger

	* man/checkFuncs.Rd: added authors and keyword paragraphs

2004-05-10 22:22  burger

	* inst/doc/RUnit.Rnw: fixed broken LaTeX code: missing begin
	  environment

2004-05-10 22:21  burger

	* inst/doc/00Index.dcf: initial commit, required by R CMD check;
	  needs to be updated with this directories contents

2004-05-10 22:07  burger

	* DESCRIPTION: updated to minor level 0.2.0: CodeInspector code
	  added, documentation pages added; package passes R CMD check

2004-05-10 22:05  burger

	* man/: checkFuncs.Rd, runit.Rd, textProtocol.Rd: changed examples
	  such that no Errors are thrown, and packages passes R CMD check

2004-05-10 18:51  kjuen

	* R/: 00Init.r, initGeneratedRUnit.r, utilities.r: removed

2004-05-10 18:49  koenig

	* R/inspector.r: initial release for tracking tool

2004-05-10 18:48  koenig

	* R/exportHTML.r: initial release for exporting results to HTML
	  pages

2004-05-10 16:52  kjuen

	* man/: checkFuncs.Rd, runit.Rd, textProtocol.Rd: first attempt to
	  cope with Rs documentation tool

2004-05-10 16:51  kjuen

	* R/runit.r: test suite objects now have a class attribute

2004-05-10 16:50  kjuen

	* R/testProtocol.r: renamed to textProtocol

2004-05-10 16:50  kjuen

	* R/textProtocol.r: renamed from testProtocol

2004-05-07 17:51  kjuen

	* man/checkFuncs.Rd: [no log message]

2004-05-07 17:51  kjuen

	* R/checkFuncs.r: ... added to checkEquals so that further args can
	  be passed to all.equal

2004-05-07 15:45  kjuen

	* R/testProtocol.r: S3 generic methods 'print' and 'summary' added

2004-05-07 15:44  kjuen

	* R/testLogger.r: getErrors improved

2004-05-06 20:46  burger

	* DESCRIPTION: added GPL 2 licence text, some code improvements

2004-05-06 20:43  burger

	* COPYING: GPL 2, downloaded from
	  http://www.gnu.org/copyleft/gpl.html

2004-05-06 19:39  kjuen

	* R/testProtocol.r: license header added, optional args added to
	  configure printTextProtocol

2004-05-06 19:38  kjuen

	* R/testLogger.r: license header added, traceback removed for
	  Failures

2004-05-06 19:37  kjuen

	* R/runit.r: license header added, file regexp in runTestFile
	  improved

2004-05-06 19:37  kjuen

	* R/checkFuncs.r: license header added

2004-05-05 21:35  burger

	* R/runit.r: changed to default set in R >= 1.8.0

2004-05-05 20:08  burger

	* DESCRIPTION: updated version to 0.1.0, runit test framework from
	  EpiR.tools revised and commited here

2004-05-05 19:30  kjuen

	* R/: checkFuncs.r, runit.r, testLogger.r, testProtocol.r: initial
	  check in of rewritten version

2004-04-06 11:27  burger

	* DESCRIPTION, R/00Init.r, R/initGeneratedRUnit.r, R/utilities.r,
	  inst/NAMESPACE, inst/doc/RUnit.Rnw, man/RUnit.Rd,
	  tests/runitRUnit.r: Initial revision

2004-04-06 11:27  burger

	* DESCRIPTION, R/00Init.r, R/initGeneratedRUnit.r, R/utilities.r,
	  inst/NAMESPACE, inst/doc/RUnit.Rnw, man/RUnit.Rd,
	  tests/runitRUnit.r: initial import: preparation for public CRAN
	  package, will take on most of EpiR.tools functionality

