• using R version 4.0.2 (2020-06-22)
  • using platform: x86_64-apple-darwin17.0 (64-bit)
  • using session charset: UTF-8
  • checking for file ‘brainwaver/DESCRIPTION’ ... OK
  • this is package ‘brainwaver’ version ‘1.6’
  • 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 ‘brainwaver’ can be installed ... [4s/7s] OK
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking DESCRIPTION meta-information ... NOTE
    Malformed Title field: should not end in a period.
  • 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 ... NOTE
    Package in Depends field not imported from: ‘waveslim’
      These packages need to be imported from (in the NAMESPACE file)
      for when this namespace is loaded but not attached.
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [4s/6s] NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0

    const.cor.list: no visible global function definition for
      ‘wave.correlation’
    const.var.list: no visible global function definition for
      ‘wave.variance’
    fitting: no visible global function definition for ‘hist’
    fitting: no visible global function definition for ‘nlm’
    fitting: no visible global function definition for ‘write.table’
    p.value.compute: no visible global function definition for ‘pnorm’
    p.value.compute: no visible global function definition for ‘pt’
    random.attack: no visible global function definition for ‘runif’
    read.convert_1_2: no visible global function definition for
      ‘read.table’
    read.cor.txt: no visible global function definition for ‘read.table’
    read.var.txt: no visible global function definition for ‘read.table’
    save.cor.txt: no visible global function definition for ‘write.table’
    save.var.txt: no visible global function definition for ‘write.table’
    sim.equadist: no visible global function definition for ‘write.table’
    small.world: no visible global function definition for ‘dist’
    small.world: no visible global function definition for ‘write.table’
    wave.trans: no visible global function definition for ‘dwt’
    wave.trans: no visible global function definition for ‘modwt’
    wave.trans: no visible global function definition for ‘brick.wall’
    Undefined global functions or variables:
      brick.wall dist dwt hist modwt nlm pnorm pt read.table runif
      wave.correlation wave.variance write.table
    Consider adding
      importFrom("graphics", "hist")
      importFrom("stats", "dist", "nlm", "pnorm", "pt", "runif")
      importFrom("utils", "read.table", "write.table")
    to your NAMESPACE file.
  • 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 line endings in C/C++/Fortran sources/headers ... OK
  • checking compiled code ... NOTE
    File ‘brainwaver/libs/brainwaver.so’:
      Found ‘_rand’, possibly from ‘rand’ (C)
        Object: ‘connexity_small_world.o’

    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.

    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
  • checking examples ... [2s/3s] OK
  • checking PDF version of manual ... OK
  • DONE
    Status: 4 NOTEs