We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637ea84 commit 7d333b8Copy full SHA for 7d333b8
tests/tinytest.R
@@ -2,6 +2,6 @@
2
if ( requireNamespace("tinytest", quietly=TRUE) ){
3
# To skip running the tests on CRAN make them run only on the developer version
4
home <- length(unclass(packageVersion("bsvars"))[[1]]) == 4
5
- tinytest::test_package("bvarPANELs")
+ tinytest::test_package("bpvars")
6
}
7
0 commit comments