[R-pkg-devel] error messages

2021-04-13 Thread csmatyi
Hello R package developers, I tried sending in my package for the fifth time or so, but it still says that it has errors. I read the error messages but I cannot figure out what the error could be. Does anyone know? Thanks, Matthew -- Windows * using log directory 'd:/RCompile/

Re: [R-pkg-devel] error messages

2021-04-13 Thread Dirk Eddelbuettel
On 14 April 2021 at 01:03, csmatyi wrote: | Debian | | * using log directory ‘/srv/hornik/tmp/CRAN/hybridogram.Rcheck’ | * using R Under development (unstable) (2021-04-12 r80161) | * using platform: x86_64-pc-linux-gnu (64-bit) | * using session charset: UTF-8 | * checking for file ‘hybridogram

[R-pkg-devel] how to provide an example for my package when I want to generate a figure

2021-04-13 Thread csmatyi
Hello all, I have a fairly simple package I want to make. It takes two dataframes and then creates a jpeg (a heat map) based on the info in the dataframes. I know how to put the code in the vignette. But as to how to make an example, I don't know that. Would I put the code in the R code for the

[R-pkg-devel] checking LazyData ... WARNING

2021-04-13 Thread Rafael CM
Dear all, I am submitting the RTIGER package and I have the following warning: checking LazyData ... WARNING I have saved the data with the optimal compression format. Could someone help me? Best, Rafael [[alternative HTML version deleted]] __ R

Re: [R-pkg-devel] how to provide an example for my package when I want to generate a figure

2021-04-13 Thread Berry Boessenkool
Hi Matthew, see the notes on examples in function documentations here: https://r-pkgs.org/man.html#man-functions if you use the Roxygen setup (which I recommend) or the corresponding info in WRE: https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Writing-R-documentation-files Regards,

[R-pkg-devel] WARNING: ISO C forbids an empty translation unit

2021-04-13 Thread Eugenio López Cortegano
Hi all, I just started a submission to CRAN, but got the following WARNING from win-builder: Found the following significant warnings: init.c:1: warning: ISO C forbids an empty translation unit [-Wpedantic] To the best of my knowledge, -pedantic is a recommended compilation flag for C++ and rela

Re: [R-pkg-devel] Problem with building with libcurl on Windows

2021-04-13 Thread Janssen-10, R.R.E. (Roel)
Could it be that "-lcrypt32" is missing in the compile command? If so, how can I conditionally include it for Windows 32-bit builds? From: R-package-devel on behalf of Janssen-10, R.R.E. (Roel) Sent: Friday, April 9, 2021 10:26:52 AM To: r-package-devel@r-projec