inst/shinyAE/global.R

#PaikFitFile = system.file(package="NNTbiomarker",  "Paik-fit.R")
print(dir())
PaikFitFile =  "Paik-fit.R"

### NOTE: no "inst" when running from package home.
cat("global.R: PaikFitFile is ", PaikFitFile, "\n")
if( ! identical(ls(pattern="Paik_nnt", pos=1), 1) )
  source(PaikFitFile, local=TRUE)

boxcolors = colorRampPalette(c("lightgrey", "red"))(6)

Try the NNTbiomarker package in your browser

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

NNTbiomarker documentation built on May 1, 2019, 11:15 p.m.