File: unit1.R

package info (click to toggle)
r-cran-optimx 2020-4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: sh: 21; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
library(optimx)
library(svUnit)
optimx.test1 <- system.file("unitTests", "runit.1.R", package = "optimx")
cat("Running:", optimx.test1, "\n")
source(optimx.test1)
clearLog()
test.1()
Log()