Skip to content

Commit

Permalink
really only require R 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 2, 2012
1 parent c2d61f9 commit 3dd2b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.r-install.sh
Expand Up @@ -46,8 +46,8 @@ echo "x=structure(list(DESCRIPTION = c(Package='$2',\
Depends=\"R (>= $RVERSION)\", \
Built=\"R $RVERSION; ; $DATE\"),\
Built = list(R=\"$RVERSION\", Platform=\"$PLATFORM\", Date=\"$DATE\", OStype=\"$OSTYPE\"),\
Rdepends = list(name='R', op='>=', version='2.13'),\
Rdepends2 = list(list(name='R', op='>=', version='2.13')),\
Rdepends = list(name='R', op='>=', version='2.10'),\
Rdepends2 = list(list(name='R', op='>=', version='2.10')),\
Depends = list(),\
Suggests = list(),\
Imports = list()),\
Expand Down
2 changes: 2 additions & 0 deletions src/configure
Expand Up @@ -319,6 +319,8 @@ assert_version() {
echores "`echo $is_ver` ... too old version $wanted_ver or later required"
return 1
fi

return 1
fi

if test ${is[i]} -lt ${wanted[i]}; then
Expand Down

0 comments on commit 3dd2b74

Please sign in to comment.