Package check result: OK Changes to worse in reverse depends: Package: icesTAF Check: for code/documentation mismatches New result: WARNING Codoc mismatches from Rd file 'taf-reexports.Rd': taf.install Code: function(targz = NULL, lib = taf.boot.path("library"), quiet = FALSE) Docs: function(targz = NULL, lib = "boot/library", quiet = FALSE) Mismatches in argument default values: Name: 'lib' Code: taf.boot.path("library") Docs: "boot/library" unix2dos Code: function(file, force = FALSE) Docs: function(file) Argument names in code not in docs: force dos2unix Code: function(file, force = FALSE) Docs: function(file) Argument names in code not in docs: force process.entry Code: function(bib, clean = FALSE, comma.split = TRUE, force = FALSE, quiet = FALSE) Docs: function(bib, quiet = FALSE, force = FALSE, clean = FALSE) Argument names in code not in docs: comma.split Mismatches in argument names: Position: 2 Code: clean Docs: quiet Position: 3 Code: comma.split Docs: force Position: 4 Code: force Docs: clean taf.boot Code: function(software = TRUE, data = TRUE, clean = TRUE, force = FALSE, taf = NULL, quiet = FALSE, ...) Docs: function(software = TRUE, data = TRUE, clean = TRUE, force = FALSE, taf = NULL, quiet = FALSE) Argument names in code not in docs: ... make Code: function(recipe, prereq, target, include = TRUE, engine = source, details = FALSE, force = FALSE, recon = FALSE, quiet = TRUE, ...) Docs: function(recipe, prereq, target, include = TRUE, engine = source, debug = FALSE, force = FALSE, recon = FALSE, ...) Argument names in code not in docs: details quiet Argument names in docs not in code: debug Mismatches in argument names: Position: 6 Code: details Docs: debug Position: 9 Code: quiet Docs: ... process.bibfile Code: function(type, clean = TRUE, quiet = FALSE, ...) Docs: function(type, clean = TRUE, quiet = FALSE) Argument names in code not in docs: ...