Back to Mac ARM64 build report for BioC 3.20
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-05-13 11:32:08 -0400 (Mon, 13 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4378
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 1246/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
MIRit 1.1.0  (landing page)
Jacopo Ronchi
Snapshot Date: 2024-05-11 09:00:03 -0400 (Sat, 11 May 2024)
git_url: https://git.bioconductor.org/packages/MIRit
git_branch: devel
git_last_commit: 3abb821
git_last_commit_date: 2024-04-30 11:53:58 -0400 (Tue, 30 Apr 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  NO, package depends on 'genekitr' which is not available

CHECK results for MIRit on kjohnson1


To the developers/maintainers of the MIRit package:
- 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: MIRit
Version: 1.1.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:MIRit.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings MIRit_1.1.0.tar.gz
StartedAt: 2024-05-12 19:42:30 -0400 (Sun, 12 May 2024)
EndedAt: 2024-05-12 19:46:59 -0400 (Sun, 12 May 2024)
EllapsedTime: 268.3 seconds
RetCode: 0
Status:   OK  
CheckDir: MIRit.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:MIRit.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings MIRit_1.1.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/MIRit.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MIRit/DESCRIPTION’ ... OK
* this is package ‘MIRit’ version ‘1.1.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘MIRit’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Unexported objects imported by ':::' calls:
  'graphite:::convertEdges' 'graphite:::selectDb'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking R/sysdata.rda ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/MIRit.Rcheck/00check.log’
for details.


Installation output

MIRit.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘MIRit’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c pathwayScore.cpp -o pathwayScore.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o MIRit.so RcppExports.o pathwayScore.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-MIRit/00new/MIRit/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (MIRit)

Tests output

MIRit.Rcheck/tests/testthat.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(MIRit)
Loading required package: MultiAssayExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

> 
> test_check("MIRit")
Performing differential expression analysis with limma...
Differential expression analysis reported 17 significant miRNAs with p < 0.05 (correction: fdr). You can use the 'mirnaDE()' function to access results.
Performing differential expression analysis with edgeR...
Differential expression analysis reported 6 significant miRNAs with p < 0.05 (correction: fdr). You can use the 'mirnaDE()' function to access results.
Performing differential expression analysis with voom...
Differential expression analysis reported 8 significant miRNAs with p < 0.05 (correction: fdr). You can use the 'mirnaDE()' function to access results.
Performing differential expression analysis with limma...
Differential expression analysis reported 3 significant miRNAs with p < 0.05 (correction: fdr). You can use the 'mirnaDE()' function to access results.
Performing the enrichment of upregulated genes...
Performing the enrichment of downregulated genes...
The enrichment of genes reported 1 significantly enriched terms for downregulated genes and 0 for upregulated genes.
Ranking genes based on signed.pval...
Performing gene-set enrichment analysis (GSEA)...
GSEA reported 10 significantly enriched terms.
Performing Correlation Adjusted MEan RAnk gene set test (CAMERA)...
CAMERA reported 2 significantly enriched terms.
As specified by the user, a correlation will be used.
Performing Spearman's correlation analysis...
A statistically significant correlation between 3 miRNA-target pairs was found!
As specified by the user, a association will be used.
Performing One-sided Fisher's exact test...
A statistically significant association between 5 DE-miRNAs and 6 genes was found!
As specified by the user, a association will be used.
Performing One-sided Fisher's exact test with Lancaster's mid-p correction...
A statistically significant association between 5 DE-miRNAs and 6 genes was found!
As specified by the user, a association will be used.
Performing One-sided Boschloo's exact test...
A statistically significant association between 2 DE-miRNAs and 1 genes was found!
As specified by the user, a fry will be used.
Performing miRNA-gene integrative analysis using 'fry' method...
A statistically significant association between 2 DE-miRNAs and 4 genes was found!
As specified by the user, a correlation will be used.
Performing Spearman's correlation analysis...
A statistically significant correlation between 169 miRNA-target pairs was found!
Reading KEGG pathways from cache...
Adding miRNA-gene interactions to biological pathways...
Loading required package: graph
Performing topological sorting of pathway nodes...
Calculating pathway scores...
Generating random permutations...
Calculating p-values with 100 permutations...
Correcting p-values through the max-T procedure...
The topologically-aware integrative pathway analysis reported 3 significantly altered pathways!
As specified by the user, a association will be used.
Performing One-sided Fisher's exact test...
A statistically significant association between 3 DE-miRNAs and 5 genes was found!
As specified by the user, a fry will be used.
Performing miRNA-gene integrative analysis using 'fry' method...
A statistically significant association between 2 DE-miRNAs and 4 genes was found!
[ FAIL 0 | WARN 0 | SKIP 6 | PASS 31 ]

══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On Bioconductor (4): 'test-association.R:13:5',
  'test-differential-expression.R:17:5', 'test-targets.R:3:5',
  'test-targets.R:21:5'
• On CRAN (2): 'test-topological-integration.R:23:5', 'test-utils.R:20:5'

[ FAIL 0 | WARN 0 | SKIP 6 | PASS 31 ]
> 
> proc.time()
   user  system elapsed 
 67.044   6.810  36.373 

Example timings

MIRit.Rcheck/MIRit-Ex.timings

nameusersystemelapsed
MirnaExperiment0.4970.0110.509
addDifferentialExpression0.5670.0340.601
augmentedPathways0.0780.0030.081
batchCorrection0.2840.0060.290
deAccessors0.0010.0000.001
deAnalysis000
enrichGenes000
enrichTargets2.6300.0652.735
enrichedFeatures0.0260.0010.027
enrichmentBarplot0.2840.0060.291
enrichmentDatabase0.0000.0000.001
enrichmentDotplot0.3270.0070.334
enrichmentMethod0.0000.0000.001
enrichmentMetric0.0000.0000.001
enrichmentResults0.0000.0000.001
findMirnaSNPs0.0000.0010.000
geneSet0.0010.0000.000
getEvidence000
getTargets000
gseaPlot0.1790.0170.197
gseaRidgeplot0.2140.0200.234
integratedPathways0.0000.0000.001
integration0.0120.0070.020
integrationDatabase000
integrationDotplot0.2590.0080.267
listPathways1.0920.0371.408
loadExamples0.0000.0010.001
mirVariantPlot0.0000.0000.001
mirnaIntegration4.3340.4954.359
mirnaTargets000
pairedSamples000
plotCorrelation0.3780.0850.469
plotDE0.2800.0360.317
plotDimensions0.2270.0330.261
plotVolcano0.1530.0060.160
preparePathways000
searchDisease000
significantAccessors000
supportedOrganisms0.0020.0010.004
topologicalAnalysis0.0000.0010.000
visualizeNetwork0.3030.0170.322