Re: [R-pkg-devel] function name conflict problem

2020-02-05 Thread sierrastew
objects (used in the examples) would load the library. From: Hugh Parsonage Sent: Wednesday, February 5, 2020 12:31 AM To: sierras...@mindspring.com Cc: r-package-devel@r-project. org Subject: Re: [R-pkg-devel] function name conflict problem Package karon is the problem. Is that package

Re: [R-pkg-devel] function name conflict problem

2020-02-04 Thread Hugh Parsonage
Package karon is the problem. Is that package in your depends or imports? Does that package use Depends? On Wed, 5 Feb 2020 at 8:24 am, wrote: > In trying to develop a package to be submitted to CRAN, when I do Install > and Reload or devtools::check(), I get the warning: > > > > Warning:

Re: [R-pkg-devel] function name conflict problem

2020-02-04 Thread sierrastew
...@mindspring.com; r-package-devel@r-project. org Subject: Re: [R-pkg-devel] function name conflict problem I find it's well explained in the book by Hadley Wickham: <http://r-pkgs.had.co.nz/namespace.html#imports> http://r-pkgs.had.co.nz/namespace.html#imports If package ellipse is in I

Re: [R-pkg-devel] function name conflict problem

2020-02-04 Thread Max Turgeon
-devel on behalf of sierras...@mindspring.com Sent: February 4, 2020 3:48:16 PM To: r-package-devel@r-project. org Subject: [R-pkg-devel] function name conflict problem Thanks Duncan. Please clarify: if I use ellipse::ellipse in code, do I need to have @importFrom ellipse eliipse in the Roxyge

Re: [R-pkg-devel] function name conflict problem

2020-02-04 Thread Duncan Murdoch
On 04/02/2020 4:21 p.m., sierras...@mindspring.com wrote: In trying to develop a package to be submitted to CRAN, when I do Install and Reload or devtools::check(), I get the warning: Warning: replacing previous import 'ellipse::pairs' by 'graphics::pairs' when loading 'karon' Warning:

[R-pkg-devel] function name conflict problem

2020-02-04 Thread sierrastew
In trying to develop a package to be submitted to CRAN, when I do Install and Reload or devtools::check(), I get the warning: Warning: replacing previous import 'ellipse::pairs' by 'graphics::pairs' when loading 'karon' Warning: replacing previous import 'MVN::mvn' by 'mgcv::mvn' when loading