ComputationalProteomicsUnit / maker

Makefile for R packages
GNU General Public License v3.0
32 stars 5 forks source link

error in RELEASERARGS? #26

Closed lgatto closed 8 years ago

lgatto commented 8 years ago

Just stumbled on this

RELEASERARGS := --no-save --no-restore --no-site-file --no-environ# --vanilla-=--no-init-file

Shouldn't this be

RELEASERARGS := --no-save --no-restore --no-site-file --no-environ --vanilla --no-init-file
sgibb commented 8 years ago

Indeed, no idea why I commented that ...