Last updated on 2023-11-28 13:50:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.5 | 5.70 | 54.26 | 59.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.5 | 4.19 | 40.64 | 44.83 | 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 | 5.00 | 72.00 | 77.00 | ERROR | |
r-patched-linux-x86_64 | 0.7.5 | 6.59 | 53.05 | 59.64 | OK | |
r-release-linux-x86_64 | 0.7.5 | 4.60 | 53.10 | 57.70 | 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 | 8.00 | 77.00 | 85.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 | 8.00 | 79.00 | 87.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