Displaying 2 results from an estimated 2 matches for "crish".
Did you mean:
  crash
  
2013 Oct 07
1
Why read.table replacing space with "." in the header
...? Phylo.Tree Genesis.Tree
#1????????? 1??????????? 2
#2????????? 2??????????? 3
?dd <- data.frame("Phylo Tree"= c(1:10), "Genesis Tree"= c(2:11),check.names=FALSE) 
head(dd,2)
#? Phylo Tree Genesis Tree
#1????????? 1??????????? 2
#2????????? 2??????????? 3
write.csv(dd,"Crish.csv",row.names=FALSE)
?yy<- read.csv("Crish.csv",header=TRUE,check.names=FALSE)
?head(yy,2)
#? Phylo Tree Genesis Tree
#1????????? 1??????????? 2
#2????????? 2??????????? 3
A.K.
Hello Guys 
Please look at the following code. I dont have "." in the input 
data frame....
2013 Apr 25
1
Error Message while Package creation
Hello Guys,
I wanted to build a new R package from the R code. I installed all the
required software and made all the path settings. 
When i tried running, 
cmd> RCMD check SamplePackageName 
while "Checking R code for possible errors"
i have encountered a note saying: waning in png(file=Output_FileName,
width=840, height=480, unit="px"): partial argument match of