Stephen,
If you want to give the system version a shot, I would simply look for
pkg-config, add the supplied CPPFLAGS to the package R flags if present and
then test (regardless of pkg-config) with AC_CHECK_HEADER (see standard R-exts
autoconf rules for packages). If that fails then use your in
> On Jun 24, 2023, at 12:19 AM, Uwe Ligges
> wrote:
>
>
>
> On 23.06.2023 11:27, Helmut Schütz wrote:
>> Dear all,
>> since a while (January?) we face NOTEs in package checks
>> (https://cran.r-project.org/web/checks/check_results_PowerTOST.html):
>> Version: 1.5-4
>> Check: package depend
On 23.06.2023 11:27, Helmut Schütz wrote:
Dear all,
since a while (January?) we face NOTEs in package checks
(https://cran.r-project.org/web/checks/check_results_PowerTOST.html):
Version: 1.5-4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘
I recently submitted a package to CRAN which downloaded Eigen via Makevars
and Makevars.win. My Makevars.ucrt was empty as I noted that Eigen3 is
installed by default (however, this doesn't ensure that a version of Eigen
compatible/tested with the package is available).
The source is currently on
Dear all,
since a while (January?) we face NOTEs in package checks
(https://cran.r-project.org/web/checks/check_results_PowerTOST.html):
Version: 1.5-4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘emmeans’
Flavor: r-release-macos-x86_64
Version
On Fri, 23 Jun 2023 02:35:23 +
Bernd.Gruber wrote:
> I have a question regarding the separation of a package into smaller
> pieces (to avoid long testing/installation times and more important
> to avoid to many dependencies)
Here is some advice that was sent out in response to a similar
Dear Bernd,
You could contact the maintainer of the spatstat package. They did the same
thing (splitting a large package into several smaller ones) a few years ago.
Having the base package suggesting an add-on and the add-on depending on or
suggesting the base package might create an unwanted loo