search for: svanilla

Displaying 3 results from an estimated 3 matches for "svanilla".

Did you mean: vanilla
1999 Jul 27
2
Memory profiling/benchmarking
Hi, As a project for a computer performance analysis paper I am taking this semester, I am going to look at the performance of the memory manager in R, with the aim of determining how fast it is and which areas most need improvement. The idea is that I will compare various versions of R, starting with 0.64.2, and then at a few stages in the implementation of the new memory management scheme (of
1997 Nov 04
0
R-alpha: compatibility functions
...r <- list( major = substring(Sv, 1,1), minor = substring(Sv, lv,lv)) } else {r <- version r$minor <- as.numeric(r$minor) r$major <- as.numeric(r$major) } if (is.Splus()) r$language <- "Splus" else if (is.Svanilla()) r$language <- "S" r$OSversion <- OSversion() r$OStype <- machine() r } ########################################################### # 1/ Functions are for identifying S or R and flavours. ########################################################### #Note It i...
1998 Aug 31
0
isolating R/S and operating system differences
...r <- list( major = substring(Sv, 1,1), minor = substring(Sv, lv,lv)) } else {r <- version r$minor <- as.numeric(r$minor) r$major <- as.numeric(r$major) } if (is.Splus()) r$language <- "Splus" else if (is.Svanilla()) r$language <- "S" r$OSversion <- OSversion() r$OStype <- OStype() r } ########################################################### # 1/ Functions are for identifying S or R and flavours. ########################################################### #Note It...