Message-ID: <af81bd7e-7806-4773-acf7-b48364685915@gmail.com>
Date: 2024-12-01T22:57:04Z
From: Ben Bolker
Subject: [R-pkg-devel] roxygen2 and .Rbuildignore problems
In-Reply-To: <1f7aea95-c8ee-46b5-957a-5268ebc3695e@effectivedefense.org>
* Your NAMESPACE file is empty -- did you forget to devtools::document()
[or otherwise mess up this file]?
* for the README issue, all I can think of is that you might have run R
CMD check on a directory rather than a built tarball?
On 12/1/24 17:53, Spencer Graves wrote:
> Hello, All:
>
>
> ????? I'm having two problems with a tiny package on GitHub:
>
>
> * Non-standard file/directory found at top level: ?README.Rmd?
>
>
> >>> BUT "README.Rmd" is IN .Rbuildignore
>
>
> * Error in grepInTable(c("Afghanistan", "Netherlands Antilles")) : could
> not find function "grepInTable"
>
>
> >>> BUT 'grepInTable.R' includes "#' @importFrom rworldmap
> countrySynonyms".
>
>
> SEE:
>
>
> https://github.com/sbgraves237/acledr
>
>
> ????? What am I doing wrong?
>
>
> ????? Thanks,
> ????? Spencer Graves
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
--
Dr. Benjamin Bolker
Professor, Mathematics & Statistics and Biology, McMaster University
Director, School of Computational Science and Engineering
* E-mail is sent at my convenience; I don't expect replies outside of
working hours.