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

2019-04-04 Thread Maëlle SALMON via R-package-devel
--- Begin Message --- I'd recommend reading https://r-pkgs.org/description.html#dependencies (and the rest of the book is very good as well), it'll help you understand why and how to declare dependencies. Den torsdag 4 april 2019 17:05:02 CEST, cartograf...@gmail.com skrev: How I

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

2019-04-04 Thread cartograf...@gmail.com
I've put dplyr in import item of description file  Envoyé depuis Yahoo Mail pour Android Le jeu., avr. 4, 2019 à 17:04, cartograf...@gmail.com a écrit : How I can declare the dependencies in DESCRIPTION file?  depends: library(dplyr,dependencies =TRUE) Thanks  Envoyé depuis Yahoo Mail

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

2019-04-04 Thread cartograf...@gmail.com
How I can declare the dependencies in DESCRIPTION file?  depends: library(dplyr,dependencies =TRUE) Thanks  Envoyé depuis Yahoo Mail pour Android Le jeu., avr. 4, 2019 à 14:42, Uwe Ligges a écrit : or forgot to declare a dependency on that package in the DESCRIPTION file... Best,

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

2019-04-04 Thread Uwe Ligges
or forgot to declare a dependency on that package in the DESCRIPTION file... Best, Uwe Ligges On 04.04.2019 13:34, Sebastian Meyer wrote: There are probably no clairvoyants around here. So, again, without access to the up-to-date source code of your package, nobody will be able to help.

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

2019-04-04 Thread Sebastian Meyer
There are probably no clairvoyants around here. So, again, without access to the up-to-date source code of your package, nobody will be able to help. "there is no package called ..." means that the given package is not installed in any of the libraries currently in use by R (see .libPaths() for

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

2019-04-04 Thread cartograf...@gmail.com
I follow up your recommendation and for the moment I didn't used "conflicted". So, I've made the nex R CMD check and I have the problem Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :   there is no package called ‘dplyr’ How I can  solve this issue? Thanks in

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

2019-04-04 Thread cartograf...@gmail.com
Thanks to your reply. I've made the modification for week ago. As you can see when I submitted I was 1 ERROR 2WARNINGs 1NOTE  After that I take into account some correction that one person proposed. I've made R-devel check and I've now 1 ERROR 1NOTE  Right now I 'm in platform linux. Have you an

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

2019-04-04 Thread Martin Maechler
> cartograflow@gmail com > on Wed, 3 Apr 2019 18:11:10 + writes: > Hi, > I come back to you  because I have always the problem with devtools::check of my package. But we've told you repeatedly now *NOT* to use it in this case, but rather use R CMD build ...

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

2019-04-04 Thread Sebastian Meyer
Note that output concerning masked objects are just messages which do not cause your vignette to fail. So it is not stricly necessary to start working on these conflicts now. However, looking closely at the win-builder check results

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

2019-04-04 Thread cartograf...@gmail.com
First of all, I used the conflicted package because there had a problem with the package dplyr: Attaching package dplyr Vs stats.  Maybe I've to put the conflicted package in line depends of the description file.  Envoyé depuis Yahoo Mail pour Android Le jeu., avr. 4, 2019 à 8:01, David

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

2019-04-04 Thread David Hugh-Jones
Is “conflicted” in your DESCRIPTION file? Btw, can we see the package source somewhere? On Wed, 3 Apr 2019 at 19:24, cartograf...@gmail.com wrote: > Yes! > > Le mercredi 3 avril 2019 à 20:21:59 UTC+2, Ben Bolker < > bbol...@gmail.com> a écrit : > > > Have you installed the 'conflicted'