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:47 -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 kunpeng2

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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: Rtreemix
Version: 1.69.0
Command: /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data Rtreemix
StartedAt: 2024-12-24 02:02:15 -0000 (Tue, 24 Dec 2024)
EndedAt: 2024-12-24 02:02:18 -0000 (Tue, 24 Dec 2024)
EllapsedTime: 3.0 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/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: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG   -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c Rtreemix.cc -o Rtreemix.o
Rtreemix.cc: In function ‘replaceleda::array<std::__cxx11::basic_string<char> > C_get_profile(SEXP)’:
Rtreemix.cc:145:11: error: ‘length’ was not declared in this scope
  145 |   int L = length(R_events);
      |           ^~~~~~
In file included from Rtreemix.cc:25:
Rtreemix.cc:155:22: error: ‘coerceVector’ was not declared in this scope; did you mean ‘Rf_coerceVector’?
  155 |   PROTECT(R_events = coerceVector(R_events, STRSXP));
      |                      ^~~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘replaceleda::integer_matrix C_get_pattern(SEXP)’:
Rtreemix.cc:191:15: error: ‘getAttrib’ was not declared in this scope; did you mean ‘Rf_getAttrib’?
  191 |   SEXP Rdim = getAttrib(R_mat, R_DimSymbol);
      |               ^~~~~~~~~
      |               Rf_getAttrib
Rtreemix.cc:201:19: error: ‘coerceVector’ was not declared in this scope; did you mean ‘Rf_coerceVector’?
  201 |   PROTECT(R_mat = coerceVector(R_mat,INTSXP));
      |                   ^~~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_int_matrix(replaceleda::integer_matrix)’:
Rtreemix.cc:245:19: error: ‘allocMatrix’ was not declared in this scope; did you mean ‘Rf_allocMatrix’?
  245 |   PROTECT(R_mat = allocMatrix(INTSXP, C_mat.dim1(), C_mat.dim2()));
      |                   ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_real_matrix(replaceleda::matrix)’:
Rtreemix.cc:301:19: error: ‘allocMatrix’ was not declared in this scope; did you mean ‘Rf_allocMatrix’?
  301 |   PROTECT(R_mat = allocMatrix(REALSXP, C_mat.dim1(), C_mat.dim2()));
      |                   ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_real_vector(replaceleda::vector)’:
Rtreemix.cc:333:19: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
  333 |   PROTECT(R_vec = allocVector(REALSXP, v.size()));
      |                   ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_scalarString(const char*)’:
Rtreemix.cc:359:17: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
  359 |   PROTECT(ans = allocVector(STRSXP, 1));
      |                 ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:365:28: error: ‘mkChar’ was not declared in this scope
  365 |     SET_STRING_ELT(ans, 0, mkChar(v));
      |                            ^~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_fit(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:475:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
  475 |   PROTECT(result = allocVector(VECSXP, 4));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:481:33: error: ‘mkChar’ was not declared in this scope
  481 |   SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight vector of the model
      |                                 ^~~~~~
Rtreemix.cc:491:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
  491 |   setAttrib(result, R_NamesSymbol, list_names);
      |   ^~~~~~~~~
      |   Rf_setAttrib
Rtreemix.cc:509:31: error: ‘allocMatrix’ was not declared in this scope; did you mean ‘Rf_allocMatrix’?
  509 |     SET_VECTOR_ELT(result, 2, allocMatrix(REALSXP, 0, 0));
      |                               ^~~~~~~~~~~
      |                               Rf_allocMatrix
In file included from include/replaceleda.hh:7,
                 from include/max_weight_branch.h:25,
                 from include/mtree.h:14,
                 from include/mtreemix.h:14,
                 from Rtreemix.cc:3:
include/Graph.hh:16:55: warning: value computed is not used [-Wunused-value]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:596:7: note: in expansion of macro ‘forall_nodes’
  596 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
include/Graph.hh:16:77: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:596:7: note: in expansion of macro ‘forall_nodes’
  596 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_fit1(SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:828:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
  828 |   PROTECT(result = allocVector(VECSXP, 3));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:834:33: error: ‘mkChar’ was not declared in this scope
  834 |   SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight of the tree
      |                                 ^~~~~~
Rtreemix.cc:842:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
  842 |   setAttrib(result, R_NamesSymbol, list_names);
      |   ^~~~~~~~~
      |   Rf_setAttrib
include/Graph.hh:16:55: warning: value computed is not used [-Wunused-value]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:938:7: note: in expansion of macro ‘forall_nodes’
  938 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
include/Graph.hh:16:77: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:938:7: note: in expansion of macro ‘forall_nodes’
  938 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_fit0(SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:1170:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 1170 |   PROTECT(result = allocVector(VECSXP, 3));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:1176:33: error: ‘mkChar’ was not declared in this scope
 1176 |   SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight of the star tree
      |                                 ^~~~~~
Rtreemix.cc:1184:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
 1184 |   setAttrib(result, R_NamesSymbol, list_names);
      |   ^~~~~~~~~
      |   Rf_setAttrib
include/Graph.hh:16:55: warning: value computed is not used [-Wunused-value]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:1281:7: note: in expansion of macro ‘forall_nodes’
 1281 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
include/Graph.hh:16:77: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:1281:7: note: in expansion of macro ‘forall_nodes’
 1281 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_bootstrap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:1559:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 1559 |   PROTECT(result = allocVector(VECSXP, 5));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:1565:33: error: ‘mkChar’ was not declared in this scope
 1565 |   SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight vector of the model
      |                                 ^~~~~~
Rtreemix.cc:1577:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
 1577 |   setAttrib(result, R_NamesSymbol, list_names);
      |   ^~~~~~~~~
      |   Rf_setAttrib
Rtreemix.cc:1595:31: error: ‘allocMatrix’ was not declared in this scope; did you mean ‘Rf_allocMatrix’?
 1595 |     SET_VECTOR_ELT(result, 2, allocMatrix(REALSXP, 0, 0));
      |                               ^~~~~~~~~~~
      |                               Rf_allocMatrix
include/Graph.hh:16:55: warning: value computed is not used [-Wunused-value]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:1728:7: note: in expansion of macro ‘forall_nodes’
 1728 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
include/Graph.hh:16:77: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:1728:7: note: in expansion of macro ‘forall_nodes’
 1728 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
Rtreemix.cc: In function ‘int get_index(SEXP, const char*)’:
Rtreemix.cc:1910:23: error: ‘length’ was not declared in this scope
 1910 |   for (int i = 0; i < length(listNames); i++) {
      |                       ^~~~~~
Rtreemix.cc: In function ‘void R_get_graph(SEXP, SEXP, replaceleda::vector&, replaceleda::array<replaceleda::graph>&, replaceleda::array<replaceleda::map<replaceleda::RefCountPtr<replaceleda::Node>, std::__cxx11::basic_string<char> > >&, replaceleda::array<replaceleda::map<replaceleda::RefCountPtr<replaceleda::Edge>, double> >&, replaceleda::array<replaceleda::map<int, replaceleda::RefCountPtr<replaceleda::Node> > >&)’:
Rtreemix.cc:1942:21: error: ‘coerceVector’ was not declared in this scope; did you mean ‘Rf_coerceVector’?
 1942 |   PROTECT(R_alpha = coerceVector(R_alpha, REALSXP));
      |                     ^~~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:1950:12: error: ‘length’ was not declared in this scope
 1950 |   G.resize(length(listG));
      |            ^~~~~~
In file included from Rtreemix.cc:27:
Rtreemix.cc:2006:30: error: ‘getAttrib’ was not declared in this scope; did you mean ‘Rf_getAttrib’?
 2006 |         names = AS_CHARACTER(getAttrib(ew, R_NamesSymbol));
      |                              ^~~~~~~~~
/home/biocbuild/R/R/include/Rdefines.h:66:49: note: in definition of macro ‘AS_CHARACTER’
   66 | #define AS_CHARACTER(x)         Rf_coerceVector(x,STRSXP)
      |                                                 ^
Rtreemix.cc: In function ‘SEXPREC* R_draw(SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2068:16: error: ‘length’ was not declared in this scope
 2068 |   vector alpha(length(R_trees));      // mixture parameter
      |                ^~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_simulate(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2132:16: error: ‘length’ was not declared in this scope
 2132 |   vector alpha(length(R_trees));      // mixture parameter
      |                ^~~~~~
Rtreemix.cc:2176:23: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 2176 |   PROTECT(listNames = allocVector(STRSXP, 3));
      |                       ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:2178:32: error: ‘mkChar’ was not declared in this scope
 2178 |   SET_STRING_ELT(listNames, 0, mkChar("patterns"));
      |                                ^~~~~~
Rtreemix.cc:2188:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
 2188 |   setAttrib(result, R_NamesSymbol, listNames);
      |   ^~~~~~~~~
      |   Rf_setAttrib
Rtreemix.cc: In function ‘SEXPREC* R_time(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2246:16: error: ‘length’ was not declared in this scope
 2246 |   vector alpha(length(R_trees));      // mixture parameter
      |                ^~~~~~
Rtreemix.cc:2284:21: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 2284 |   PROTECT(R_wtime = allocVector(VECSXP, length(R_trees)));
      |                     ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_likelihood(SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2370:16: error: ‘length’ was not declared in this scope
 2370 |   vector alpha(length(R_trees));      // mixture parameter
      |                ^~~~~~
Rtreemix.cc:2424:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 2424 |   PROTECT(result = allocVector(VECSXP, 2));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc: In function ‘SEXPREC* R_random(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2524:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 2524 |   PROTECT(result = allocVector(VECSXP, 2));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
Rtreemix.cc:2530:33: error: ‘mkChar’ was not declared in this scope
 2530 |   SET_STRING_ELT(list_names, 0, mkChar("alpha")); // the weight vector of the model
      |                                 ^~~~~~
Rtreemix.cc:2536:3: error: ‘setAttrib’ was not declared in this scope; did you mean ‘Rf_setAttrib’?
 2536 |   setAttrib(result, R_NamesSymbol, list_names);
      |   ^~~~~~~~~
      |   Rf_setAttrib
include/Graph.hh:16:55: warning: value computed is not used [-Wunused-value]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:2629:7: note: in expansion of macro ‘forall_nodes’
 2629 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
include/Graph.hh:16:77: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 | #define forall_nodes(n,G) for(uint icount = 0; icount < G.number_of_nodes() ,  n = G.getNode(icount);++icount)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Rtreemix.cc:2629:7: note: in expansion of macro ‘forall_nodes’
 2629 |       forall_nodes (n, G[k]) {
      |       ^~~~~~~~~~~~
Rtreemix.cc: In function ‘SEXPREC* R_distr(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rtreemix.cc:2801:36: error: ‘length’ was not declared in this scope
 2801 |   vector                     alpha(length(R_trees));      // mixture parameter
      |                                    ^~~~~~
Rtreemix.cc:2837:20: error: ‘allocVector’ was not declared in this scope; did you mean ‘Rf_allocVector’?
 2837 |   PROTECT(R_prob = allocVector(REALSXP, prob.dim()));
      |                    ^~~~~~~~~~~
/home/biocbuild/R/R/include/Rinternals.h:388:36: note: in definition of macro ‘PROTECT’
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
make: *** [/home/biocbuild/R/R/etc/Makeconf:202: Rtreemix.o] Error 1
ERROR: compilation failed for package ‘Rtreemix’
* removing ‘/home/biocbuild/tmp/RtmpZqFICm/Rinst39e92c30ce716f/Rtreemix’
      -----------------------------------
ERROR: package installation failed