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 pour

[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, Uwe

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 th

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 adv

[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