The recent v6.1.1 update causes the following error on Travis: https://travis-ci.org/mlr-org/mlr/jobs/451819776#L2685 ```r Running script: step_run_code(devtools::document()) Updating mlr documentation Updating roxygen version in /home/travis/build/mlr-org/mlr/DESCRIPTION Writing NAMESPACE Loading mlr Loading required package: ParamHelpers Error: must pass a package name, “DLLInfo” or “DllInfoReference” object ``` The error does not appear with v6.1.0. Also it just appeared today after v6.1.1 was released on CRAN. Using `devtools::document(".")` works in some instances. I think this could be related to the change made in #704?