R/yyy.C.R

'.Cursa' <- function(...) {
   return(.C(...))
  ## without package registration:
   arglist <- list(...)
  # message(paste(".C:",arglist[[1]]))
   if (.isPackageInUse())
      arglist$PACKAGE <- "ursa"
   do.call(".C",arglist)
}

Try the ursa package in your browser

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

ursa documentation built on Feb. 26, 2020, 3:01 p.m.