Re: [R-pkg-devel] Executable file warning in CRAN check

2019-04-09 Thread Sebastian Meyer
Let's look at the check_executables() function inside tools:::.check_packages() [https://svn.r-project.org/R/trunk/src/library/tools/R/check.R]. If the 'file' program is available on the check system, the check for executable files is based on what 'file' thinks about each file in the source packag

[R-pkg-devel] What version does "CRAN check list" refer to ?

2019-04-09 Thread Jose V. Die
Hi Dirk. Thank you very much for your comments. Jose > On 5 Apr 2019, at 13:38, Dirk Eddelbuettel wrote: > > > On 5 April 2019 at 11:29, Jose V. Die wrote: > | I am working on my first package and I released a new version (1.0.11). The > CRAN checks link shows the last updated for today

Re: [R-pkg-devel] set PKG_CONFIG_PATH before installing a package

2019-04-09 Thread Sameh M. Abdulah
Thanks Travers and Dirk for your feedbacks. —Sameh From: Travers Ching Sent: Monday, April 8, 2019 10:52 PM To: Dirk Eddelbuettel Cc: Sameh M. Abdulah; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] set PKG_CONFIG_PATH before installing a package What