tests/testthat/test_rcellminer.R

# All tests are done on files in package using system.file()

context("RCellmine")

test_that("something", {
  #results <- read.table(system.file("extdata", "10523676-compact.xml", package="paxtoolsr"))
	expect_equal(1, 1)
})

# test_that("something2", {
# 	#results <- read.table(system.file("extdata", "10523676-compact.xml", package="paxtoolsr"))
# 	expect_equal(1, 2)
# })

#DEBUG 
#test_that("FAIL", {    
#   expect_that(FALSE, is_true())
#})

Try the rcellminer package in your browser

Any scripts or data that you put into this service are public.

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.