Displaying 1 result from an estimated 1 matches for "cwh".
Did you mean:
ch
2006 May 09
1
2.3.0 problems
...deprecated
8: use of NULL environment is deprecated
------------------
What is NULL environment?
3. My files:
> .First
function() {
editedOn <- "2006-04-28, 11:08"
options(digits=6)
pk <- .packages(all = TRUE)
su <- substr(pk,1,3)
pk1 <- pk[(su=="cwh") & (!is.na(su))]
for (ii in pk1[pk1!="cwhmisc" & (sapply(pk1,function(x) !(" " %in%
unlist(strsplit(x,NULL)))))]) # to avoid concatenation of names
library(ii,character.only=TRUE)
pk <- utils::installed.packages()
for (ii in pk[!is.na(pk[,"P...