Skip to content
Permalink
005c1b1eca
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
20 lines (15 sloc) 593 Bytes
#!/bin/sh
ln -s `Rscript -e "cat(system.file('bin/knit', package='knitr'))"` ~/bin
ln -s `Rscript -e "cat(system.file('bin/servr', package='servr'))"` ~/bin
ln -s /usr/lib/rstudio/bin/pandoc/pandoc ~/bin
ln -s /usr/lib/rstudio/bin/pandoc/pandoc-citeproc ~/bin
ln -s `pwd`/.Renviron ~/
ln -s `pwd`/.Rprofile ~/
for i in $(find `pwd` -maxdepth 1 -type f -executable);
do ln -s $i ~/bin;
done
ln -s `pwd`/.bash_aliases ~/
which cranwin || cat .bashrc >> ~/.bashrc
kpsewhich Sweave.sty || tlmgr conf texmf TEXMFHOME "~/texmf:/usr/share/R/share/texmf"
ln -s `pwd`/.gitconfig ~/
cp .netrc ~/