File: sqldf-unitTests.R

package info (click to toggle)
r-cran-sqldf 0.4-11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: awk: 91; sh: 13; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
library(sqldf)
library(svUnit)
sqldf.tests <- system.file("unitTests", "runit.all.R", package = "sqldf")
cat("Running:", sqldf.tests, "\n")
source(sqldf.tests)
clearLog()
test.all()
Log()