Re: [R-pkg-devel] Documenting courtesy S3 methods

2020-08-05 Thread Bert Gunter
g the code to do so) If I am clearly mistaken about this, feel free to dismiss without reply. Cheers, Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic

Re: [R-pkg-devel] incomplete gamma function Fortran subroutine

2020-07-21 Thread Bert Gunter
BTW, if you search for "incomplete gamma function" on Rseek.org, you will find whole packages for this. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom Count

Re: [R-pkg-devel] incomplete gamma function Fortran subroutine

2020-07-21 Thread Bert Gunter
Why? -- see ?dgamma See also the section on including fortran code in "Writing R Extensions," which should be your first port of call for such questions. If neither of these is what you need, it may be helpful if you explain why not. Bert Gunter "The trouble with havi

Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Bert Gunter
Did you not post this before and receive answers? Please explain why the previous answers were insufficient. "Some notes are not fixable" is not a satisfactory response. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it

Re: [R-pkg-devel] [External] Re: Two packages with the same generic function

2020-06-23 Thread Bert Gunter
with another generic of the same name that is exported. At least that's my understanding. However, this discussion is getting too esoteric for me, so I'm just going to shut up and leave it to folks who are more knowledgeable. With apologies for my noise. Bert Gunter "The trouble with h

Re: [R-pkg-devel] [External] Re: Two packages with the same generic function

2020-06-22 Thread Bert Gunter
OK. Thanks. Bert Gunter On Mon, Jun 22, 2020 at 7:51 PM wrote: > On Tue, 23 Jun 2020, Bert Gunter wrote: > > > "Users don't get warned about overriding names in packages they've > > loaded, because that would just be irritating." > > All Duncan is saying is

Re: [R-pkg-devel] Two packages with the same generic function

2020-06-22 Thread Bert Gunter
tating" because if silent, how would they know? Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 22, 2020 at 5:58 PM Mark Leed

Re: [R-pkg-devel] Two packages with the same generic function

2020-06-22 Thread Bert Gunter
) explicit call under such assumptions? If pkgA has a long name, what might one do? Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun

Re: [R-pkg-devel] Uncaught use of internal functions from other packages in R CMD check

2020-06-15 Thread Bert Gunter
Do note that ?asNamespace says: "Not **intended** to be called directly," (emphasis added) but not "should never be called directly" or some such. I don't know if this makes a difference to package checking, but it isn't clear to me that it would. Cheers, Bert Gunter &quo

Re: [R-pkg-devel] A Note about Vignette

2020-05-11 Thread Bert Gunter
You really need to read the 'Writing R Extensions" manual, in particular the section on the DESCRIPTION file. You are asking basic questions that are covered there. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it.&quo

Re: [R-pkg-devel] Assigning values to fields in Reference Classes

2020-05-11 Thread Bert Gunter
What does this have to do with package development? Seems more like a query for r-help. Cheers, Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic str

Re: [R-pkg-devel] Documentation for non-user-level objects

2020-05-10 Thread Bert Gunter
ves this help page, but foo is excluded from several object indices, including the alphabetical list of objects in the HTMLhelp system." Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berke

Re: [R-pkg-devel] [FORGED] Math symbols in .Rd files

2020-04-22 Thread Bert Gunter
ght be useful to a few folks on occasion. Bert On Wed, Apr 22, 2020 at 7:17 PM Rolf Turner wrote: > > > On 23/04/20 11:03 am, Bert Gunter wrote: > > > OS: Mac OSX Catalina > > R Version 3.6.3 > > UTF-8 declared as Encoding in DESCRIPTION file > > > > First, apo

[R-pkg-devel] Math symbols in .Rd files

2020-04-22 Thread Bert Gunter
to plain text? Thanks. Again, my apologies for asking this again, but I just wanted to be sure my understanding is correct -- or find out where I'm confused. Bert Gunter __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R-pkg-devel] Validate CRAN package using a linked library

2016-09-14 Thread Bert Gunter
Are you aware of Ryacas or rSymPy ?? If not, does it really add anything to these? If so, feel free to ignore. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it.” -- Opus (aka Berkeley Breathed in his "Bl

[R-pkg-devel] vignette issues

2016-09-12 Thread Bert Gunter
version available in /docs. What is “appropropriate behavior” for me to avoid these warnings? Best, Bert Bert Gunter __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel