Last updated on 2023-02-16 08:54:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.2 | 39.84 | 102.84 | 142.68 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.1.2 | 35.96 | 76.33 | 112.29 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.2 | 239.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.2 | 230.16 | OK | |||
r-devel-windows-x86_64 | 2.1.2 | 54.00 | 194.00 | 248.00 | OK | |
r-patched-linux-x86_64 | 2.1.2 | 31.74 | 97.09 | 128.83 | ERROR | |
r-release-linux-x86_64 | 2.1.2 | 36.31 | 87.46 | 123.77 | ERROR | |
r-release-macos-arm64 | 2.1.2 | 60.00 | NOTE | |||
r-release-macos-x86_64 | 2.1.2 | 80.00 | NOTE | |||
r-release-windows-x86_64 | 2.1.2 | 63.00 | 204.00 | 267.00 | OK | |
r-oldrel-macos-arm64 | 2.1.2 | 65.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1.2 | 91.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.1.2 | 105.00 | 225.00 | 330.00 | OK |
Version: 2.1.2
Check: examples
Result: ERROR
Running examples in ‘MDP2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: convertBinary2HMP
> ### Title: Convert a HMDP model stored in binary format to a 'hmp' (XML)
> ### file. The function simply parse the binary files and create 'hmp'
> ### files using the 'hmpMDPWriter()'.
> ### Aliases: convertBinary2HMP
>
> ### ** Examples
>
> ## Set working dir
> wd <- setwd(system.file("models", package = "MDP2"))
>
> ## Convert the machine example to a hmp file
> prefix1 <- "machine1_"
> getBinInfoStates(prefix1)
# A tibble: 14 × 3
sId stageStr label
<dbl> <chr> <chr>
1 0 0,0 Dummy
2 1 1,0 good
3 2 1,1 average
4 3 2,0 good
5 4 2,1 average
6 5 2,2 not working
7 6 3,0 good
8 7 3,1 average
9 8 3,2 not working
10 9 3,3 replaced
11 10 4,0 good
12 11 4,1 average
13 12 4,2 not working
14 13 4,3 replaced
> convertBinary2HMP(prefix1, duration = NULL)
Warning in write_xml.xml_document(doc, file) :
Read-only file syste [1538]
Warning in write_xml.xml_document(doc, file) :
Read-only file syste [1538]
Error in write_xml.xml_document(doc, file) : Error closing file
Calls: convertBinary2HMP ... <Anonymous> -> <Anonymous> -> write_xml.xml_document
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.1.2
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
doc 1.8Mb
libs 4.2Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64