Skip to content
Back to formatted view

Raw Message

Message-ID: <91E98C94545DA84BBCE16EE6BB38CFB4015B230994@irsn.fr>
Date: 2022-08-30T12:14:07Z
From: RICHET Yann
Subject: [R-pkg-devel] src/ subdirectories contains sources....

Dear all,

I already asked some advice to well integrate a full C++ library as a submodule in my package... (which is just a wrapper for that cpp lib). As suggested, I moved the submodule inside src/, fixed some makefiles, ...

But I still have a WARNING on Windows (only): 
* checking package subdirectories ... WARNING
Subdirectory 'src' contains no source files.

https://win-builder.r-project.org/incoming_pretest/rlibkriging_0.6-0_20220830_115756/Windows/00check.log

While my src/ is well populated with subdirectories containing source files...

Regards,

Yann