Displaying 2 results from an estimated 2 matches for "4369l".
Did you mean:
43694
2008 Sep 16
0
Help with Memory Profiling in R with summaryRprof
...me R
code with summaryRprof in R version 2.7.2 in Windows. If I use the memory =
"both" option in summaryRprof(), I have no problems viewing the profiling of
both the time and memory usage. However if I try to use memory = "stats," I
get the following error:
Error in tapply(1:4369L, list(index = c("source:eval.with.vis",
"source:eval.with.vis", :
arguments must have same length
Furthermore, if I set memory to "tseries," I receive the following error:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows:...
2008 Sep 16
0
Help with Profiling Memory Use in R with summaryRprof
...me
R code with summaryRprof in R version 2.7.2 in Windows. If I use the
memory = "both" option in summaryRprof(), I have no problems viewing
the profiling of both the time and memory usage. However if I try to
use memory = "stats," I get the following error:
Error in tapply(1:4369L, list(index = c("source:eval.with.vis",
"source:eval.with.vis", :
arguments must have same length
Furthermore, if I set memory to "tseries," I receive the following error:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows:...