test/test-all.R

#!/usr/bin/Rscript
# -*- coding: utf-8 -*-

################################ Description ###################################
# Title: Launch all tests
# Purpose: Launch all tests using the package testthat
# Created the 2014-12-29 
# by Joris Muller <joris.muller@jom.link>
# Licence: This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# ( at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
################################################################################

library(testthat)
library(dfcheck)

# Test units are placed in test/testthat and launched by this command
test_check(package="dfcheck")
jomuller/dfcheck documentation built on May 19, 2019, 7:26 p.m.