File: test-tools.R

package info (click to toggle)
cluster 2.1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: ansic: 3,397; sh: 20; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#### Will be sourced by several R scripts in ../tests/

### ------- General test "tools" (from the Matrix package):
### ==> 'Suggests: Matrix' in ../DESCRIPTION
loadNamespace("Matrix", lib.loc = .Library)# needed (e.g. for MM's setup)
source(system.file("test-tools-1.R", package = "Matrix", lib.loc = .Library),
       keep.source = FALSE)

if(doExtras <- cluster:::doExtras())## from ../R/0aaa.R
    cat("doExtras <- cluster:::doExtras() :  TRUE\n")