Re: [R-pkg-devel] How to get rid of R CMD check warning/note for new S4 classes

2021-02-09 Thread Sebastien Bihorel
\alias{gDesc-class} in my S4 class .Rd files prevents the WARNING to be reported, but this does not feel right, since these are classes from the grid package. Any suggestions? Sebastien --- From: David Kepplinger Sent: Tuesday, February 9, 2021 19:11 To: Sebastien Bihorel Cc:

Re: [R-pkg-devel] How to get rid of R CMD check warning/note for new S4 classes

2021-02-09 Thread Sebastien Bihorel
Thanks David I will work in this direction. From: David Kepplinger Sent: Tuesday, February 9, 2021 19:11 To: Sebastien Bihorel Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] How to get rid of R CMD check warning/note for new S4 classes   Dear Sabastien, Your second approach

[R-pkg-devel] How to get rid of R CMD check warning/note for new S4 classes

2021-02-09 Thread Sebastien Bihorel
Hi I posted the following message on Jan 2nd and got no response... Assuming that my timing was off (everybody was probably still on vacation or recovering from New Year's celebration), I am taking the liberty to post it again, hoping that I'll reach a larger audience today. -- I am

[R-pkg-devel] How to get rid of R CMD check warning/note for new S4 classes

2021-01-02 Thread Sebastien Bihorel
Hi I am creating a few S4 classes for a package. These classes include slots set to classes obtained using setClassUnion (some common across the new S4 classes). The code is functional but `R CMD check` keeps on reporting notes or warnings whatever I try. I am pulling my hair on this one and

Re: [R-pkg-devel] Question about package dependency

2020-12-22 Thread Sebastien Bihorel
Hi Neal, The database is beyond specific in our case and for internal use only. External users should not be able to interact with it. I will look into the Suggests approach. Thanks From: Neal Fultz Sent: Tuesday, December 22, 2020 20:34 To: Sebastien Bihorel

Re: [R-pkg-devel] Question about package dependency

2020-12-22 Thread Sebastien Bihorel
Thanks David, I will look into your suggestion more. Sebastien From: David Bosak Sent: Tuesday, December 22, 2020 20:27 To: Sebastien Bihorel ; r-package-devel@r-project.org Subject: RE: [R-pkg-devel] Question about package dependency Hi Sebastian: What

[R-pkg-devel] Question about package dependency

2020-12-22 Thread Sebastien Bihorel
Hi I am working on modifying a package originally developed for use within my company, with the intent to distribute it to users external to our company. The package currently depends on ROracle to extract data from an Oracle database. The modifications I am implementing would allow the package