CRAN Package Check Results for Package refseqR

Last updated on 2024-10-20 00:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 13.66 122.31 135.97 OK
r-devel-linux-x86_64-debian-gcc 1.1.4 9.85 86.72 96.57 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 233.42 OK
r-devel-linux-x86_64-fedora-gcc 1.1.4 180.19 ERROR
r-devel-windows-x86_64 1.1.4 16.00 172.00 188.00 OK
r-patched-linux-x86_64 1.1.4 12.53 114.71 127.24 ERROR
r-release-linux-x86_64 1.1.4 12.35 113.08 125.43 ERROR
r-release-macos-arm64 1.1.4 131.00 OK
r-release-macos-x86_64 1.1.4 252.00 OK
r-release-windows-x86_64 1.1.4 14.00 159.00 173.00 ERROR
r-oldrel-macos-arm64 1.1.4 153.00 OK
r-oldrel-macos-x86_64 1.1.4 237.00 OK
r-oldrel-windows-x86_64 1.1.4 18.00 249.00 267.00 OK

Check Details

Version: 1.1.4
Check: examples
Result: ERROR Running examples in ‘refseqR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: refseq_protein2RNA > ### Title: Get the transcript accession from the protein accession > ### Aliases: refseq_protein2RNA > > ### ** Examples > > # Get the transcript id from a single protein accession > protein <- "XP_020244413" > refseq_protein2RNA(protein) Error: Must specify either (not both) 'id' or 'web_history' arguments Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed refseq_GeneID 0.104 0.004 9.604 refseq_geneSymbol 0.080 0.000 12.397 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.4
Check: examples
Result: ERROR Running examples in ‘refseqR-Ex.R’ failed The error most likely occurred in: > ### Name: refseq_RNA2protein > ### Title: Get the protein accession from the transcript accession > ### Aliases: refseq_RNA2protein > > ### ** Examples > > # Get the protein id from a single transcript accession > transcript <- "XM_004487701" > refseq_RNA2protein(transcript) Error: HTTP failure: 500 Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘refseqR.Rmd’ using rmarkdown Quitting from lines 140-142 [unnamed-chunk-15] (refseqR.Rmd) Error: processing vignette 'refseqR.Rmd' failed with diagnostics: HTTP failure: 500 --- failed re-building ‘refseqR.Rmd’ SUMMARY: processing the following file failed: ‘refseqR.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.4
Check: examples
Result: ERROR Running examples in ‘refseqR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: refseq_GeneID > ### Title: Get the GeneID > ### Aliases: refseq_GeneID > > ### ** Examples > > # Get the gene symbol from a set of transcript accessions > transcript = c("XM_004487701", "XM_004488493") > sapply(transcript, function(x) refseq_GeneID (x, db = "nuccore", retries = 4), USE.NAMES = FALSE) Error in curl::curl_fetch_memory(url, handle = handle) : transfer closed with outstanding read data remaining Calls: sapply ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘refseqR.Rmd’ using rmarkdown Quitting from lines 90-92 [unnamed-chunk-7] (refseqR.Rmd) Error: processing vignette 'refseqR.Rmd' failed with diagnostics: transfer closed with outstanding read data remaining --- failed re-building ‘refseqR.Rmd’ SUMMARY: processing the following file failed: ‘refseqR.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64

Version: 1.1.4
Check: examples
Result: ERROR Running examples in 'refseqR-Ex.R' failed The error most likely occurred in: > ### Name: refseq_GeneID > ### Title: Get the GeneID > ### Aliases: refseq_GeneID > > ### ** Examples > > # Get the gene symbol from a set of transcript accessions > transcript = c("XM_004487701", "XM_004488493") > sapply(transcript, function(x) refseq_GeneID (x, db = "nuccore", retries = 4), USE.NAMES = FALSE) Error in curl::curl_fetch_memory(url, handle = handle) : transfer closed with outstanding read data remaining Calls: sapply ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted Flavor: r-release-windows-x86_64