Last updated on 2025-03-13 15:51:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 5.15 | 29.86 | 35.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 3.57 | 22.93 | 26.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 55.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 69.54 | OK | |||
r-devel-macos-arm64 | 0.9.0 | 33.00 | OK | |||
r-devel-macos-x86_64 | 0.9.0 | 58.00 | OK | |||
r-devel-windows-x86_64 | 0.9.0 | 6.00 | 69.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 0.9.0 | OK | ||||
r-release-linux-x86_64 | 0.9.0 | 4.62 | 28.61 | 33.23 | OK | |
r-release-macos-arm64 | 0.9.0 | 32.00 | OK | |||
r-release-macos-x86_64 | 0.9.0 | 44.00 | OK | |||
r-release-windows-x86_64 | 0.9.0 | 6.00 | 60.00 | 66.00 | OK | |
r-oldrel-macos-arm64 | 0.9.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.9.0 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.0 | 8.00 | 63.00 | 71.00 | OK |
Version: 0.9.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
bucketlist.Rd: bucket_list_df
get_hcp_file.Rd: VERB
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.9.0
Check: examples
Result: ERROR
Running examples in 'neurohcp-Ex.R' failed
The error most likely occurred in:
> ### Name: hcp_list_files
> ### Title: List files from HCP bucket
> ### Aliases: hcp_list_files fcp_list_files openneuro_list_files
> ### hcp_list_dirs fcp_list_dirs openneuro_list_dirs
>
> ### ** Examples
>
> if (have_aws_key()){
+ x = hcp_list_files(prefix = "HCP/100307/unprocessed/3T/Diffusion",
+ delimiter="bval")
+ stopifnot(x$parsed_result$ListBucketResult$Name[[1]] == "hcp-openaccess")
+ t1_niis = hcp_list_files(prefix ="HCP/100307/T1w",
+ delimiter = ".nii.gz")
+ all_dirs = hcp_list_dirs("HCP/")
+ }
>
> if (have_aws_key()){
+ res = hcp_list_dirs("HCP/")
+ projects = unlist(parse_list_files(res)$prefixes)
+ projects = unname(projects)
+ projects = unname(projects)
+ head(projects)
+ head(basename(projects))
+ stopifnot("100307" %in% basename(projects))
+ }
> if (have_aws_key()){
+ res = fcp_list_dirs()
+ projects = unlist(parse_list_files(res)$prefixes)
+ projects = unname(projects)
+ head(projects)
+ head(basename(projects))
+ stopifnot("ABIDE" %in% basename(projects))
+ }
> res = openneuro_list_dirs()
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [s3.amazonaws.com]: SSL/TLS connection timeout
Calls: openneuro_list_dirs ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-windows-x86_64