Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-12-24 11:45 -0500 (Tue, 24 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4754
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4472
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4426
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4381
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4373
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 1806/2274HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rtreemix 1.69.0  (landing page)
Jasmina Bogojeska
Snapshot Date: 2024-12-23 13:40 -0500 (Mon, 23 Dec 2024)
git_url: https://git.bioconductor.org/packages/Rtreemix
git_branch: devel
git_last_commit: 45c317f
git_last_commit_date: 2024-10-29 09:28:26 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
palomino7Windows Server 2022 Datacenter / x64  OK    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson3macOS 13.7.1 Ventura / arm64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  ERROR    ERROR  skipped


BUILD results for Rtreemix on kjohnson3

To the developers/maintainers of the Rtreemix package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rtreemix.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: Rtreemix
Version: 1.69.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data Rtreemix
StartedAt: 2024-12-23 17:29:17 -0500 (Mon, 23 Dec 2024)
EndedAt: 2024-12-23 17:29:18 -0500 (Mon, 23 Dec 2024)
EllapsedTime: 1.0 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data Rtreemix
###
##############################################################################
##############################################################################


* checking for file ‘Rtreemix/DESCRIPTION’ ... OK
* preparing ‘Rtreemix’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
      -----------------------------------
* installing *source* package ‘Rtreemix’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c Rtreemix.cc -o Rtreemix.o
Rtreemix.cc:145:11: error: use of undeclared identifier 'length'
  int L = length(R_events);
          ^
Rtreemix.cc:155:22: error: use of undeclared identifier 'coerceVector'; did you mean 'Rf_coerceVector'?
  PROTECT(R_events = coerceVector(R_events, STRSXP));
                     ^~~~~~~~~~~~
                     Rf_coerceVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:482:6: note: 'Rf_coerceVector' declared here
SEXP Rf_coerceVector(SEXP, SEXPTYPE);
     ^
Rtreemix.cc:191:15: error: use of undeclared identifier 'getAttrib'; did you mean 'Rf_getAttrib'?
  SEXP Rdim = getAttrib(R_mat, R_DimSymbol);
              ^~~~~~~~~
              Rf_getAttrib
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:538:6: note: 'Rf_getAttrib' declared here
SEXP Rf_getAttrib(SEXP, SEXP);
     ^
Rtreemix.cc:201:19: error: use of undeclared identifier 'coerceVector'; did you mean 'Rf_coerceVector'?
  PROTECT(R_mat = coerceVector(R_mat,INTSXP));
                  ^~~~~~~~~~~~
                  Rf_coerceVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:482:6: note: 'Rf_coerceVector' declared here
SEXP Rf_coerceVector(SEXP, SEXPTYPE);
     ^
Rtreemix.cc:217:21: error: use of undeclared identifier 'getAttrib'; did you mean 'Rf_getAttrib'?
      C_mat[i][j] = R_INT_MATRIX(R_mat, i, j);
                    ^
Rtreemix.cc:45:49: note: expanded from macro 'R_INT_MATRIX'
#define R_INT_MATRIX(m,i,j) (INTEGER(m)[INTEGER(getAttrib(m, R_DimSymbol))[0] * j + i ]);
                                                ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:538:6: note: 'Rf_getAttrib' declared here
SEXP Rf_getAttrib(SEXP, SEXP);
     ^
Rtreemix.cc:245:19: error: use of undeclared identifier 'allocMatrix'; did you mean 'Rf_allocMatrix'?
  PROTECT(R_mat = allocMatrix(INTSXP, C_mat.dim1(), C_mat.dim2()));
                  ^~~~~~~~~~~
                  Rf_allocMatrix
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:504:6: note: 'Rf_allocMatrix' declared here
SEXP Rf_allocMatrix(SEXPTYPE, int, int);
     ^
Rtreemix.cc:301:19: error: use of undeclared identifier 'allocMatrix'; did you mean 'Rf_allocMatrix'?
  PROTECT(R_mat = allocMatrix(REALSXP, C_mat.dim1(), C_mat.dim2()));
                  ^~~~~~~~~~~
                  Rf_allocMatrix
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:504:6: note: 'Rf_allocMatrix' declared here
SEXP Rf_allocMatrix(SEXPTYPE, int, int);
     ^
Rtreemix.cc:333:19: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
  PROTECT(R_vec = allocVector(REALSXP, v.size()));
                  ^~~~~~~~~~~
                  Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
Rtreemix.cc:359:17: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
  PROTECT(ans = allocVector(STRSXP, 1));
                ^~~~~~~~~~~
                Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
Rtreemix.cc:365:28: error: use of undeclared identifier 'mkChar'
    SET_STRING_ELT(ans, 0, mkChar(v));
                           ^
Rtreemix.cc:475:20: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
  PROTECT(result = allocVector(VECSXP, 4));
                   ^~~~~~~~~~~
                   Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
Rtreemix.cc:479:24: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
  PROTECT(list_names = allocVector(STRSXP, 4));
                       ^~~~~~~~~~~
                       Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
Rtreemix.cc:481:33: error: use of undeclared identifier 'mkChar'
  SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight vector of the model
                                ^
Rtreemix.cc:483:33: error: use of undeclared identifier 'mkChar'
  SET_STRING_ELT(list_names, 1, mkChar("resp")); // the responsibilities
                                ^
Rtreemix.cc:485:33: error: use of undeclared identifier 'mkChar'
  SET_STRING_ELT(list_names, 2, mkChar("pat.hat")); // the complete sample matrix (if there were some missing data)
                                ^
Rtreemix.cc:487:33: error: use of undeclared identifier 'mkChar'
  SET_STRING_ELT(list_names, 3, mkChar("graphs.mixture")); // the list of the graphs each for every tree component
                                ^
Rtreemix.cc:491:3: error: use of undeclared identifier 'setAttrib'; did you mean 'Rf_setAttrib'?
  setAttrib(result, R_NamesSymbol, list_names);
  ^~~~~~~~~
  Rf_setAttrib
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:580:6: note: 'Rf_setAttrib' declared here
SEXP Rf_setAttrib(SEXP, SEXP, SEXP);
     ^
Rtreemix.cc:509:31: error: use of undeclared identifier 'allocMatrix'; did you mean 'Rf_allocMatrix'?
    SET_VECTOR_ELT(result, 2, allocMatrix(REALSXP, 0, 0));      
                              ^~~~~~~~~~~
                              Rf_allocMatrix
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:504:6: note: 'Rf_allocMatrix' declared here
SEXP Rf_allocMatrix(SEXPTYPE, int, int);
     ^
Rtreemix.cc:515:25: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
  PROTECT(list_graphs = allocVector(VECSXP, K));
                        ^~~~~~~~~~~
                        Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Rtreemix.o] Error 1
ERROR: compilation failed for package ‘Rtreemix’
* removing ‘/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpgCYLSI/Rinst15cbf62538779/Rtreemix’
      -----------------------------------
ERROR: package installation failed