Displaying 2 results from an estimated 2 matches for "topfun".
Did you mean:
topfen
2001 Mar 08
2
surprising behavior of match.arg() (PR#872)
...assed are lost. Consider this
example:
fun1 <- function(x, A=c("power","constant")) {
arg <- match.arg(A)
cat(paste("A is:",paste(A,collapse=", "),"\narg is:",arg,"\n"))
cat("formals:\n")
print(formals())
2*x
}
topfun <- function(x, Fun=fun1) {
cat("\n>>>Called as fun1:\n")
fun1(x)
cat("\n>>>Called as Fun:\n")
Fun(x,A="power")
Fun2 <- fun1
cat("\n>>>Called as Fun2:\n")
Fun2(x,A="power")
}
cat("\n>>>>...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating