Last updated on 2023-12-06 04:55:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.5 | 5.62 | 54.72 | 60.34 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.5 | 3.91 | 40.94 | 44.85 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.5 | 73.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.5 | 70.17 | OK | |||
r-devel-windows-x86_64 | 0.7.5 | 6.00 | 72.00 | 78.00 | ERROR | |
r-patched-linux-x86_64 | 0.7.5 | 5.93 | 52.94 | 58.87 | OK | |
r-release-linux-x86_64 | 0.7.5 | 4.84 | 53.06 | 57.90 | OK | |
r-release-macos-arm64 | 0.7.5 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.7.5 | 37.00 | OK | |||
r-release-windows-x86_64 | 0.7.5 | 7.00 | 75.00 | 82.00 | ERROR | |
r-oldrel-macos-arm64 | 0.7.5 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.5 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.5 | 7.00 | 76.00 | 83.00 | ERROR |
Version: 0.7.5
Check: Rd files
Result: NOTE
checkRd: (-1) GompertzMakeham.Rd:13: Lost braces
13 | \item{A}{The parameter A of the Gompertz-Makeham model u(t)=A*exp{B*t}+C.}
| ^
checkRd: (-1) GompertzMakeham.Rd:14: Lost braces
14 | \item{B}{The parameter B of the Gompertz-Makeham model u(t)=A*exp{B*t}+C.}
| ^
checkRd: (-1) GompertzMakeham.Rd:15: Lost braces
15 | \item{C}{The parameter C of the Gompertz-Makeham model u(t)=A*exp{B*t}+C.}
| ^
checkRd: (-1) truemedian.Rd:6: Lost braces; missing escapes or markup?
6 | exactly same. For example, median of {3, 3, 4, 4, 4} will be 4.
| ^
checkRd: (-1) truemedian.Rd:9-10: Lost braces
9 | the previous data can be treated as rounded values of {2.75, 3.25,
| ^
checkRd: (-1) truemedian.Rd:10: Lost braces; missing escapes or markup?
10 | 11/3, 4, 13/3}. From this viewpoint, true median of {3, 3, 4, 4, 4}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.7.5
Check: examples
Result: ERROR
Running examples in 'fmsb-Ex.R' failed
The error most likely occurred in:
> ### Name: WhipplesIndex
> ### Title: Whipple's Index
> ### Aliases: WhipplesIndex
>
> ### ** Examples
>
> WhipplesIndex(Jpop$M2000)
$WI
[1] 99.09955
$JUDGE
[1] "highly accurate"
> India <- read.delim("https://minato.sip21c.org/ldaR/India2011census.txt")
Warning in file(file, "rt") :
URL 'https://minato.sip21c.org/ldaR/India2011census.txt': status was 'SSL connect error'
Error in file(file, "rt") :
cannot open the connection to 'https://minato.sip21c.org/ldaR/India2011census.txt'
Calls: read.delim -> read.table -> file
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64