tests/versions.R

####  tests/versions.R
## Need this only as long as all other *.R test files, having a matching *.Rout

library("mlmRev", verbose=TRUE)

for(p in c("mlmRev", "lme4", "Matrix")) {
    print(packageDescription(p)); cat(rep.int("-",60), "\n", sep="") }

sessionInfo()
## host specific :
structure(Sys.info()[c(4,5,1:3)], class="simple.list")

Try the mlmRev package in your browser

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

mlmRev documentation built on May 2, 2019, 5:25 p.m.