#### test rgdx with a recent GDX file containing full domain info
#### with useDomInfo=FALSE it should behave as if no dom info is there
#### test form=['sparse','full'] X [filtered,unfiltered] X compress=[T,F]
#### wanted lists produced with dump("listName",file="")
if (! require(gdxrrwMIRO)) stop ("gdxrrw package is not available")
if (0 == igdx(silent=TRUE)) stop ("the gdx shared library has not been loaded")
source ("chkSame.R")
reqIdent <- TRUE
tryCatch({
print ("testing rgdx handling of GDX file with useDomInfo=FALSE")
rgdx('?')
fnIn <- "teTestWithDomainInfo.gdx"
if (! file_test ('-f', fnIn)) {
stop (paste("FAIL: File", fnIn, "does not exist"))
}
useDomInfo <- FALSE
noInfo <- "NA" # domInfo="NA" means you didn't ask or it doesn't make sense to ask
source ("tReadDomInfoBody.R")
print ("test of rgdx with useDomInfo=FALSE passed")
TRUE ## all tests passed: return TRUE
},
error = function(ex) { print ("test of rgdx with useDomInfo=FALSE failed"); print(ex) ; FALSE }
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.