Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-14 Thread Berwin A Turlach
G'day all, On Sat, 7 Apr 2018 10:00:36 +0100 David Sterratt wrote: > On the subject of spell-checking, to avoid false positives when I'm > checking the package, in the directory above the package directory I > create a file called .spell_ignore with one word per

Re: [R-pkg-devel] Question about preventing CRAN package archival

2021-06-03 Thread Berwin A Turlach
G'day Jeff, On Wed, 02 Jun 2021 11:34:21 -0700 Jeff Newmiller wrote: Not that I want to get involved in old discussions :), but... > MIT is more permissive than GPL2, ... this statement depends on how one defines "permissive". MIT requires that you fulfil: "The above copyright notice and

Re: [R-pkg-devel] Native pipe in package examples

2024-01-25 Thread Berwin A Turlach
G'day Duncon, On Thu, 25 Jan 2024 11:27:50 -0500 Duncan Murdoch wrote: > On 25/01/2024 11:18 a.m., Henrik Bengtsson wrote: [...] > I think you're right that syntax errors in help page examples will be > installable, but I don't think there's a way to make them pass "R CMD > check" other than

Re: [R-pkg-devel] Native pipe in package examples

2024-01-25 Thread Berwin A Turlach
On Thu, 25 Jan 2024 09:44:26 -0800 Henrik Bengtsson wrote: > On Thu, Jan 25, 2024 at 9:23 AM Berwin A Turlach > wrote: > > > > G'day Duncon, Uups, apologies for the misspelling of your name Duncan. Fingers were too fast. :) [...] > > But you could always code

Re: [R-pkg-devel] Problem with loading package "devtools" from CRAN.

2024-04-29 Thread Berwin A Turlach
G'day Rolf, On Tue, 30 Apr 2024 01:21:15 + Rolf Turner wrote: > Previously I got an error message from > > install.packages("devtools",lib="/home/rolf/Rlib") > > but now of course I cannot reproduce it. Presumably the install.packages() invocation did not produce an error message

Re: [R-pkg-devel] Problem with loading package "devtools" from CRAN.

2024-04-29 Thread Berwin A Turlach
G'day Rolf, hope all is well. On Mon, 29 Apr 2024 01:19:50 + Rolf Turner wrote: > Executive summary: > > > The devtools package on CRAN appears to be broken. > > Installing devtools from github (using remotes::install_github()) > > seems to give satisfactory results. I somehow have not

Re: [R-pkg-devel] is Fortran write still strictly forbidden?

2024-05-08 Thread Berwin A Turlach
Hi Jisca, On Wed, 8 May 2024 10:37:28 +0200 Jisca Huisman wrote: > I like to use write() in Fortran code [...] But from 'writing R > extensions' it seems that there have been quite a few changes with > respect to support for Fortran code, and it currently reads: > > 6.5.1 Printing from Fortran