Skip to content
Prev 11731 / 12125 Next

[R-pkg-devel] help understanding "CRAN Package Check Results for Package Ecdat"

On 2025-08-27 2:22 p.m., Spencer Graves wrote:
Version 0.4-2 didn't include that.  The link you sent points to check 
results for that version (which was uploaded in 2022).
I think the "lost braces" are unnecessary braces.  For example, you have

   \doi{10.18128/D010.V10.0}{IPUMS USA: Version 10.0 [dataset]. 
Minneapolis, MN: IPUMS}

as though \doi{} needs two arguments, but it only needs one.
In 0.4-2 you have

\seealso{
   \code{\link{readNIPA}}
}

Duncan Murdoch