Last updated on 2026-04-16 03:53:09 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| countHMM | 1 | 4 | 9 |
Current CRAN status: ERROR: 1, NOTE: 4, OK: 9
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Timo Adam <timo.adam@uni-bielefeld.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Timo",
family = "Adam",
role = c("aut", "cre"),
email = "timo.adam@uni-bielefeld.de")
as necessary.
The Description field contains
Hidden Markov Models for Time Series of Counts. <arXiv:1901.03275>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Found the following URLs which should use \doi (with the DOI name only):
File ‘psRes.Rd’:
https://doi.org/10.1201/b20790
File ‘stateDec.Rd’:
https://doi.org/10.1201/b20790
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘countHMM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fitMod
> ### Title: fitMod
> ### Aliases: fitMod
>
> ### ** Examples
>
> # importing example data
> x = read.table("http://www.hmms-for-time-series.de/second/data/earthquakes.txt")$V2
Warning in file(file, "rt") :
cannot open URL 'http://www.hmms-for-time-series.de/second/data/earthquakes.txt': HTTP status was '500 Internal Server Error'
Error in file(file, "rt") :
cannot open the connection to 'http://www.hmms-for-time-series.de/second/data/earthquakes.txt'
Calls: read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64