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

This page was generated on 2023-03-23 11:07:05 -0400 (Thu, 23 Mar 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_64R Under development (unstable) (2023-03-16 r83996) -- "Unsuffered Consequences" 4536
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2023-03-15 r83984 ucrt) -- "Unsuffered Consequences" 4298
merida1macOS 10.14.6 Mojavex86_64R Under development (unstable) (2023-03-16 r83985) -- "Unsuffered Consequences" 4290
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

INSTALL results for R3CPET on merida1


To the developers/maintainers of the R3CPET package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/R3CPET.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1590/2189HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
R3CPET 1.31.0  (landing page)
Mohamed Nadhir Djekidel
Snapshot Date: 2023-03-22 14:00:17 -0400 (Wed, 22 Mar 2023)
git_url: https://git.bioconductor.org/packages/R3CPET
git_branch: devel
git_last_commit: 87e69cc
git_last_commit_date: 2022-11-01 11:11:36 -0400 (Tue, 01 Nov 2022)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 10.14.6 Mojave / x86_64  ERROR    ERROR  skippedskipped

Summary

Package: R3CPET
Version: 1.31.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL R3CPET
StartedAt: 2023-03-22 16:14:48 -0400 (Wed, 22 Mar 2023)
EndedAt: 2023-03-22 16:15:40 -0400 (Wed, 22 Mar 2023)
EllapsedTime: 51.6 seconds
RetCode: 1
Status:   ERROR  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL R3CPET
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3/Resources/library’
* installing *source* package ‘R3CPET’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 11.0.0 (clang-1100.0.33.17)’
using C++ compiler: ‘Apple clang version 11.0.0 (clang-1100.0.33.17)’
using SDK: ‘’
clang -mmacosx-version-min=10.13 -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 R3CPET_init.c -o R3CPET_init.o
clang++ -mmacosx-version-min=10.13 -std=gnu++17 -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++17 -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 corpus.cpp -o corpus.o
clang++ -mmacosx-version-min=10.13 -std=gnu++17 -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 main.cpp -o main.o
clang++ -mmacosx-version-min=10.13 -std=gnu++17 -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 state.cpp -o state.o
state.cpp:171:7: error: no member named 'random_shuffle' in namespace 'std'
        std::random_shuffle ( doc_states_.begin(), doc_states_.end() ); 
        ~~~~~^
state.cpp:173:12: error: no member named 'random_shuffle' in namespace 'std'
      std::random_shuffle ( doc_states_[j]->words_.begin(), doc_states_[j]->words_.end() );
      ~~~~~^
2 errors generated.
make: *** [state.o] Error 1
ERROR: compilation failed for package ‘R3CPET’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3/Resources/library/R3CPET’