Re: [R-pkg-devel] Explicitly Calling a Method of a specific Class in a Function

2018-05-07 Thread Georgi Boshnakov
>checking dependencies in R code ... NOTE Unexported object imported by >‘sp:::plot.SpatialPolygons’ ... The above message already shows that plot.SpatialPolygons is not exported. But are you sure that you really wish to call the method and not simply call plot() and let it choose the appropri

Re: [R-pkg-devel] Explicitly Calling a Method of a specific Class in a Function

2018-05-07 Thread Dirk Eddelbuettel
On 6 May 2018 at 11:42, Dr. rer. nat. Michael Thrun wrote: | Dear Developers, | I have currently one note in one of my packages I am unable to solve at my own: | “ | checking dependencies in R code ... NOTE | Unexported object imported by a ':::' call: ‘sp:::plot.SpatialPolygons’ | See the note

[R-pkg-devel] Explicitly Calling a Method of a specific Class in a Function

2018-05-07 Thread Dr. rer. nat. Michael Thrun
Dear Developers, I have currently one note in one of my packages I am unable to solve at my own: “ checking dependencies in R code ... NOTE Unexported object imported by a ':::' call: ‘sp:::plot.SpatialPolygons’ See the note in ?`:::` about the use of this operator. “ The goal is to explicitly ca