inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

path in setup_package() has no default #20

Closed ElsLommelen closed 3 years ago

ElsLommelen commented 3 years ago

The documentation of the argument path in the function setup_package() mentions 'Defaults to "."'. However, when using this function without arguments in an existing package, I get the following error:

checklist::setup_package()
#> Error in normalizePath(path, winslash = "/", mustWork = TRUE): argument "path" is missing, with no default

Created on 2020-12-14 by the reprex package (v0.3.0)

ThierryO commented 3 years ago

Fixed in #27