Displaying 1 result from an estimated 1 matches for "user_r_home".
2002 Jun 17
1
overzealous help-links.sh script! (PR#1682)
...ccurs (= a dir can't be made because a file
# with the same name exists.
# For the links, I try to be clever, and put in only those that aren't there
yet, but this doesn't yet function
# correctly with the single-line-2-test expression. Therefore, all output
from ln is thrown away :)
USER_R_HOME="${HOME}/.R"
PKGLIST="${USER_R_HOME}/doc/html/packages.html"
SEARCHINDEX="${USER_R_HOME}/doc/html/search/index.txt"
# RJVB: don't do this!!
# rm -rf ${USER_R_HOME}
dirs="${USER_R_HOME} ${USER_R_HOME}/doc ${USER_R_HOME}/doc/html
${USER_R_HOME}/doc/html/search...