Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQRSTU[V]WXYZ

This page was generated on 2026-03-21 11:35 -0400 (Sat, 21 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4866
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" 4545
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 2320/2368HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
VegaMC 3.49.0  (landing page)
Sandro Morganella
Snapshot Date: 2026-03-20 13:40 -0400 (Fri, 20 Mar 2026)
git_url: https://git.bioconductor.org/packages/VegaMC
git_branch: devel
git_last_commit: ad29267
git_last_commit_date: 2025-10-29 10:10:40 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    ERROR  
See other builds for VegaMC in R Universe.


INSTALL results for VegaMC on kjohnson3

To the developers/maintainers of the VegaMC package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/VegaMC.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: VegaMC
Version: 3.49.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL VegaMC
StartedAt: 2026-03-20 18:01:35 -0400 (Fri, 20 Mar 2026)
EndedAt: 2026-03-20 18:01:42 -0400 (Fri, 20 Mar 2026)
EllapsedTime: 7.3 seconds
RetCode: 0
Status:   OK  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘VegaMC’ ...
** this is package ‘VegaMC’ version ‘3.49.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c run_vegaMC.c -o run_vegaMC.o
run_vegaMC.c:144:62: warning: data argument not used by format string [-Wformat-extra-args]
  144 |     Rprintf("\tAberration Matrices Successfully Computed\n", num_seg_regions);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^
run_vegaMC.c:150:13: warning: data argument not used by format string [-Wformat-extra-args]
  149 |     Rprintf("\tStatistical Analysis Successfully Completed\n",
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |             num_seg_regions);
      |             ^
run_vegaMC.c:317:17: warning: variable 'tot_baf' set but not used [-Wunused-but-set-variable]
  317 |             int tot_baf = 0;
      |                 ^
run_vegaMC.c:491:27: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
  491 |             elem = strtok('\0', sep);
      |                           ^~~~
run_vegaMC.c:526:27: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
  526 |             elem = strtok('\0', sep);
      |                           ^~~~
run_vegaMC.c:618:18: warning: unused variable 'brkt' [-Wunused-variable]
  618 |     char *elem, *brkt;
      |                  ^~~~
6 warnings generated.
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sort_data.c -o sort_data.o
sort_data.c:131:27: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
  131 |             elem = strtok('\0', sep);
      |                           ^~~~
sort_data.c:180:27: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion]
  180 |             elem = strtok('\0', sep);
      |                           ^~~~
2 warnings generated.
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c vegaMC.c -o vegaMC.o
vegaMC.c:235:10: warning: variable 'deleted' set but not used [-Wunused-but-set-variable]
  235 |     node deleted;
      |          ^
vegaMC.c:458:23: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
  458 |     lambda_gradient = abs(lambda);
      |                       ^
vegaMC.c:458:23: note: use function 'fabsf' instead
  458 |     lambda_gradient = abs(lambda);
      |                       ^~~
      |                       fabsf
vegaMC.c:592:15: warning: variable 'index' set but not used [-Wunused-but-set-variable]
  592 |     int i, j, index;
      |               ^
3 warnings generated.
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o VegaMC.so run_vegaMC.o sort_data.o vegaMC.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-VegaMC/00new/VegaMC/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Note: possible error in 'useMart(mart_database, ': unused argument (archive = TRUE) 
** 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 (VegaMC)