| Back to Multiple platform build/check report for BioC 3.19: simplified long | 
 | 
This page was generated on 2024-10-18 20:40 -0400 (Fri, 18 Oct 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs | 
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4763 | 
| palomino7 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4500 | 
| merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4530 | 
| kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4480 | 
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
| Package 2135/2300 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| TargetSearch 2.6.2  (landing page) Alvaro Cuadros-Inostroza 
 | nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK |  | ||||||||
| palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK |  | ||||||||
| merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | OK | OK |  | ||||||||
| kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | OK | NA | |||||||||
| To the developers/maintainers of the TargetSearch package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/TargetSearch.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. | 
| Package: TargetSearch | 
| Version: 2.6.2 | 
| Command: E:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:TargetSearch.install-out.txt --library=E:\biocbuild\bbs-3.19-bioc\R\library --no-vignettes --timings TargetSearch_2.6.2.tar.gz | 
| StartedAt: 2024-10-17 06:25:31 -0400 (Thu, 17 Oct 2024) | 
| EndedAt: 2024-10-17 06:27:12 -0400 (Thu, 17 Oct 2024) | 
| EllapsedTime: 101.1 seconds | 
| RetCode: 0 | 
| Status: OK | 
| CheckDir: TargetSearch.Rcheck | 
| Warnings: 0 | 
##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:TargetSearch.install-out.txt --library=E:\biocbuild\bbs-3.19-bioc\R\library --no-vignettes --timings TargetSearch_2.6.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'E:/biocbuild/bbs-3.19-bioc/meat/TargetSearch.Rcheck'
* using R version 4.4.1 (2024-06-14 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.2.0
    GNU Fortran (GCC) 13.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'TargetSearch/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'TargetSearch' version '2.6.2'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'TargetSearch' can be installed ... OK
* used C compiler: 'gcc.exe (GCC) 13.2.0'
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'E:/biocbuild/bbs-3.19-bioc/R/library/TargetSearch/libs/x64/TargetSearch.dll':
  Found '_exit', possibly from '_exit' (C)
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
          user system elapsed
RIcorrect  9.5    2.7   13.09
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'tinytest.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE
See
  'E:/biocbuild/bbs-3.19-bioc/meat/TargetSearch.Rcheck/00check.log'
for details.
TargetSearch.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### E:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD INSTALL TargetSearch ### ############################################################################## ############################################################################## * installing to library 'E:/biocbuild/bbs-3.19-bioc/R/library' * installing *source* package 'TargetSearch' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rinit.c -o Rinit.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c baseline.c -o baseline.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c detection.c -o detection.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c file.c -o file.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c find.c -o find.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c get_line.c -o get_line.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hpf.c -o hpf.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix.c -o matrix.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ncdf.c -o ncdf.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c peak.c -o peak.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c spectrum.c -o spectrum.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c strutils.c -o strutils.o gcc -I"E:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o gcc -shared -s -static-libgcc -o TargetSearch.dll tmp.def Rinit.o baseline.o detection.o file.o find.o get_line.o hpf.o matrix.o ncdf.o peak.o spectrum.o strutils.o utils.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.19-bioc/R/bin/x64 -lR installing to E:/biocbuild/bbs-3.19-bioc/R/library/00LOCK-TargetSearch/00new/TargetSearch/libs/x64 ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (TargetSearch)
TargetSearch.Rcheck/tests/tinytest.Rout
R version 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> if ( requireNamespace("tinytest", quietly=TRUE) && requireNamespace("TargetSearchData", quietly=TRUE)) {
+     tinytest::test_package("TargetSearch", color=FALSE, verbose=1)
+ }
Loading required package: TargetSearchData
test_FindAllPeaks.R...........   19 tests OK  2.5s
test_file.R...................    4 tests OK  0.1s
test_import_fame.R............   14 tests OK  68ms
test_import_library.R.........   15 tests OK  0.3s
test_ncdf4_plot_peak.R........    7 tests OK  0.5s
test_quantMatrix.R............    8 tests OK  52ms
test_ri_data_extract.R........    6 tests OK  6.0s
test_ri_plot_peak.R...........   22 tests OK  0.2s
test_tsLib.R..................   17 tests OK  42ms
test_tsProfile.R..............   12 tests OK  13ms
test_tsRim.R..................    6 tests OK  4ms
test_tsSample.R...............    9 tests OK  10ms
test_write_ri_file.R..........    6 tests OK  26ms
All ok, 145 results (9.8s)
> 
> proc.time()
   user  system elapsed 
   9.21    0.51   10.20 
TargetSearch.Rcheck/TargetSearch-Ex.timings
| name | user | system | elapsed | |
| FAMEoutliers | 0.13 | 0.03 | 0.16 | |
| FindAllPeaks | 1.71 | 0.02 | 2.03 | |
| FindPeaks | 0.21 | 0.01 | 0.22 | |
| ImportFameSettings | 0.03 | 0.00 | 0.03 | |
| ImportLibrary | 0.01 | 0.00 | 0.03 | |
| ImportSamples | 0.03 | 0.00 | 0.05 | |
| NetCDFPeakFinding | 0.14 | 0.07 | 0.25 | |
| Profile | 0.88 | 0.01 | 0.89 | |
| ProfileCleanUp | 0.86 | 0.00 | 0.86 | |
| RIcorrect | 9.50 | 2.70 | 13.09 | |
| TSExample | 2.17 | 0.61 | 2.79 | |
| Write.Results | 0.09 | 0.03 | 0.12 | |
| baseline | 0.23 | 0.05 | 0.28 | |
| baselineCorrection | 0.24 | 0.06 | 0.29 | |
| baselineCorrectionQuant | 0.33 | 0.02 | 0.35 | |
| checkRimLim | 0.67 | 0.23 | 0.90 | |
| file | 0.11 | 0.02 | 0.14 | |
| fixRI | 1.05 | 0.12 | 1.17 | |
| medianRILib | 0.64 | 0.04 | 0.67 | |
| ncdf4Convert-method | 0.14 | 0.03 | 0.18 | |
| ncdf4_convert | 0.03 | 0.03 | 0.06 | |
| ncdf4_convert_from_path | 1.77 | 0.42 | 2.19 | |
| ncdf4_data_extract | 0.30 | 0.09 | 0.40 | |
| ncdf4_plot_peak | 1.03 | 0.24 | 1.26 | |
| ncdf4_update_ri | 0.22 | 0.08 | 0.32 | |
| peakCDFextraction | 0.39 | 0.11 | 0.51 | |
| peakFind | 0.24 | 0.01 | 0.25 | |
| plotFAME | 0.00 | 0.02 | 0.02 | |
| plotPeak | 0.12 | 0.04 | 0.17 | |
| plotPeakRI | 1.05 | 0.04 | 1.08 | |
| plotPeakSimple | 0.22 | 0.03 | 0.25 | |
| plotRIdev | 0.58 | 0.01 | 0.59 | |
| plotRefSpectra | 0.10 | 0.02 | 0.13 | |
| plotSpectra | 0.38 | 0.00 | 0.37 | |
| quantMatrix | 0.91 | 0.03 | 0.94 | |
| ri2rt | 0 | 0 | 0 | |
| riMatrix | 0.61 | 0.14 | 0.75 | |
| ri_data_extract | 0.04 | 0.00 | 0.05 | |
| ri_plot_peak | 1.80 | 0.06 | 1.85 | |
| rt2ri | 0.01 | 0.00 | 0.02 | |
| sampleRI | 0.46 | 0.02 | 0.47 | |
| tsLib-class | 0.03 | 0.00 | 0.03 | |
| tsMSdata-class | 0.05 | 0.00 | 0.05 | |
| tsProfile-class | 0.01 | 0.00 | 0.01 | |
| tsRim-class | 0 | 0 | 0 | |
| tsSample-class | 0.05 | 0.00 | 0.05 | |
| tsUpdate-method | 0 | 0 | 0 | |
| updateRI | 1.44 | 0.31 | 1.75 | |
| writeLibText | 0.04 | 0.00 | 0.05 | |
| writeMSP | 0.03 | 0.00 | 0.03 | |