Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
syounkin committed Apr 6, 2017
1 parent 708dc5c commit 632feb6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ pdf: ./NAMESPACE
html: ./man/*
R ${R_OPTS} -e 'library(roxygen2);roxygenize("~/ITHIM/")'
R CMD INSTALL --html --no-inst ~/ITHIM/
# cp -v ~/R/x86_64-redhat-linux-gnu-library/3.0/ITHIM/html/* /ua/kendzior/public_html/CKGROUP/YOUNKIN/ITHIM-html/
# cp -v ~/R/x86_64-redhat-linux-gnu-library/3.0/ITHIM/DESCRIPTION /ua/kendzior/public_html/CKGROUP/YOUNKIN/
# cd /ua/kendzior/public_html/CKGROUP/YOUNKIN/ITHIM-html/; touch ./*.html

check:
rm -v ITHIM_*.*.*.tar.gz
R --vanilla < ~/GHI/R/check.R
R CMD build .
R CMD check --as-cran ITHIM*.tar.gz
R CMD check --as-cran ITHIM_*.*.*.tar.gz

0 comments on commit 632feb6

Please sign in to comment.