When I use R CMD, check pkg_name to check my own R package, I get warnings like this:
unexpected section header '\examples' unexpected section header '\keyword'
The problem exists in the .Rd file, where I write some examples of R-codes for my own data (i.e. the .Rd file is for the .RDdata file, and not for the .R function file). I thought we could just write code examples ("...") between {} below:
\example{ ... }
Unfortunately, he cannot go through the packet inspection procedure ... Thank you in advance for your help!
r package
alittleboy
source share