Re: [R-pkg-devel] translation .mo files

2020-02-08 Thread Thomas J. Leeper
at package also contains translations so you can see an example of where everything should end up. Best, -Thomas Thomas J. Leeper On Sat, Feb 8, 2020 at 11:05 AM wrote: > Date: Sat, 8 Feb 2020 03:14:54 -0500 > From: Paul Gilbert > To: r-package-devel@r-project.org > Subject: [R-

Re: [R-pkg-devel] Spell checking

2017-06-21 Thread Thomas J. Leeper
On Tue, Jun 20, 2017 at 5:42 PM, Duncan Murdoch <murdoch.dun...@gmail.com> wrote: > On 20/06/2017 11:49 AM, Thomas J. Leeper wrote: >> >> I've now had two packages recently that had uncaught spelling errors >> (i.e., nothing on my local R CMD check --as-cran) that

[R-pkg-devel] Spell checking

2017-06-20 Thread Thomas J. Leeper
, -Thomas Thomas J. Leeper __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] Handling Not-Always-Needed Dependencies?

2016-08-03 Thread Thomas J. Leeper
two scenarios. I think the length and complexity of the discussion in WRE[1] makes clear that Suggests is being used two cover these two very different use cases. -Thomas [1] https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Package-Dependencies Thomas J. Leeper http://www.thomaslee

Re: [R-pkg-devel] Handling Not-Always-Needed Dependencies?

2016-08-02 Thread Thomas J. Leeper
would also be useful, for example in the case you mention. -Thomas Thomas J. Leeper http://www.thomasleeper.com On Tue, Aug 2, 2016 at 5:34 PM, Dirk Eddelbuettel <e...@debian.org> wrote: > > See eg https://www.debian.org/doc/debian-policy/ch-relationships.html > > We have other big fi

[R-pkg-devel] Handling Not-Always-Needed Dependencies?

2016-08-02 Thread Thomas J. Leeper
by changing `install.packages()` to cover "Suggests" by default, changing the meaning of "Depends" and "Imports", or adding a new category to DESCRIPTION. I am interested in hearing your thoughts on this issue. Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] develop package with lots of tcltk in it

2016-05-13 Thread Thomas J. Leeper
Daniel, It doesn't really sound like you're structuring this in the best way. Your tcltk code should probably be in your /R folder. I don't know why you're proposing to put it in /data. Can you also clarify why your code would generating files in the working directory? This isn't necessary to