.CI/appveyor/test.R

# Copyright (c) 2019 Shapelets.io
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

load('CIsession.RData')
#options(testthat.output_file = "test-out.xml")
#devtools::test(reporter="junit")
devtools::test()
covr::to_cobertura(covr::package_coverage())
save.image(file='CIsession.RData')
shapelets/khiva-r documentation built on June 10, 2019, 4:58 a.m.