https://github.com/cran/Matrix
Raw File
Tip revision: 66e00a7ec4155be8e307d7515f2ca3a73406aef7 authored by Doug and Martin on 02 November 2011, 00:00:00 UTC
version 1.0-2
Tip revision: 66e00a7
test-tools.R
#### Will be sourced by several R scripts in ../tests/

### ------- Part I & -- unrelated to "Matrix" classes ---------------
### ------- Part II  -- related to matrices, but *not* "Matrix" -----------
source(system.file("test-tools-1.R",      package = "Matrix"), keep.source = FALSE)
### ------- Part III --  "Matrix" (classes) specific ----------------------
source(system.file("test-tools-Matrix.R", package = "Matrix"), keep.source = FALSE)
back to top