In the process of submitting an R package to CRAN, I could not resolve two issues the reviewer encountered on his system:
1.)
Package has help file(s) containing build-stage \Sexpr{} expresssons but no 'build/partial.rdb' file.
2.)
Checking URLs failed with message:
/home/tmp/CRAN/mypackage.Rcheck/00_pkg_src/mypackage/man/mypackage-package.Rd:6: file ‘./DESCRIPTION’ does not exist
The DESCRIPTION-file is included in the right place. Unfortunately I cannot give any additional details at this point, because I could not reproduce these messages on my system and could not figure out their meaning.
What would be possible reasons for these messages?