Home
last modified time | relevance | path

Searched +refs:print +refs:callS4Class (Results 1 – 2 of 2) sorted by relevance

/dports/math/R/R-4.1.2/tests/
H A Dprint-tests.Rout.save22 > #### R < print-tests.R >& print-tests.out-__version__
583 > # Now auto-print, and explicit print(.) :
631 > print(a)
637 > print(b)
643 > print(c)
649 > print(d)
680 > a ; print(a)
792 > print.callS4Class <- function(x, ...) stop("should not be dispatched")
793 > .CallS4Class <- setClass("callS4Class", slots = c(x = "numeric"))
794 > setMethod("show", "callS4Class", function(object) cat("S4 show!\n"))
[all …]
/dports/math/libRmath/R-4.1.1/tests/
H A Dprint-tests.Rout.save22 > #### R < print-tests.R >& print-tests.out-__version__
583 > # Now auto-print, and explicit print(.) :
631 > print(a)
637 > print(b)
643 > print(c)
649 > print(d)
680 > a ; print(a)
792 > print.callS4Class <- function(x, ...) stop("should not be dispatched")
793 > .CallS4Class <- setClass("callS4Class", slots = c(x = "numeric"))
794 > setMethod("show", "callS4Class", function(object) cat("S4 show!\n"))
[all …]