Last updated on 2025-12-31 11:49:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 4.70 | 36.38 | 41.08 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 3.29 | 27.94 | 31.23 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 7.00 | 55.07 | 62.07 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 8.00 | 63.11 | 71.11 | NOTE | |
| r-devel-windows-x86_64 | 1.0.2 | 5.00 | 56.00 | 61.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.2 | 3.82 | 33.36 | 37.18 | NOTE | |
| r-release-linux-x86_64 | 1.0.2 | 4.15 | 33.65 | 37.80 | NOTE | |
| r-release-macos-arm64 | 1.0.2 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.2 | 3.00 | 54.00 | 57.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.2 | 6.00 | 56.00 | 62.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.2 | 3.00 | 56.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.2 | 8.00 | 65.00 | 73.00 | OK |
Version: 1.0.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘source_pmc.R’ ‘source_pubmed.R’ ‘source_pubtations.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘puremoe-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: data_mesh_trees
> ### Title: Download and Load 'MeSH' Trees Data
> ### Aliases: data_mesh_trees
>
> ### ** Examples
>
> data <- data_mesh_trees()
No path provided and persistent storage not requested. Using temporary directory for this session.
Downloading MeSH trees...
trying URL 'https://github.com/jaytimm/mesh-builds/blob/main/data/data_mesh_trees.rds?raw=true'
Warning in utils::download.file(sf, df, mode = "wb") :
cannot open URL 'https://github.com/jaytimm/mesh-resources/blob/main/data/data_mesh_trees.rds?raw=true': HTTP status was '503 Service Unavailable'
Error in utils::download.file(sf, df, mode = "wb") :
cannot open URL 'https://github.com/jaytimm/mesh-builds/blob/main/data/data_mesh_trees.rds?raw=true'
Calls: data_mesh_trees -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang