Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc2f19b

Browse files
committed
Skip a test on windows, on older R
It fails to find the package itself during tests.Probably some package library path mishap, specificto our tests, but it is not worth fixing.
1 parent8215765 commitcc2f19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/testthat/test-cpp.R‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
test_that("C++ API works", {
22

33
skip_on_cran()
4+
if (getRversion()<"4.0.0"&&.Platform$OS.type=="windows") {
5+
skip("Fails on older R")
6+
}
47

58
Sys.setenv("R_TESTS"="")
69

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp