aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-11-11 20:22:40 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-11-11 20:22:40 +0000
commit4091cfd04c58cdd106b7c48c8b9a51e9179f4875 (patch)
treea77beb8b1d0ab94813a7c5669373dab6e9f80eed /tests
parent42a415484fd632116e6fd19a00761e9142240706 (diff)
- Add a simple makefile
- Add a .Rbuildignore file - Clean up unit tests a bit - Test the gwidgets notebook from the knitr demo git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@150 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'tests')
-rw-r--r--tests/doRUnit.R8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/doRUnit.R b/tests/doRUnit.R
index ed3ef1df..f0f82812 100644
--- a/tests/doRUnit.R
+++ b/tests/doRUnit.R
@@ -10,14 +10,6 @@ if(require("RUnit", quietly=TRUE)) {
library(package=pkg, character.only=TRUE)
- ## If desired, load the name space to allow testing of private functions
- ## if (is.element(pkg, loadedNamespaces()))
- ## attach(loadNamespace(pkg), name=paste("namespace", pkg, sep=":"), pos=3)
- ##
- ## or simply call PKG:::myPrivateFunction() in tests
-
- ## --- Testing ---
-
## Define tests
testSuite <- defineTestSuite(name=paste(pkg, " Unit Tests"),
dirs=path)

Contact - Imprint