Re: [Rd] Internet access and R CMD make check-devel

2020-10-05 Thread Thomas J. Leeper
so the process > never completes, or...? > > Best, > ~G > > On Mon, Oct 5, 2020 at 9:49 AM Thomas J. Leeper > wrote: > >> I am trying to install R on CentOS (either 7 or 8, behavior is the >> same) in an environment behind a firewall and while I am able to ru

[Rd] Internet access and R CMD make check-devel

2020-10-05 Thread Thomas J. Leeper
ible? Or, make tests that require internet access into a distinct `check-internet` or similar? As an additional reference, the same conditional statement appears to also be used in these other tests: https://svn.r-project.org/R/trunk/tests/CRANtools.R https://svn.r-project.org/R/trunk/tests/libcurl.R

Re: [Rd] Return/print standard error in t.test()

2019-02-23 Thread Thomas J. Leeper
(res) > >> [1] "htest" > >> > >> and if you really want to print the SE as a matter of course, you > could always write your own wrapper for t.test() that returns an object of > class, say, "t.test" for which you can provide

Re: [Rd] Return/print standard error in t.test()

2019-02-21 Thread Thomas J. Leeper
orking in a statistical computing environment like R (or > Stata, for that matter) is that you can make things work the way you like. > > Best, > John > > - > John Fox, Professor Emeritus > McMaster University > Ham

[Rd] Return/print standard error in t.test()

2019-02-21 Thread Thomas J. Leeper
print() method isn’t updated? Or, better, update the print() method to display this as well? Best, Thomas [1] https://twitter.com/amandayagan/status/1098314654470819840?s=21 -- Thomas J. Leeper http://www.thomasleeper.com [[alternative HTML version deleted

Re: [Rd] Where does L come from?

2018-08-26 Thread Thomas J. Leeper
As long as we're on this point about not many users knowing about "L" notation, I'm going bump my earlier suggestion that it be at least mentioned in the `? integer` documentation page: https://stat.ethz.ch/pipermail/r-devel/2018-May/076203.html Cheers, -Thomas > From: Duncan Murdoch > To: =?UTF

[Rd] Mention L suffix in integer man page?

2018-05-15 Thread Thomas J. Leeper
eference to the `? NumericConstants` man page and/or a cross-reference to the `? ':'` or `? seq` man pages, which describe how particularities of how integer sequences can be (reliably) constructed. Again, just a suggestion. -Thomas Thomas J. Leeper ___

[Rd] get_all_vars() does not handle rhs matrices in formulae

2017-03-30 Thread Thomas J. Leeper
`variables` to the wrong structure (making a three-column data frame instead of a two-column data frame) and therefore misnames the resulting columns. I unfortunately don't know the most sensible/general way to solve this, otherwise I would submit a patch. Anyone know how to fix this last line? Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Documentation of model.frame() and get_all_vars()

2017-03-26 Thread Thomas J. Leeper
s, new = 2) : variable lengths differ (found for '(new)') But, maybe that's something for the "Details" section? (Or it's a bug - I don't really know.) Thanks in advance for your consideration. Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] NEWS.md support on CRAN

2015-06-05 Thread Thomas J. Leeper
pect other new package authors might be in the same place (i.e., just not aware that such a file is helpful for end users). Thomas J. Leeper http://www.thomasleeper.com On Fri, Jun 5, 2015 at 6:32 PM, Duncan Murdoch wrote: > On 05/06/2015 8:16 AM, Thomas J. Leeper wrote: >> >> It&#

Re: [Rd] R-devel Digest, Vol 148, Issue 5

2015-06-05 Thread Thomas J. Leeper
It's disappointing that many packages do not have a NEWS file. Perhaps CRAN should require NEWS or CHANGELOG, as long as the system is being reformed to potentially accommodate markdown anyway. -Thomas Thomas J. Leeper http://www.thomasleeper.com On Fri, Jun 5, 2015 at 12:00 PM,

[Rd] Bug in URLencode and patch

2015-01-11 Thread Thomas J. Leeper
lowercase digits 'a' through 'f', respectively. If two URIs differ only in the case of hexadecimal digits used in percent-encoded octets, they are equivalent. For consistency, URI producers and normalizers should use **uppercase** hexadecimal dig

Re: [Rd] [R logs] Help in develop a simply logs package

2014-10-08 Thread Thomas J. Leeper
s to the widget instead of the console. Following this design, instead of writing to the widget, you could write all of that to some kind of formatted log file. The package is on CRAN and you can take quick look at the source code on GitHub: https://github.com/leeper/rite/blob/master/R/rit

[Rd] Graphical parameters xaxs/yaxs

2014-02-18 Thread Thomas J. Leeper
" Should the plot.window documentation be corrected to say "r" is the default or am I missing something? Thanks, -Thomas Thomas J. Leeper http://www.thomasleeper.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Display instruction text on package load

2012-04-08 Thread Thomas J. Leeper
Great! I will look into .onAttach, .onLoad, and packageStartupMessage. Thanks so much! -Thomas On Sat, Apr 7, 2012 at 4:27 PM, Thomas J. Leeper wrote: > I'm currently working on a new package for R that interfaces with an API. > Most of the package's functionality requires us

[Rd] Display instruction text on package load

2012-04-08 Thread Thomas J. Leeper
ve. Thanks for your help! And sorry if there's an obvious answer to this that I am oblivious to. -Thomas -- Thomas J. Leeper PhD Candidate, ABD Department of Political Science Northwestern University lee...@u.northwestern.edu http://www.thomasleeper.com