Annotation of OpenXM/src/R/r-client/Makefile, Revision 1.2
1.1 takayama 1: usage:
2: @echo "make check"
3: @echo "make build-r-package needs to clean everything and checkout again"
4:
5:
6: check:
7: R CMD check Ropenxm
1.2 ! takayama 8: build-src-package:
! 9: R CMD build Ropenxm
! 10: build-binary-package:
! 11: R CMD build --binary Ropenxm
! 12: # R CMD INSTALL Ropenxm
! 13: # R CMD REMOVE Ropenxm
! 14: copy: build-src-package build-binary-package
! 15: scp Ropenxm*gz ${USER}@lemon.math.kobe-u.ac.jp:/home/web/HOME/${USER}/2012/tmp
1.1 takayama 16: clean:
17: rm -rf Ropenxm.Rcheck
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>