similar to: obscure error with subsetting as.list() of a function then (PR#9504)

Displaying 20 results from an estimated 1000 matches similar to: "obscure error with subsetting as.list() of a function then (PR#9504)"

2007 Feb 09
0
obscure error with subsetting as.list() of a function then (PR#9506)
Ok, thanks for clearing it up. But: > It's not a bug things work in ways that confuse users when they pry > into things they were not expected to pry into.... Do you have a good= > reason to call this a bug? Well if it's intended to work that way then it's not a bug. As I said, I was computing on the language, in particular writing code = that processes the parse tree of a
2007 Feb 08
2
obscure error with subsetting as.list() of a function then assigning that a (PR#9500)
Hello. I was writing some code that computes on the language and came across this. I can work around it, but thought you might like to know about it. > f <- function(x) { NULL } > a <- as.list(f)[[1]] > a # ie print(a) Error: argument "a" is missing, with no default Note it says *argument* "a", which is strange. In fact, and unsurprisingly, the bug lies with
2007 Mar 06
2
bug: sticky symbol refs? (PR#9555)
Hello. What happens in the following is that I create two simple functions, f and g, on the workspace. Then I replace g. When I then call f, it uses the old version of g. Now clearly, the circumstances for this to happen must be quite special and rare. But I'd say they're not pathological. It seems to require two things: 1) masked versions of f and g on a search position lower down the
2007 Nov 01
0
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10393)
tplate at acm.org wrote: > Running under Windows XP 64 bit, as.POSIXlt()/as.POSIXct() seem > to think that US time zones (EST5EDT, MST7MDT) switched from daylight > savings back to standard time on Oct 28, 2007, whereas the switch > is actually on Sun Nov 04, 2007. > > =20 Not Our Problem. (This sort of thing never is. We are wholly dependent=20 on the OS for this information).
2010 Feb 22
1
grid unit bug? (PR#14220)
The following seems to me to be at least a perverse trap, if not an = outright bug: > is.numeric(unit(1,"npc")) [1] TRUE > is.numeric(1*unit(1,"npc")) [1] FALSE > is.numeric(unit(0,"npc") +unit(1,"npc")) [1] FALSE ...etc. i.e. is.numeric() appears to be TRUE for class "unit" but false for = class ("unit.arithmetic"
2007 Sep 20
1
Bug with Cor(..., method='spearman") and by() (PR#9921)
I posted this on R help, and a few others responded indicating they too were able to replicate the error as a function of missing data. I believe this should not be the case and hence and reporting it here. ### Code provided on R-Help by Ivar Herfindal # Simulate data testdata <- cbind.data.frame(gr=3Drep(letters[1:4], each=3D5), = aa=3Drnorm(20), bb=3Drnorm(20)) # Introduce some missingness
2007 Dec 13
1
Minor documentation bug in R-exts (PR#10515)
This is a minor documentation bug. In the document: Writing R Extensions (R-exts) section 1.6.5 (Summary -- converting an existing package) the 3rd bullet is missing the end of the sentence. Thanks, --please do not edit the information below-- Version: platform =3D i386-pc-mingw32 arch =3D i386 os =3D mingw32 system =3D i386, mingw32 status =3D=20 major =3D 2 minor =3D 6.1 year =3D
2009 Mar 04
0
'anova.gls' in 'nlme' (PR#13567)
There is a bug in 'anova.gls' in the 'nlme' package (3.1-90). The=20 bug is triggered by calling the function with a single 'gls' object=20 and specifying the 'Terms' argument but not the 'L' argument: > library(nlme) > fm1Orth.gls <- gls(distance ~ Sex * I(age - 11), Orthodont, + correlation =3D corSymm(form =3D ~ 1 |
2000 Oct 26
0
New HOWTO content: DSMARK and a few obscure flags
New chapter by Esteve Camps <esteve@hades.udg.es> on ''DSMARK'' for Differential Services: http://ds9a.nl/2.4Routing/HOWTO//cvs/2.4routing/output/2.4routing-9.html#ss9.6 And three obscure settings /proc files that are now documented, thanks to Jorge Novo <jnovo@educanet.net>: /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses,
2011 Jul 07
2
Obscure japanese game crash (mariari)
With `obscure' I mean there is no appdb entry for it. The game (~?UhB?Y - Marisa to Alice -MariAri-) is a technically simple puzzle game, but it crashes during certain animations. `Worlds' (set of levels) show the animation only the first time you try so it is just annoyance, but boss levels always show that animation so you cannot play them. I am using wine 1.3.23; with a clean prefix
2005 Mar 16
0
Obscure * command and audio questions
A few bits and pieces that I hope someone here has answers for. Basically, I'm in the audio business and I hope to get better control of the audio performance in *. 1. I seem to recall seeing a tonelist parameter that allowed tones to be set at levels other than 0, for instance !1000/500@-20 would generate 1 kHz for half a second at -20 dBm0. But this doesn't work and I can't
2019 Nov 01
0
Request to Document obscure SERIAL flowcontrol setting
Hi: I took me a while to figure this out, so I thought it might be good to document on the wiki. When using Syslinux's SERIAL option ( https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX#SERIAL_port_.5Bbaudrate_.5Bflowcontrol.5D.5D ) in conjunction with Serial over LAN ( https://en.wikipedia.org/wiki/Serial_over_LAN), there is no "CTS assertion" (at least with some BIOS), but
2011 May 13
0
Obscure behavior with filesystem update
I've been getting weird results with the recent filesystem update. It appears to be hanging at the transaction test stage endlessly. I can close the ssh connection and the update still goes on. When I use screen I cannot reattach after logout because the screen still shows as attached and I have to use -D -RR to get back to it. Sometimes it succeeds eventually after half an hour, sometimes
2005 Oct 24
0
Obscure login problem with samba as PDC
Hey everyone, I've searched through the archives and can find mention of the problem, but haven't been able to track down an answer. The problem is as follows, certain accounts can't login to the samba PDC server (can't login to the domain, check your password error), while other accounts can. The mystery becomes completely baffling to me when I look at the more recent PC's in
2008 Mar 11
0
[PATCH] Comment an obscure bit of code that sets the --suffix-dels default.
--- ?More work on backup-dir-dels... options.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/options.c b/options.c index 459ad58..ed21704 100644 --- a/options.c +++ b/options.c @@ -1479,6 +1479,11 @@ int parse_arguments(int *argc_p, const char ***argv_p, int frommain) backup_suffix); return 0; } + /* --suffix-dels defaults to --suffix, or empty for a
2011 May 14
0
obscure error message from splines::ns
In the following case, library(splines) tt <- c(55, 251, 380, 289, 210, 385, 361, 669) nn <- rep(0:7,tt) ns(nn,4) ## knots are located at (0.25,0.5,0.75); quantiles = (2,5,7) we get the error Error in qr.default(t(const)) : NA/NaN/Inf in foreign function call (arg 1) because the 75th quantile (the location of the last "interior" knot) ends up on the boundary. As a
2017 May 21
0
[R] Somewhat obscure bug in R 3.4.0 building from source
Inline below... > On 21 May 2017, at 20:57 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 21/05/2017 10:30 AM, Peter Carbonetto wrote: >> Hi, >> >> I uncovered a bug in installing R 3.4.0 from source in Linux, following the >> standard procedure (configure; make; make install). Is this an appropriate >> place to report this bug? If not,
2010 Jan 26
1
poisson.test from stats package does not pass the conf.level (PR#14195)
Hi, The poisson.test function from stats package does not pass the conf.level p= arameter for the two-sample test. Here is an example: poisson.test(c(2,4),c(20,14),conf.level=3D.95)$conf.int poisson.test(c(2,4),c(20,14),conf.level=3D.9)$conf.int Here is the solution, change: RVAL <- binom.test(x, sum(x), r * T[1]/(r * T[1] + T[2]), alternative =3D alternative) to:
2003 Aug 11
3
Print Job Names Are Obscure
Hello all, Is there any way to stuff a more descriptive tag into a print job name? The jobs we're printing now are of the type: smbprn.003447.sdfasa I seem to remember a way to put the sending machine's name into the job name. Any help would be greatly appreciated! -adam University of Denver
2007 Jun 28
0
[1096] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add mapping for another obscure and undocumented event type
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: