Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-11-28 12:16 -0500 (Thu, 28 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4748
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4459
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4398
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 550/2272HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
destiny 3.21.0  (landing page)
Philipp Angerer
Snapshot Date: 2024-11-27 13:40 -0500 (Wed, 27 Nov 2024)
git_url: https://git.bioconductor.org/packages/destiny
git_branch: devel
git_last_commit: 11ed147
git_last_commit_date: 2024-11-18 03:16:19 -0500 (Mon, 18 Nov 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published


INSTALL results for destiny on lconway

To the developers/maintainers of the destiny package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/destiny.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: destiny
Version: 3.21.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL destiny
StartedAt: 2024-11-27 15:37:12 -0500 (Wed, 27 Nov 2024)
EndedAt: 2024-11-27 15:38:17 -0500 (Wed, 27 Nov 2024)
EllapsedTime: 65.0 seconds
RetCode: 0
Status:   OK  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘destiny’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++11
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/RcppEigen/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/grDevices/include' -I/opt/R/x86_64/include   -ggdb -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/RcppEigen/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/grDevices/include' -I/opt/R/x86_64/include   -ggdb -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c censoring.cpp -o censoring.o
censoring.cpp:57:14: warning: variable 'm0' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:68:19: note: uninitialized use occurs here
                        * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                                       ^~
censoring.cpp:57:10: note: remove the 'if' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:57:14: warning: variable 'm0' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~
censoring.cpp:68:19: note: uninitialized use occurs here
                        * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                                       ^~
censoring.cpp:57:14: note: remove the '&&' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~
censoring.cpp:52:12: note: initialize the variable 'm0' to silence this warning
                double m0, m1;
                         ^
                          = 0.0
censoring.cpp:57:14: warning: variable 'm1' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:68:47: note: uninitialized use occurs here
                        * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                                                                   ^~
censoring.cpp:57:10: note: remove the 'if' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:57:14: warning: variable 'm1' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~
censoring.cpp:68:47: note: uninitialized use occurs here
                        * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                                                                   ^~
censoring.cpp:57:14: note: remove the '&&' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~
censoring.cpp:52:16: note: initialize the variable 'm1' to silence this warning
                double m0, m1;
                             ^
                              = 0.0
censoring.cpp:57:14: warning: variable 'use_d' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:63:20: note: uninitialized use occurs here
                const double v = use_d ? d : c;
                                 ^~~~~
censoring.cpp:57:10: note: remove the 'if' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
censoring.cpp:57:14: warning: variable 'use_d' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~
censoring.cpp:63:20: note: uninitialized use occurs here
                const double v = use_d ? d : c;
                                 ^~~~~
censoring.cpp:57:14: note: remove the '&&' if its condition is always true
                } else if (!one_uncertain && one_missing) {
                           ^~~~~~~~~~~~~~~~~
censoring.cpp:18:12: note: initialize the variable 'use_d' to silence this warning
        bool use_d;
                  ^
                   = false
6 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/RcppEigen/include' -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/grDevices/include' -I/opt/R/x86_64/include   -ggdb -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c utils.cpp -o utils.o
clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o destiny.so RcppExports.o censoring.o utils.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/00LOCK-destiny/00new/destiny/libs
** R
** data
** demo
** 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 (destiny)