[R-pkg-devel] Inquiry

Andrew Simmons @kw@|mmo @end|ng |rom gm@||@com
Tue Sep 27 02:07:28 CEST 2022


This issue isn't related to RStudio.

The issue is that you're exporting an object without providing any
documentation for it. It sounds like you don't want to export it, so you
need to go to your NAMESPACE file and remove the part was export(r2). If
you do want to export it, then you need to document it, there's no way
around that. The documentation doesn't need to be very detailed.


On Mon., Sep. 26, 2022, 20:01 , <teimouri using aut.ac.ir> wrote:

> ​Hi there,
> I am writing to aks your help for an issuue arising when I am writing my R
> package using R studio 1.2.1335 as follows.
> ``checking for missing documentation entries ... WARNING
> Undocumented code objects:
>   'r2'
> All user-level objects in a package should have documentation entries."
> The function r2.r is among  .r   files within R folder of my package.
> I am not interested to present "r2" in the R topics documented: as a part
> of first page of built pdf help file of my package.
> I appreciate highly if you could help me to solve this issue.
>
> --
> This email was Anti Virus checked by  Security Gateway.
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list