check package index warnings
This commit is contained in:
parent
f86acf0869
commit
b69f33b6ce
1 changed files with 9 additions and 10 deletions
|
|
@ -46,7 +46,7 @@ steps:
|
|||
# - Rsymphony/ROI.plugin.symphony/adea/PortfolioAnalytics -> can't install/link external SYMPHONY lib (only on RHEL, as for others syslib exists)
|
||||
# - Rglpk
|
||||
# biplotbootGUI: somehow ubuntu still hangs even when using xvfb-run
|
||||
- xvfb-run R -q -e "options(crayon.enabled = TRUE, Ncpus = $NCPUS, future.globals.onReference = NULL, repos = structure(c(devxy = 'https://cran.devxy.io/amd64/noble/latest', CRAN = 'https://cloud.r-project.org'))); library(dplyr); library(bincraftR); cran_pkgs = tools::CRAN_package_db()[['Package']]; '%nin%' <- Negate('%in%'); foo = query_metadata_table() |> filter(platform == 'ubuntu-2404', arch == 'amd64') |> distinct(name) |> pull(name); pkgs <- dput(cran_pkgs[cran_pkgs %nin% foo][0:300]); options(progressr.enable = TRUE); pkgs = c('abmR', 'adw', 'AgroTech', 'agua', 'AQEval', 'arakno', 'arcgisgeocode', 'arcgisutils', 'archeofrag', 'archeoViz', 'archetyper', 'arcpbf', 'arcpullr', 'ardl.nardl', 'areal', 'arealDB', 'arenar', 'ARGOS', 'ari', 'arlclustering', 'Arothron', 'ARPALData', 'arrangements', 'artfima', 'aslib', 'asremlPlus', 'Ball', 'Benchmarking', 'BiplotGUI', 'blatr', 'BRugs', 'clrng', 'CoTiMA', 'deeptrafo', 'disclosuR', 'doconv', 'ecoCopula', 'Eunomia', 'excel.link', 'filters', 'gpuR', 'KeyboardSimulator', 'lgpr', 'MDSGUI', 'MediaNews', 'MPCR', 'ondisc', 'R2PPT', 'R2wd', 'ravetools', 'Rcplex', 'RcppCWB', 'rFUSION', 'RWinEdt', 'spectrino', 'taskscheduleR', 'TaxaNorm', 'verbaliseR'); pkgs = setdiff(pkgs, c('RInno', 'MediaNews')); progressr::handlers('cli'); progressr::handlers(global = TRUE); foo = lapply(pkgs, function(x) bincraftR::build_binary_package(x, debug = FALSE, force = TRUE, platform = 'ubuntu-2404'))"
|
||||
- xvfb-run R -q -e "options(crayon.enabled = TRUE, Ncpus = $NCPUS, future.globals.onReference = NULL, repos = structure(c(devxy = 'https://cran.devxy.io/amd64/noble/latest', CRAN = 'https://cloud.r-project.org'))); library(dplyr); library(bincraftR); cran_pkgs = tools::CRAN_package_db()[['Package']]; '%nin%' <- Negate('%in%'); foo = query_metadata_table() |> filter(platform == 'ubuntu-2404', arch == 'amd64') |> distinct(name) |> pull(name); pkgs <- dput(cran_pkgs[cran_pkgs %nin% foo][0:300]); options(progressr.enable = TRUE); pkgs = c('BiplotGUI', 'blatr', 'BRugs', 'clrng', 'CoTiMA', 'deeptrafo', 'disclosuR', 'doconv', 'ecoCopula', 'Eunomia', 'excel.link', 'filters', 'gpuR', 'KeyboardSimulator', 'lgpr', 'MDSGUI', 'MediaNews', 'MPCR', 'ondisc', 'R2PPT', 'R2wd', 'ravetools', 'Rcplex', 'RcppCWB', 'rFUSION', 'RWinEdt', 'spectrino', 'taskscheduleR', 'TaxaNorm', 'verbaliseR'); pkgs = setdiff(pkgs, c('RInno', 'MediaNews')); progressr::handlers('cli'); progressr::handlers(global = TRUE); foo = lapply(pkgs, function(x) bincraftR::build_binary_package(x, debug = FALSE, force = TRUE, platform = 'ubuntu-2404'))"
|
||||
### Manual pkg builds
|
||||
# webshot2, tabledown, TestAnaAPP, trekcolors, Spectran, SimNPH, RPushbullet, SimDesign, simCAT, SIAmodules, shinytest2, ShinyItemAnalysis, shinyIRT, shiny.benchmark, scDIFtest, RSP, qtkit, PROsetta, prettifyAddins, PerFit, outlierensembles, nomnoml, mxfda, MultBiplotR, mstDIF, mdsr, makepipe, lordif, kequate, jstager, jrt, irtreliability, irtQ, irtpwr, irtGUI, irtawsi, GRShiny, GPCMlasso, googletraffic, giacR, flps, flow, faoutlier, equateIRT, EnrichIntersect, EFA.dimensions, DFIT, D3mirt, ctgdist, CoTiMA, ConvertPar, bscui, BifactorIndicesCalculator, autoFC, airt: wait for https://github.com/rstudio/r-system-requirements/pull/178
|
||||
# RInno: Windows-only
|
||||
|
|
|
|||
Loading…
Reference in a new issue