MassBank / RMassBank

Playground for experiments on the official http://bioconductor.org/packages/devel/bioc/html/RMassBank.html
Other
12 stars 15 forks source link

Functions or methods with usage in documentation #264

Open sneumann opened 3 years ago

sneumann commented 3 years ago
* checking for code/documentation mismatches ... WARNING
Functions or methods with usage in documentation object '.buildRecord.RmbSpectraSet' but not in code:
  ‘compileRecord’

Functions or methods with usage in documentation object 'getAnalyticalInfo' but not in code:
  ‘gatherCompound’ ‘gatherSpectrum’

Codoc mismatches from documentation object 'exportMassbank':
exportMassbank
  Code: function(compiled, molfile = NULL)
  Docs: function(compiled, files, molfile)
  Argument names in docs not in code:
    files
  Mismatches in argument names:
    Position: 2 Code: molfile Docs: files
  Mismatches in argument default values:
    Name: 'molfile' Code: NULL Docs: