[R-pkg-devel] Re :Re: Re :Re: package cartograflow_0.0.0.9000.tar.gz

2019-03-27 Thread cartograf...@gmail.com
Hi, thanks to your propositions and I will take into account.I make 
dev_tools::check directly in rstudio.
I would like to know if I can do R CMD directly in R interface with the command 
: #bash R-devel CMD check --as-cran cartograflow.tar.gzIt will be better 
Thanks Sylvain 

Envoyé depuis Yahoo Mail pour Android 
 
  Le mar., mars 26, 2019 à 22:42, Henrik Bengtsson 
a écrit :   FWIW, you should be able to reproduce at least the following NOTEs
with your current R 3.5.2 and R CMD check --as-cran:

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘cartogRaflow ’

New submission

Version contains large components (0.0.0.9000)

Possibly mis-spelled words in DESCRIPTION:
  flowmapping (7:41)

Author field should be Authors@R.  Current value is:
  c(person("Françoise", "Bahoken", email =
"francoise.baho...@ifsttar.fr", role = c("cre","aut")),
            person("Sylvain", "Blondeau", email =
"blondeau.sylv...@yahoo.fr", role = c("aut"))

The Title field should be in title case. Current version is:
‘thematic cartography of flows and movements’
In title case that is:
‘Thematic Cartography of Flows and Movements’

Those are all classical mistakes ("we've all been there").  The
vignette errors may or may not be specific to R devel.

/Henrik

On Tue, Mar 26, 2019 at 2:29 PM cartograf...@gmail.com
 wrote:
>
> Hi,  l've made R CMD check --as-cran on rstudio 3.5.2Why I have to use 
> r-devel?
> I confirm that I didn't received à error message when I've made 
> dev_tool::check.
> How can I solve my problem ?
> Thanks in advance Sylvain
>
>
> nvoyé depuis Yahoo Mail pour Android
>
>  Le lun., mars 25, 2019 à 23:38, Uwe Ligges 
>a écrit :  I cannot beloeve it. But this is certainly not R-devel?
>
> Not sure about devtools which we do not use on CRAN, but simply
>
> R CMD check --as-cran
>
> with a recent R-devel  version on the package tarball should reproduce
> the findings.
>
> Best,
> Uwe Ligges
>
>
> On 25.03.2019 23:12, cartograf...@gmail.com wrote:
> > Hello,
> > I've submitted my package cartograflow and I received an email from your 
> > teeam that it does not pass the incoming checks automatically.Debian: 
> > 
> > Status: 1 ERROR, 2 WARNINGs, 1 NOTE
> >
> > So, I've made the new check on my plateform (linux ubuntu) and the check is 
> > OK.I used : ==> devtools::check(args = c('--no-manual','--as-cran'))Status 
> > is :
> > ── R CMD check results  cartograflow 0.0.0.9000 
> > 
> > Duration: 54.6s
> > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
> > R CMD check succeeded
> > Can you  help me to fix the problem?
> > Thanks in advance to your replySylvain
> >    [[alternative HTML version deleted]]
> >
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
> >
>
>
>        [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel  

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Re :Re: Re :Re: package cartograflow_0.0.0.9000.tar.gz

2019-03-27 Thread Maëlle SALMON via R-package-devel
--- Begin Message ---
 Hi,
To be able to run R CMD check on R devel, on top of your local checks, you 
might want to have a a look at the R-hub package builder that allows you to run 
R CMD check on several platforms (R versions, OS) for free. You can use the 
rhub package for that, https://r-hub.github.io/rhub/

In particular,- To get "--as-cran" for R CMD check you can set it as value of 
the check_args argument of rhub check functions. You can e.g. use 
rhub::check_with_rdevel(, check_args = "--as-cran")
- See also the shortcut check_for_cran() that'll send your package to a few 
platforms close to CRAN submission platforms, including one with R devel, with 
the "--as-cran" argument set by default. 
https://r-hub.github.io/rhub/articles/rhub.html#prepare-a-cran-submission
 

Maëlle.
   Den onsdag 27 mars 2019 12:56:53 CET, cartograf...@gmail.com 
 skrev:  
 
 Hi, thanks to your propositions and I will take into account.I make 
dev_tools::check directly in rstudio.
I would like to know if I can do R CMD directly in R interface with the command 
: #bash R-devel CMD check --as-cran cartograflow.tar.gzIt will be better 
Thanks Sylvain 

Envoyé depuis Yahoo Mail pour Android 
 
  Le mar., mars 26, 2019 à 22:42, Henrik Bengtsson 
a écrit :  FWIW, you should be able to reproduce at least the following NOTEs
with your current R 3.5.2 and R CMD check --as-cran:

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘cartogRaflow ’

New submission

Version contains large components (0.0.0.9000)

Possibly mis-spelled words in DESCRIPTION:
  flowmapping (7:41)

Author field should be Authors@R.  Current value is:
  c(person("Françoise", "Bahoken", email =
"francoise.baho...@ifsttar.fr", role = c("cre","aut")),
            person("Sylvain", "Blondeau", email =
"blondeau.sylv...@yahoo.fr", role = c("aut"))

The Title field should be in title case. Current version is:
‘thematic cartography of flows and movements’
In title case that is:
‘Thematic Cartography of Flows and Movements’

Those are all classical mistakes ("we've all been there").  The
vignette errors may or may not be specific to R devel.

/Henrik

On Tue, Mar 26, 2019 at 2:29 PM cartograf...@gmail.com
 wrote:
>
> Hi,  l've made R CMD check --as-cran on rstudio 3.5.2Why I have to use 
> r-devel?
> I confirm that I didn't received à error message when I've made 
> dev_tool::check.
> How can I solve my problem ?
> Thanks in advance Sylvain
>
>
> nvoyé depuis Yahoo Mail pour Android
>
>  Le lun., mars 25, 2019 à 23:38, Uwe Ligges 
>a écrit :  I cannot beloeve it. But this is certainly not R-devel?
>
> Not sure about devtools which we do not use on CRAN, but simply
>
> R CMD check --as-cran
>
> with a recent R-devel  version on the package tarball should reproduce
> the findings.
>
> Best,
> Uwe Ligges
>
>
> On 25.03.2019 23:12, cartograf...@gmail.com wrote:
> > Hello,
> > I've submitted my package cartograflow and I received an email from your 
> > teeam that it does not pass the incoming checks automatically.Debian: 
> > 
> > Status: 1 ERROR, 2 WARNINGs, 1 NOTE
> >
> > So, I've made the new check on my plateform (linux ubuntu) and the check is 
> > OK.I used : ==> devtools::check(args = c('--no-manual','--as-cran'))Status 
> > is :
> > ── R CMD check results  cartograflow 0.0.0.9000 
> > 
> > Duration: 54.6s
> > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
> > R CMD check succeeded
> > Can you  help me to fix the problem?
> > Thanks in advance to your replySylvain
> >    [[alternative HTML version deleted]]
> >
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
> >
>
>
>        [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel  

    [[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel  
[[alternative HTML version deleted]]

--- End Message ---
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Re :Re: Re :Re: package cartograflow_0.0.0.9000.tar.gz

2019-03-27 Thread Uwe Ligges




On 27.03.2019 12:56, cartograf...@gmail.com wrote:

Hi, thanks to your propositions and I will take into account.
I make dev_tools::check directly in rstudio.

I would like to know if I can do R CMD directly in R interface with the 
command :

  #bash R-devel CMD check --as-cran cartograflow.tar.gz
It will be better


Yes, from the OS shell

R CMD check --as-cran

on the tarball prodiced by R CMD build.

Best,
Uwe Ligges



Thanks
Sylvain

Envoyé depuis Yahoo Mail pour Android 



Le mar., mars 26, 2019 à 22:42, Henrik Bengtsson
 a écrit :
FWIW, you should be able to reproduce at least the following NOTEs
with your current R 3.5.2 and R CMD check --as-cran:

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘cartogRaflow mailto:cartograf...@gmail.com>>’

New submission

Version contains large components (0.0.0.9000)

Possibly mis-spelled words in DESCRIPTION:
   flowmapping (7:41)

Author field should be Authors@R.   Current value is:
   c(person("Françoise", "Bahoken", email =
"francoise.baho...@ifsttar.fr
", role = c("cre","aut")),
             person("Sylvain", "Blondeau", email =
"blondeau.sylv...@yahoo.fr ", role
= c("aut"))

The Title field should be in title case. Current version is:
‘thematic cartography of flows and movements’
In title case that is:
‘Thematic Cartography of Flows and Movements’

Those are all classical mistakes ("we've all been there").  The
vignette errors may or may not be specific to R devel.

/Henrik

On Tue, Mar 26, 2019 at 2:29 PM cartograf...@gmail.com

mailto:cartograf...@gmail.com>> wrote:
 >
 > Hi,  l've made R CMD check --as-cran on rstudio 3.5.2Why I have
to use r-devel?
 > I confirm that I didn't received à error message when I've made
dev_tool::check.
 > How can I solve my problem ?
 > Thanks in advance Sylvain
 >
 >
 > nvoyé depuis Yahoo Mail pour Android
 >
 >  Le lun., mars 25, 2019 à 23:38, Uwe
Liggesmailto:lig...@statistik.tu-dortmund.de>> a écrit :  I cannot
beloeve it. But this is certainly not R-devel?
 >
 > Not sure about devtools which we do not use on CRAN, but simply
 >
 > R CMD check --as-cran
 >
 > with a recent R-devel  version on the package tarball should
reproduce
 > the findings.
 >
 > Best,
 > Uwe Ligges
 >
 >
 > On 25.03.2019 23:12, cartograf...@gmail.com
 wrote:
 > > Hello,
 > > I've submitted my package cartograflow and I received an email
from your teeam that it does not pass the incoming checks
automatically.Debian:


 > > Status: 1 ERROR, 2 WARNINGs, 1 NOTE
 > >
 > > So, I've made the new check on my plateform (linux ubuntu) and
the check is OK.I used : ==> devtools::check(args =
c('--no-manual','--as-cran'))Status is :
 > > ── R CMD check results 
cartograflow 0.0.0.9000 
 > > Duration: 54.6s
 > > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
 > > R CMD check succeeded
 > > Can you  help me to fix the problem?
 > > Thanks in advance to your replySylvain
 > >    [[alternative HTML version deleted]]
 > >
 > > __
 > > R-package-devel@r-project.org
 mailing list
 > > https://stat.ethz.ch/mailman/listinfo/r-package-devel

 > >
 >
 >
 >        [[alternative HTML version deleted]]
 >
 > __
 > R-package-devel@r-project.org
 mailing list
 > https://stat.ethz.ch/mailman/listinfo/r-package-devel



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel