Nothing
library(rTRIPLEXCWFlux)
library(testthat)
test_that("basic model run", {
path <- system.file(onemonth_exam, package = "rTRIPLEXCWFlux")
path <- system.file(Inputpara, package = "rTRIPLEXCWFlux")
out <- TRIPLEX_CW_Flux(
Input_variable=onemonth_exam,Input_parameter=Inputpara,
overyear=FALSE)
expect_type(out, "list")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.