dwww Home | Show directory contents | Find package

#!/bin/sh -e

pkgname=purrr
debname=r-cran-purrr

if [ "$AUTOPKGTEST_TMP" = "" ] ; then
  AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi

cp -a * $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP/tests/

LC_ALL=C.UTF-8 R --no-save < testthat.R

Generated by dwww version 1.15 on Thu May 23 08:04:36 CEST 2024.