why one of the data 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
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: replac
erras...@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 ellip
e in the Roxygen code.
-Original Message-
From: Duncan Murdoch
Sent: Tuesday, February 4, 2020 2:45 PM
To: sierras...@mindspring.com
Subject: Re: [R-pkg-devel] function name conflict problem
If you call it via ellipse::ellipse, you don't need to mention it in NAMESPACE.
I can't
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: rep