Displaying 1 result from an estimated 1 matches for "trial11".
Did you mean:
trial01
2011 Mar 06
1
Seeking guidance in package creation when it contains s4 class
...aled=T, representation(slot1 = "vector", slot2 = "character"))
[1] "aClass"
> fn1 <- function(x, y, z) {
+ x <- x[1]
+ y <- y[1]
+ z <- as.character(z[1])
+ new("aClass", slot1 = x+y, slot2 = z)
+ }
> #fn1(1,2,3)
> package.skeleton("trial11")
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in './trial11/Read-and-delete-me'.
Warning message:
In dump(internalObjs, file = file.path(code_dir, sprintf("%...