Last updated on 2025-01-23 08:50:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.18 | 15.14 | 107.67 | 122.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.18 | 10.09 | 67.94 | 78.03 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.18 | 198.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.18 | 172.58 | ERROR | |||
r-devel-windows-x86_64 | 0.1.18 | 14.00 | 118.00 | 132.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.18 | 18.80 | 101.07 | 119.87 | OK | |
r-release-linux-x86_64 | 0.1.18 | 13.21 | 90.63 | 103.84 | ERROR | |
r-release-macos-arm64 | 0.1.18 | 52.00 | OK | |||
r-release-macos-x86_64 | 0.1.18 | 82.00 | OK | |||
r-release-windows-x86_64 | 0.1.18 | 14.00 | 119.00 | 133.00 | OK | |
r-oldrel-macos-arm64 | 0.1.18 | 56.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.18 | 77.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.18 | 18.00 | 154.00 | 172.00 | OK |
Version: 0.1.18
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
NMAoutlier.Rd: netmeta
NMAoutlier.measures.Rd: netmeta
netmet.Rd: netmeta
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.1.18
Check: examples
Result: ERROR
Running examples in ‘NMAoutlier-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: NMAoutlier.measures
> ### Title: Outlier and influential detection measures in network
> ### meta-analysis.
> ### Aliases: NMAoutlier.measures
>
> ### ** Examples
>
> data(smokingcessation, package = "netmeta")
> smokingcessation$id <- 1:nrow(smokingcessation)
>
> study912 <- subset(smokingcessation, id %in% 9:12)
> p1 <- netmeta::pairwise(list(treat1, treat2, treat3),
+ list(event1, event2, event3),
+ list(n1, n2, n3),
+ data = study912,
+ sm = "OR")
Error: 'pairwise' is not an exported object from 'namespace:netmeta'
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.18
Check: examples
Result: ERROR
Running examples in ‘NMAoutlier-Ex.R’ failed
The error most likely occurred in:
> ### Name: NMAoutlier.measures
> ### Title: Outlier and influential detection measures in network
> ### meta-analysis.
> ### Aliases: NMAoutlier.measures
>
> ### ** Examples
>
> data(smokingcessation, package = "netmeta")
> smokingcessation$id <- 1:nrow(smokingcessation)
>
> study912 <- subset(smokingcessation, id %in% 9:12)
> p1 <- netmeta::pairwise(list(treat1, treat2, treat3),
+ list(event1, event2, event3),
+ list(n1, n2, n3),
+ data = study912,
+ sm = "OR")
Error: 'pairwise' is not an exported object from 'namespace:netmeta'
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc