Last updated on 2025-12-07 07:49:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 14.31 | 241.12 | 255.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 8.86 | 89.55 | 98.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 33.00 | 359.06 | 392.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 27.00 | 368.82 | 395.82 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 16.00 | 226.00 | 242.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 14.61 | 226.12 | 240.73 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 13.79 | 226.83 | 240.62 | OK | |
| r-release-macos-arm64 | 0.2.2 | OK | ||||
| r-release-macos-x86_64 | 0.2.2 | 13.00 | 131.00 | 144.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 17.00 | 228.00 | 245.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.2 | 9.00 | 168.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 24.00 | 291.00 | 315.00 | OK |
Version: 0.2.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘PvSTATEM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: generate_levey_jennings_report
> ### Title: Generate a Levey-Jennings Report for Multiple Plates.
> ### Aliases: generate_levey_jennings_report
>
> ### ** Examples
>
> output_dir <- tempdir(check = TRUE)
>
> dir_with_luminex_files <- system.file("extdata", "multiplate_lite",
+ package = "PvSTATEM", mustWork = TRUE
+ )
> list_of_plates <- process_dir(dir_with_luminex_files,
+ return_plates = TRUE, format = "xPONENT", output_dir = output_dir
+ )
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_lite/CovidOISExPONTENT.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT!
<1b>[39m
Processing plate 'CovidOISExPONTENT'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/Rtmp47OTdj/CovidOISExPONTENT_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/Rtmp47OTdj/CovidOISExPONTENT_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_lite/CovidOISExPONTENT2.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT2!
<1b>[39m
Processing plate 'CovidOISExPONTENT2'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/Rtmp47OTdj/CovidOISExPONTENT2_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/Rtmp47OTdj/CovidOISExPONTENT2_nMFI.csv'
> note <- "This is a Levey-Jennings report.\n**Author**: Jane Doe \n**Tester**: John Doe"
>
> generate_levey_jennings_report(
+ list_of_plates = list_of_plates,
+ report_title = "QC Report",
+ dilutions = c("1/100", "1/200"),
+ output_dir = tempdir(),
+ additional_notes = note
+ )
Generating report... For large reports with more than 30 plates, this will take a few minutes.
Error in loadNamespace(x) : there is no package called ‘rmarkdown’
Calls: generate_levey_jennings_report ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> require(testthat)
Loading required package: testthat
> require(PvSTATEM)
Loading required package: PvSTATEM
>
> test_check("PvSTATEM")
Saving _problems/test-generate_report-42.R
Saving _problems/test-generate_report-43.R
Saving _problems/test-generate_report-45.R
Saving _problems/test-generate_report-47.R
Saving _problems/test-generate_report-52.R
Saving _problems/test-generate_report-62.R
Saving _problems/test-generate_report-63.R
Saving _problems/test-generate_report-64.R
Creating the output directory: '/tmp/RtmpKacvo4/output'
(<1b>[31mWARNING<1b>[39m)
Using less than five samples to fit the logistic model. For now, using the basic nplr method to fit the logistic model - should be modified in the futureInstance of the Model class fitted for analyte ' Spike_6P_IPP ':
- fitted with 2 parameters
- using 2 samples
- using log residuals (mfi): TRUE
- using log dilution: TRUE
- top asymptote: 100
- bottom asymptote: 50
- goodness of fit: 1
- weighted goodness of fit: 1
[1] "Parsing file/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/external/Chul_IgG3_1.csv"
[1] "Parsing successful"
[1] "Parsing file/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/external/Chul_TotalIgG_2.csv"
[1] "Parsing successful"
[1] "Parsing file/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/external/New_Batch_14_20140513_082522.csv"
[1] "Parsing successful"
[1] "Parsing file/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/external/New_Batch_6_20160309_174224.csv"
[1] "Parsing successful"
[1] "Parsing file/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/external/pone.0187901.s001.csv"
[1] "Parsing successful"
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/CovidOISExPONTENT_CO.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT_CO!
<1b>[39m
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/CovidOISExPONTENT_CO.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT_CO!
<1b>[39m
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/CovidOISExPONTENT_CO.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT_CO!
<1b>[39m
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_1_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_1_xponent!
<1b>[39m
Processing plate 'IGG_CO_1_xponent'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_1_xponent_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_1_xponent_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_2_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_2_xponent!
<1b>[39m
Processing plate 'IGG_CO_2_xponent'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_2_xponent_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_2_xponent_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_3_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_3_xponent!
<1b>[39m
Processing plate 'IGG_CO_3_xponent'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_3_xponent_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/IGG_CO_3_xponent_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_lite/CovidOISExPONTENT.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT!
<1b>[39m
Processing plate 'CovidOISExPONTENT'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/CovidOISExPONTENT_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/CovidOISExPONTENT_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_lite/CovidOISExPONTENT2.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: CovidOISExPONTENT2!
<1b>[39m
Processing plate 'CovidOISExPONTENT2'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/CovidOISExPONTENT2_RAU.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/CovidOISExPONTENT2_nMFI.csv'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_1_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_1_xponent!
<1b>[39m
Processing plate 'IGG_CO_1_xponent'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_2_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_2_xponent!
<1b>[39m
Processing plate 'IGG_CO_2_xponent'
Reading Luminex data from: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/PvSTATEM/extdata/multiplate_reallife_reduced/IGG_CO_3_xponent.csv
using format xPONENT
<1b>[32m
New plate object has been created with name: IGG_CO_3_xponent!
<1b>[39m
Processing plate 'IGG_CO_3_xponent'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Merged output saved to: /tmp/RtmpKacvo4/merged_RAU_20251206_130708.csv
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Merged output saved to: /tmp/RtmpKacvo4/merged_nMFI_20251206_130708.csv
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
Fitting the models and predicting RAU for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed RAU values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
Fitting the models and predicting RAU for each analyte
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
Computing nMFI values for each analyte
Computing nMFI values for each analyte
Computing nMFI values for each analyte
Computing nMFI values for each analyte
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
Computing nMFI values for each analyte
Adding the raw MFI values to the output dataframe
Saving the computed nMFI values to a CSV file located in: '/tmp/RtmpKacvo4/output.csv'
[ FAIL 8 | WARN 23 | SKIP 0 | PASS 315 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-generate_report.R:42:3'): Test generate_plate_report function ──
Expected `generate_plate_report(plate, output_dir = tmp_dir)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:43:3'): Test generate_plate_report function ──
Expected `generate_plate_report(plate, output_dir = tmp_dir, filename = "test_report.html")` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:45:3'): Test generate_plate_report function ──
Expected `generate_plate_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:47:3'): Test generate_plate_report function ──
Expected `generate_plate_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:52:3'): Test generate_plate_report function ──
Expected `generate_plate_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:62:3'): Test generate_levey_jennings_report function ──
Expected `generate_levey_jennings_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:63:3'): Test generate_levey_jennings_report function ──
Expected `generate_levey_jennings_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
── Failure ('test-generate_report.R:64:3'): Test generate_levey_jennings_report function ──
Expected `generate_levey_jennings_report(...)` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'rmarkdown'
[ FAIL 8 | WARN 23 | SKIP 0 | PASS 315 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc