TOP=../..
PKG=${shell cd ${TOP};pwd}
SUITE=runTests.R
R=R
all: inst test
inst: # Install package
cd ${TOP}/..;\
${R} CMD INSTALL ${PKG}
test: # Run unit tests
export RCMDCHECK=FALSE;\
cd ${TOP}/tests;\
${R} --vanilla --slave < ${SUITE}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.