Hi, I posted my problem with the devtools::build_manual() command already a while ago; cf. R 4.2.0: devtools::build_manual() fails. Unfortunately, the problem (which was not there for me in the past) persists. Here's my reprex (remark: running devtools::check() beforehand indicated everything to be fine with my R package). Would anyone have any suggestions for me, please? Many thanks.
devtools::build_manual()
#> Error in `package_file()`:
#> ! Could not find package root.
#> ℹ Is '.' inside a package?
#> Backtrace:
#> ▆
#> 1. └─devtools::build_manual()
#> 2. └─devtools::as.package(pkg)
#> 3. └─devtools::package_file(path = x)
#> 4. └─cli::cli_abort(c("Could not find package root.", i = "Is {.path {base_path}} inside a package?"))
#> 5. └─rlang::abort(...)
Created on 2022-12-02 with reprex v2.0.2