Back to Build/check report for BioC 3.23:   simplified   long
ABCDEFG[H]IJKLMNOPQRSTUVWXYZ

This page was generated on 2026-04-03 11:38 -0400 (Fri, 03 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.6.0 alpha (2026-03-30 r89742) 4894
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 971/2381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Harman 1.39.0  (landing page)
Jason Ross
Snapshot Date: 2026-04-02 13:40 -0400 (Thu, 02 Apr 2026)
git_url: https://git.bioconductor.org/packages/Harman
git_branch: devel
git_last_commit: 857a365
git_last_commit_date: 2026-04-01 00:30:19 -0400 (Wed, 01 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
See other builds for Harman in R Universe.


INSTALL results for Harman on nebbiolo1

To the developers/maintainers of the Harman package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Harman.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.

raw results


Summary

Package: Harman
Version: 1.39.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL Harman
StartedAt: 2026-04-02 15:05:32 -0400 (Thu, 02 Apr 2026)
EndedAt: 2026-04-02 15:05:58 -0400 (Thu, 02 Apr 2026)
EllapsedTime: 26.8 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL Harman
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘Harman’ ...
** this is package ‘Harman’ version ‘1.39.0’
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0’
using C++17
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.23-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c Harman.cpp -o Harman.o
In file included from Harman.cpp:182:
CSelectRandom.h:939: warning: ignoring ‘#pragma omp critical’ [-Wunknown-pragmas]
  939 | #pragma omp critical
      | 
Harman.cpp:3057: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
 3057 | #pragma omp parallel for  shared(ptr_Expt, pcascores, abort_bool) ordered schedule(static,1)
      | 
Harman.cpp:3064: warning: ignoring ‘#pragma omp critical’ [-Wunknown-pragmas]
 3064 |         #pragma omp critical
      | 
Harman.cpp:3124: warning: ignoring ‘#pragma omp ordered’ [-Wunknown-pragmas]
 3124 |             #pragma omp ordered
      | 
Harman.cpp:3145: warning: ignoring ‘#pragma omp critical’ [-Wunknown-pragmas]
 3145 |             #pragma omp critical
      | 
Harman.cpp:3148: warning: ignoring ‘#pragma omp flush’ [-Wunknown-pragmas]
 3148 |                 #pragma omp flush (abort_bool)
      | 
Harman.cpp:3151: warning: ignoring ‘#pragma omp flush’ [-Wunknown-pragmas]
 3151 |                 #pragma omp flush (abort_bool)
      | 
Harman.cpp: In function ‘SEXPREC* HarmanMain(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Harman.cpp:3008:3: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
 3008 |   else
      |   ^~~~
Harman.cpp:3022:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
 3022 |     std::vector<unsigned int>    tr_std_tmp     = Rcpp::as<std::vector<unsigned int> >(tr) ;
      |     ^~~
CSelectRandom.h: In instantiation of ‘std::vector<unsigned int>* CSelectRandom<T>::ReturnVectOf32bitIntegersInRange_CSTDLIB(size_t, size_t, size_t, size_t) [with T = double; size_t = long unsigned int]’:
Harman.cpp:1764:79:   required from here
CSelectRandom.h:943:48: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  943 |                                 while (currval < howManyIN)
      |                                        ~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib -o Harman.so Harman.o
installing to /home/biocbuild/bbs-3.23-bioc/R/site-library/00LOCK-Harman/00new/Harman/libs
** R
** 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 (Harman)