summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-04-24 09:04:26 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-04-24 09:04:26 +0200
commit238910a92d38b6251d7e7bb0e7033131c2b28a52 (patch)
treeed256127020f10f70e7b54e570a9712830d53eef
parent0eed77c71e8003ceb7ac32ecff071c41fa5c3701 (diff)
Turn of remote CRAN checks by default
-rw-r--r--Renviron1
-rwxr-xr-xinstall2
2 files changed, 2 insertions, 1 deletions
diff --git a/Renviron b/Renviron
new file mode 100644
index 0000000..3b67b59
--- /dev/null
+++ b/Renviron
@@ -0,0 +1 @@
+R_CHECK_CRAN_INCOMING_REMOTE=false
diff --git a/install b/install
index 9fa275b..e4d4e82 100755
--- a/install
+++ b/install
@@ -6,7 +6,7 @@ cd $(dirname $BASH_SOURCE)
BASE=$(pwd)
# dotfiles to install
-for dotfile in bashrc vimrc gitconfig Rprofile tmux.conf reportbugrc; do
+for dotfile in bashrc vimrc gitconfig Rprofile Renviron tmux.conf reportbugrc; do
mkdir -pv bak
[ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile
ln -sfv $BASE/$dotfile ~/.$dotfile

Contact - Imprint