prophet/R/tests/testthat.R

11 lines
262 B
R
Raw Normal View History

2019-05-21 18:40:04 +00:00
# Copyright (c) Facebook, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
2017-02-22 23:59:43 +00:00
Sys.setenv("R_TESTS" = "")
library(testthat)
library(prophet)
test_check("prophet")