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/
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
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
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
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,
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
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