File: versions.R

package info (click to toggle)
r-cran-mlmrev 1.0-8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,824 kB
  • sloc: sh: 10; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
####  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")