Skip to content

Instantly share code, notes, and snippets.

@wleoncio
Last active January 23, 2024 11:28
Show Gist options
  • Save wleoncio/0bfa5c0b6987528f034341fc8d993e47 to your computer and use it in GitHub Desktop.
Save wleoncio/0bfa5c0b6987528f034341fc8d993e47 to your computer and use it in GitHub Desktop.
BayesMallows Valgrind tests

Input

R CMD check --use-valgrind --no-build-vignettes --no-manuals BayesMallows_2.0.1.tar.gz

Note: use --no-manual instead of --use-manuals (invalid option) next time!

Output

All good, only one note about folder size.

* using log directory ‘/home/waldir/UiO/Projects/BayesMallows.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 13.2.0-1ubuntu1) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-1ubuntu1) 13.2.0
* running under: Ubuntu 23.10
* using session charset: UTF-8
* using options ‘--no-build-vignettes --use-valgrind’
* checking for file ‘BayesMallows/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BayesMallows’ version ‘2.0.1’
* 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 executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘BayesMallows’ can be installed ... OK
* used C++ compiler: ‘g++ (Ubuntu 13.2.0-4ubuntu3) 13.2.0’
* checking C++ specification ... OK
  Not all R platforms support C++17
* checking installed package size ... NOTE
  installed size is 20.1Mb
  sub-directories of 1Mb or more:
    doc    2.8Mb
    libs  16.6Mb
* 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 R 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 loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* 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 LazyData ... 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 line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... OK
  Running ‘testthat.R’
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... OK
  ‘BayesMallows.Rmd’ using ‘UTF-8’... OK
  ‘SMC-Mallows.Rmd’ using ‘UTF-8’... OK
  ‘parallel_chains.Rmd’ using ‘UTF-8’... OK
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment