vmrInfo {vmr} | R Documentation |
Get guest machine information. Print OS, R, R-devel and R packages information. Still in development.
vmrInfo()
NULL
## Not run:
boxes <- vmrList()
vmr <- vmrCreate(boxes$Name[1])
vmr <- vmrInitEnv(vmr)
vmrStart()
vmrInfo()
## End(Not run)