Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-05-31 19:31:27 -0400 (Fri, 31 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4669
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4404
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4431
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4384
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 1162/2233HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
memes 1.13.0  (landing page)
Spencer Nystrom
Snapshot Date: 2024-05-30 18:57:37 -0400 (Thu, 30 May 2024)
git_url: https://git.bioconductor.org/packages/memes
git_branch: devel
git_last_commit: 10e69e6
git_last_commit_date: 2024-04-30 11:32:21 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

CHECK results for memes on merida1


To the developers/maintainers of the memes package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/memes.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: memes
Version: 1.13.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:memes.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings memes_1.13.0.tar.gz
StartedAt: 2024-05-31 10:56:20 -0400 (Fri, 31 May 2024)
EndedAt: 2024-05-31 11:00:58 -0400 (Fri, 31 May 2024)
EllapsedTime: 278.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: memes.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/memes.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: x86_64-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 Monterey 12.7.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘memes/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘memes’ version ‘1.13.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 ‘memes’ can be installed ... OK
* 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 ... OK
* checking S3 generic/method consistency ... WARNING
motif_input:
  function(x, ...)
motif_input.universalmotif_df:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.universalmotif:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.list:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.character:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.data.frame:
  function(input, path)

sequence_input:
  function(x)
sequence_input.DNAStringSet:
  function(input)

sequence_input:
  function(x)
sequence_input.character:
  function(input)

sequence_input:
  function(x)
sequence_input.BStringSet:
  function(input)

sequence_input:
  function(x)
sequence_input.AAStringSet:
  function(input)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... NOTE
checkRd: (-1) runTomTom.Rd:51: Lost braces; missing escapes or markup?
    51 | \item{...}{additional flags passed to tomtom using {cmdfun} formating (see table below for details)}
       |                                                    ^
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
add_sequence          14.494  0.616  17.067
plot_sequence_heatmap  6.852  0.128   7.778
* 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: 1 WARNING, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/memes.Rcheck/00check.log’
for details.


Installation output

memes.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘memes’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (memes)

Tests output


Example timings

memes.Rcheck/memes-Ex.timings

nameusersystemelapsed
add_sequence14.494 0.61617.067
ame_compare_heatmap_methods3.3160.1213.860
check_meme_install1.3760.1441.657
drop_best_match0.0100.0030.014
example_ame0.1350.0190.164
example_ame_large0.0970.0110.118
force_best_match0.1280.0190.160
get_sequence1.0150.1641.476
has_duplicate_motifs0.3990.0150.479
importAme0.4890.0510.570
importDremeXML0.4550.0140.533
importFimo0.0830.0120.095
importMeme0.2100.0050.244
importStremeXML0.3550.0100.403
importTomTomXML0.6220.0110.708
meme_is_installed0.1240.0030.139
nest_tomtom0.1210.0030.137
plot_ame_heatmap1.2550.0261.421
plot_sequence_heatmap6.8520.1287.778
remove_duplicate_motifs0.0040.0010.006
runAme0.1230.0030.154
runDreme0.1230.0030.138
runFimo0.1210.0030.135
runMeme0.1180.0020.138
runTomTom0.1190.0020.122
update_best_match0.1470.0030.156
view_tomtom_hits2.0380.0192.224
write_fasta0.0030.0010.004