Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/survClust
Last Changed Rev:  / Revision: 
Last Changed Date: 

Hostname OS /Arch BUILD CHECK BUILD BIN POST-PROCESSING
merida1 macOS 10.14.6 Mojave/x86_64   OK     ERROR     OK     OK  
nebbiolo1 Linux (Ubuntu 22.04.1 LTS)/x86_64   OK     ERROR     skipped     OK  

merida1 Summary

[top]

Package: survClust
Version: 0.99.3
RVersion: 4.3
BiocVersion: 3.17
BuildCommand: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data survClust
BuildTime: 1 minutes 24.45 seconds
CheckCommand: BiocCheckGitClone('survClust') && /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --library=/Users/pkgbuild/packagebuilder/workers/jobs/2829/R-libs --install=check:/Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.install-out.txt survClust_0.99.3.tar.gz && BiocCheck('survClust_0.99.3.tar.gz', `new-package`=TRUE)
CheckTime: 2 minutes 45.41 seconds
BuildBinCommand: /Users/biocbuild/BBS/utils/build-universal.sh survClust_0.99.3.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R libdir
BuildBinTime: 0 minutes 27.20 seconds
PackageFileSize: 699.23 KiB
BuildID:: survClust_20230128183822
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: survClust. Starting Build package. Starting Check package. Starting Build package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 1. Installing package status: 0. Build Package status: 0. Checking Package status: 1. Build Package status: 0.

merida1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘survClust/DESCRIPTION’ ... OK
* preparing ‘survClust’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘survClust_0.99.3.tar.gz’


merida1 CHECK output

[top]

===============================

 BiocCheckGitClone('survClust')

===============================

─ BiocCheckVersion: 1.35.9
─ BiocVersion: 3.17
─ Package: survClust
─ PackageVersion: 0.99.3
─ sourceDir: /Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust
─ platform: unix
─ isTarBall: FALSE

* Checking valid files...
    * ERROR: System files found that should not be Git tracked.
      src/dist_wtbinary.o
      src/rcpp_hello_world.o
      src/RcppExports.o
      src/survClust.so
      survClust.Rproj
* Checking for stray BiocCheck output folders...
* Checking for inst/doc folders...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...

─ BiocCheck results ──
1 ERRORS | 0 WARNINGS | 0 NOTES

For more details, run
    browseVignettes(package = 'BiocCheck')




===============================

 R CMD CHECK

===============================

* using log directory ‘/Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.Rcheck’
* using R Under development (unstable) (2023-01-10 r83596)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* R was compiled by
    Apple clang version 12.0.0 (clang-1200.0.32.29)
    GNU Fortran (GCC) 8.2.0
* running under: macOS Mojave 10.14.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘survClust/DESCRIPTION’ ... OK
* this is package ‘survClust’ version ‘0.99.3’
* package encoding: UTF-8
* 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 for sufficient/correct file permissions ... OK
* checking whether package ‘survClust’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 11.0.0 (clang-1100.0.33.17)’
* used SDK: ‘’
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... [6s/6s] OK
* checking whether the package can be loaded with stated dependencies ... [6s/6s] OK
* checking whether the package can be unloaded cleanly ... [6s/6s] OK
* checking whether the namespace can be loaded with stated dependencies ... [6s/6s] OK
* checking whether the namespace can be unloaded cleanly ... [6s/6s] OK
* checking loading without being on the library search path ... [6s/6s] OK
* checking use of S3 registration ... 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 ... [20s/20s] NOTE
combineDist: warning in rowMeans(arr, dim = 2, na.rm = TRUE): partial
  argument match of 'dim' to 'dims'
.cv_relabel: no visible global function definition for ‘kmeans’
.getUnionDist: no visible global function definition for ‘dist’
cv.survclust: no visible global function definition for ‘is’
cv.survclust: no visible global function definition for ‘cmdscale’
cv_voting: no visible global function definition for ‘cmdscale’
cv_voting: no visible global function definition for ‘kmeans’
getDist: no visible global function definition for ‘is’
plotStats: no visible global function definition for ‘par’
plotStats: no visible global function definition for ‘boxplot’
plotStats: no visible global function definition for ‘axis’
survClust: no visible global function definition for ‘cmdscale’
survClust: no visible global function definition for ‘kmeans’
Undefined global functions or variables:
  axis boxplot cmdscale dist is kmeans par
Consider adding
  importFrom("graphics", "axis", "boxplot", "par")
  importFrom("methods", "is")
  importFrom("stats", "cmdscale", "dist", "kmeans")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘dist_wtbinary’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... [0s/0s] OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... [17s/17s] OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [7s/7s]
 [8s/8s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... [4s/12s] OK
* DONE

Status: 1 WARNING, 2 NOTEs
See
  ‘/Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.Rcheck/00check.log’
for details.






===============================

 BiocCheck('survClust_0.99.3.tar.gz')

===============================

─ BiocCheckVersion: 1.35.9
─ BiocVersion: 3.17
─ Package: survClust
─ PackageVersion: 0.99.3
─ sourceDir: /var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T//RtmpmDFeK8/file153a64d181117/survClust
─ installDir: /var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T//RtmpmDFeK8/file153a64ae55686
─ BiocCheckDir: /Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.BiocCheck
─ platform: unix
─ isTarBall: TRUE

* Installing package...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
    * NOTE: 'LazyData:' in the 'DESCRIPTION' should be set to false or
      removed
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R version dependency...
    * NOTE: Update R version dependency from 4.2.0 to 4.3.0.
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of survClust...
* Checking coding practice...
    * NOTE: Avoid 1:...; use seq_len() or seq_along()
* Checking parsed R code in R directory, examples, vignettes...
* Checking function lengths...
    * NOTE: The recommended function length is 50 lines or less. There
      are 47 functions greater than 50 lines.
* Checking man page documentation...
    * NOTE: Consider adding runnable examples to man pages that
      document exported objects.
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 214 lines (12%) are > 80 characters
      long.
    * NOTE: Consider multiples of 4 spaces for line indents; 14 lines
      (1%) are not.
    See https://contributions.bioconductor.org/r-code.html
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    * ERROR: Maintainer must subscribe to the bioc-devel mailing list.
      Subscribe here: https://stat.ethz.ch/mailman/listinfo/bioc-devel
* Checking for support site registration...
    Maintainer is registered at support site.
    Package name is in support site watched tags.

─ BiocCheck results ──
1 ERRORS | 0 WARNINGS | 7 NOTES

See the survClust.BiocCheck folder and run
    browseVignettes(package = 'BiocCheck')
for details.

merida1 BUILD BIN output

[top]

===============================

 R CMD BUILD

===============================

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=libdir survClust_0.99.3.tar.gz'
>>>>>>> 

* installing *source* package ‘survClust’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 11.0.0 (clang-1100.0.33.17)’
using SDK: ‘’
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3/Resources/library/Rcpp/include' -I/usr/local/include    -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3/Resources/library/Rcpp/include' -I/usr/local/include    -fPIC  -Wall -g -O2  -c dist_wtbinary.cpp -o dist_wtbinary.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o survClust.so RcppExports.o dist_wtbinary.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/libdir/00LOCK-survClust/00new/survClust/libs
** R
** data
*** moving datasets to lazyload DB
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (survClust)


>>>>>>> 
>>>>>>> FIXING LINKS FOR libdir/survClust/libs/survClust.so
>>>>>>> 

install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/4.3/Resources/lib/libgcc_s.1.dylib" "libdir/survClust/libs/survClust.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.3/Resources/lib/libgfortran.5.dylib" "libdir/survClust/libs/survClust.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.3/Resources/lib/libquadmath.0.dylib" "libdir/survClust/libs/survClust.so"



nebbiolo1 Summary

[top]

Package: survClust
Version: 0.99.3
RVersion: 4.3
BiocVersion: 3.17
BuildCommand: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data survClust
BuildTime: 1 minutes 13.01 seconds
CheckCommand: BiocCheckGitClone('survClust') && /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --no-vignettes --timings --library=/home/pkgbuild/packagebuilder/workers/jobs/2829/R-libs --install=check:/home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.install-out.txt survClust_0.99.3.tar.gz && BiocCheck('survClust_0.99.3.tar.gz', `new-package`=TRUE)
CheckTime: 0 minutes 5.27 seconds
BuildBinCommand:
BuildBinTime:
PackageFileSize: 699.00 KiB
BuildID:: survClust_20230128183822
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: survClust. Starting Build package. Starting Check package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 1. Installing package status: 1. Build Package status: 0. Checking Package status: 1.

nebbiolo1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘survClust/DESCRIPTION’ ... OK
* preparing ‘survClust’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘survClust_0.99.3.tar.gz’


nebbiolo1 CHECK output

[top]

===============================

 BiocCheckGitClone('survClust')

===============================

─ BiocCheckVersion: 1.35.9
─ BiocVersion: 3.17
─ Package: survClust
─ PackageVersion: 0.99.3
─ sourceDir: /home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust
─ platform: unix
─ isTarBall: FALSE

* Checking valid files...
    * ERROR: System files found that should not be Git tracked.
      src/dist_wtbinary.o
      src/rcpp_hello_world.o
      src/RcppExports.o
      src/survClust.so
      survClust.Rproj
* Checking for stray BiocCheck output folders...
* Checking for inst/doc folders...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...

─ BiocCheck results ──
1 ERRORS | 0 WARNINGS | 0 NOTES

For more details, run
    browseVignettes(package = 'BiocCheck')




===============================

 R CMD CHECK

===============================

* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.Rcheck’
* using R Under development (unstable) (2023-01-10 r83596)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.1 LTS
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘survClust/DESCRIPTION’ ... OK
* this is package ‘survClust’ version ‘0.99.3’
* package encoding: UTF-8
* 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 for sufficient/correct file permissions ... OK
* checking whether package ‘survClust’ can be installed ... ERROR
Installation failed.
See ‘/home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.Rcheck/00install.out’ for details.
* DONE

Status: 1 ERROR
See
  ‘/home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.Rcheck/00check.log’
for details.





===============================

 BiocCheck('survClust_0.99.3.tar.gz')

===============================

─ BiocCheckVersion: 1.35.9
─ BiocVersion: 3.17
─ Package: survClust
─ PackageVersion: 0.99.3
─ sourceDir: /tmp/Rtmph1yL9Z/file3b54ea68f8016b/survClust
─ installDir: /tmp/Rtmph1yL9Z/file3b54ea3ae1e634
─ BiocCheckDir: /home/pkgbuild/packagebuilder/workers/jobs/2829/7fd91141f18b55d543f56f782ad78c9e947874c1/survClust.BiocCheck
─ platform: unix
─ isTarBall: TRUE

* Installing package...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
    * NOTE: 'LazyData:' in the 'DESCRIPTION' should be set to false or
      removed
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R version dependency...
    * NOTE: Update R version dependency from 4.2.0 to 4.3.0.
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of survClust...
* Checking coding practice...
    * NOTE: Avoid 1:...; use seq_len() or seq_along()
* Checking parsed R code in R directory, examples, vignettes...
* Checking function lengths...
    * NOTE: The recommended function length is 50 lines or less. There
      are 47 functions greater than 50 lines.
* Checking man page documentation...
    * NOTE: Consider adding runnable examples to man pages that
      document exported objects.
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 214 lines (12%) are > 80 characters
      long.
    * NOTE: Consider multiples of 4 spaces for line indents; 14 lines
      (1%) are not.
    See https://contributions.bioconductor.org/r-code.html
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    * ERROR: Maintainer must subscribe to the bioc-devel mailing list.
      Subscribe here: https://stat.ethz.ch/mailman/listinfo/bioc-devel
* Checking for support site registration...
    Maintainer is registered at support site.
    Package name is in support site watched tags.

─ BiocCheck results ──
1 ERRORS | 0 WARNINGS | 7 NOTES

See the survClust.BiocCheck folder and run
    browseVignettes(package = 'BiocCheck')
for details.

nebbiolo1 BUILD BIN output

[top]