[R-pkg-devel] Dropping empty section problems
Uwe Ligges
ligges at statistik.tu-dortmund.de
Sun Oct 15 19:54:57 CEST 2017
On 15.10.2017 19:20, 周伟鹏 wrote:
> Hi,
>
> I have encountered this problem when using devtools to check my R package. I tried to google the key words and cannot find the solution. Can anyone tell what “Dropping empty section” means?
You have empty sections in your Rd files, these are dropped when the
database is built. Hence either fill these with content or delete them
entirely.
Best,
Uwe Ligges
> R CMD check results
> 0 errors | 0 warnings | 1 note
> checking Rd files ... NOTE
> prepare_Rd: QCAT.Rd:38-40: Dropping empty section \details
> prepare_Rd: QCAT.Rd:56-58: Dropping empty section \note
> prepare_Rd: QCAT.Rd:62-64: Dropping empty section \seealso
> prepare_Rd: QCAT_GEE.Rd:44-46: Dropping empty section \details
> prepare_Rd: QCAT_GEE.Rd:62-64: Dropping empty section \note
> prepare_Rd: QCAT_GEE.Rd:68-70: Dropping empty section \seealso
> prepare_Rd: data.real.Rd:19-21: Dropping empty section \details
> prepare_Rd: data.real.Rd:25-27: Dropping empty section \references
> prepare_Rd: data.toy.Rd:19-21: Dropping empty section \details
> prepare_Rd: data.toy.Rd:25-27: Dropping empty section \references
> prepare_Rd: miLineage-package.Rd:34-36: Dropping empty section \seealso
>
> Best,
> Weipeng
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
More information about the R-package-devel
mailing list