Skip to content

[R-pkg-devel] First time CRAN submission

1 message · Filippo Monari

#
Hi All,
I am trying to submit my first package to CRAN. I already went through few
iterations and corrected most of the problems (I believe). However I still
getting two issues that I cannot figure out hoe to fix. I will list them
here below, hoping for some help. You can find the package that I am trying
to submit at https://gitlab.com/ingfimo/modello.

With respect to the Windows test this is the output that has been returned
to me:
"package 'modello' is not installed for 'arch = i386'"

With respect to the Debian test the warning that makes the submission to
fail is the following:
which relates to few workings of the fololwing kind:
and
I cannot reproduce these warnings on my environments, even by using -Wall
and -Wextra during the compilation. Googling the topic I found that it
could be bug in an old version of gcc (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504).

Any advice on how to further proceed with the submission are welcome.

Regards,
Filippo