Closed wahani closed 2 years ago
@arunge just to follow protocol and we don't miss it: we still have an error in the build pipeline.
Looks like an issue with the new versioning:
Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: > library(testthat) > library(OsteoBioR) Loading required package: Rcpp > > test_check("OsteoBioR") ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure (test-downAndUploadModel.R:2:3): addPackageVersionNo ──────────────── substr(addPackageVersionNo("abc"), 1, 25) (`actual`) not equal to "abc\n\nOsteoBioR version 22." (`expected`). `lines(actual)`: "abc" "" "OsteoBioR version 22" `lines(expected)`: "abc" "" "OsteoBioR version 22." [ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ] Error: Test failures Execution halted
Fixed:
@arunge just to follow protocol and we don't miss it: we still have an error in the build pipeline.
Looks like an issue with the new versioning: