Displaying 2 results from an estimated 2 matches for "r41127".
Did you mean:
r1127
2007 Apr 11
1
R CMD build fails with try(stop()) in vignette
...'err'))
@
\end{document}
produces an error with R CMD build <pkg>:
...
** building package indices ...
* DONE (testPkg)
* creating vignettes ... ERROR
Error in try(stop("err")) : err
This is not seen with Sweave alone.
> sessionInfo()
R version 2.5.0 beta (2007-04-11 r41127)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=C
attached base packages:
[1] "stats" "graphics"...
2007 Apr 25
1
Help on 'find.BIB' function
Hello everyone,
I am trying to use the 'find.BIB' function to construct a balanced incomplete block design. When I ran the example given in the help file (find.BIB(10,30,4)), I obtained the following error message:
Error in optBlock(~., withinData = factor(1:trt), blocksize = rep(k, b)) :
object ".Random.seed" not found
I investigated what the optBlock