Pandora-IsoMemo / OsteoBioR

Temporal Estimation of Isotopic Values (OsteoBioR)
https://pandora-isomemo.github.io/OsteoBioR/
GNU General Public License v3.0
0 stars 0 forks source link

Error in Build Pipeline #5

Closed wahani closed 2 years ago

wahani commented 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
arunge commented 2 years ago

Fixed:

image

image