Displaying 2 results from an estimated 2 matches for "r65396".
Did you mean:
r65296
2014 Apr 14
1
duplication regression (?)
...}
fn2 <- function(myarg) fn1(myarg)
test_list <- list(list(list(1)))
print(test_list[[c(1,1,1)]])
fn2(test_list)
print(test_list[[c(1,1,1)]])
-----
Before r64970 the output is
[1] 1
[1] 1
After r64970 the output is
[1] 1
[1] 9
> sessionInfo()
R Under development (unstable) (2014-04-10 r65396)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C...
2014 Jun 11
1
R CMD check and DESCRIPTION file with Authors@R only
...] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
This also happens for R Under development (unstable) (2014-04-10 r65396)
Platform: x86_64-w64-mingw32/x64 (64-bit)
--
Mathew W. McLean
Research Assistant Professor
462 Blocker Building
Texas A&M University
www.stat.tamu.edu/~mmclean
[[alternative HTML version deleted]]