Skip to content
Prev 3846 / 12125 Next

[R-pkg-devel] package cartograflow_1.0.0.tar.gz

Hi, 
I've made a new submission. 
There is no note about checking installed package size.Thanks. 
Sylvain

    Le dimanche 5 mai 2019 ? 14:44:24 UTC+2, cartograflow at gmail.com <cartograflow at gmail.com> a ?crit :  
 
  Hi,?
After I submitted my package I received some remarks e.g add the exmple that I've taken into account. 
So, I used R-devel CMD check, I've always one 1 note about maintener which it's not a problem to submit and another note due to package size. 
...
* checking installed package size ... NOTE? installed size is? 5.0Mb
? sub-directories of 1Mb or more:
??? doc?? 4.4Mb...
I would like to know if I can submit in CRAN with this note if not, do you hnow how I can solve this issue? 
In vignette directories the html file size is of 4.3MB. I don't know how I can reduce the size. There are a lot of picture (cartography). 
Thanks in advance to your replySylvain

    Le dimanche 7 avril 2019 ? 21:32:07 UTC+2, Duncan Murdoch <murdoch.duncan at gmail.com> a ?crit :
On 07/04/2019 3:01 p.m., cartograflow at gmail.com wrote:
That second author doesn't look right, but I don't think the note is 
complaining about that.? I think you probably have put something like 
this in your DESCRIPTION file:

Author:? c(person("Sylvain", "Blondeau", email = 
"blondeau.sylvain at yahoo.fr", role = c("cre","aut")),
? ? ? ? ? ? person("other", "other", email = "other.other at gmail.com",
role = c("aut")))

and what it is saying is that you should instead use

Authors at R:? c(person("Sylvain", "Blondeau", email = 
"blondeau.sylvain at yahoo.fr", role = c("cre","aut")),
? ? ? ? ? ? person("other", "other", email = "other.other at gmail.com",
role = c("aut")))

If my guess is right and you fix it, you may still get a NOTE.? To make 
it easier for the CRAN maintainers to know who to contact in case of an 
issue with the package, they display information about the package 
maintainer in a NOTE.? Since most NOTEs indicate likely problems, it 
would probably make sense for them to use some other formatting for the 
message, but that's how it is.

Duncan Murdoch