https://github.com/cran/Matrix
Raw File
Tip revision: af5ce7f65c7f4f535b21ae1c50d6432290375c4a authored by Doug and Martin on 21 February 2012, 00:00:00 UTC
version 1.0-4
Tip revision: af5ce7f
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