Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# sometimes I temporarily install some packages to ~/R-tmp; normall I install to ~/R
R_LIBS_USER="~/R:~/R-tmp:~/R-bioc"
# custom knitr options for me
R_KNITR_OPTIONS="knitr.chunk.tidy=TRUE"
#_R_CHECK_CRAN_INCOMING_=FALSE
# do not force installing packages in Suggests
_R_CHECK_FORCE_SUGGESTS_=false