inst/tests/xrefclass.1.R

## ************************************************************************
## 
## 
## 
## (c) Xiaobei Zhao
## 
## Mon Aug 11 23:30:45 EDT 2014 -0400 (Week 32)
## 
## 
## Reference: 
## 
## 
## ************************************************************************


test00.xRefClass <-
  function()
{
  
  obj <- xRefClass$new()
  logme(obj)
  ##logme(obj$trace())

  try(obk <- obj$copy())
  ## Error in (structure(function ()  : unused argument (quote("xrefclass")) ##

  obk2 <- obj$copy2()
  logme(obk2)
  
}

Try the Xmisc package in your browser

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

Xmisc documentation built on May 2, 2019, 8:23 a.m.