Displaying 20 results from an estimated 140 matches similar to: "Should NEVER happen; please bug.report() [mkCLOSXP] (PR#7535)"
2009 Nov 26
1
Does nargin and nargout work with R functions?
I am porting some MATLAB functions over to R and hopefully into a package, so I am curious if nargin and nargout work with R functions.
Here is kind of an example of where I need to head in order to port "control-1.0.11" from Octave over to R. The Octave "control-1.0.11" package has the capability to produce bode plots of transfer functions. I hope to post this package once
2009 Nov 23
3
Translation from R codes to SAS.
my teachers doesnt understand R and I don't know how to use SAS.
Anyone interested in translating my codes to test whether your SAS codes are
as good as R???
I can test it on SAS codes once you have translated it ....
regards:working:
--
View this message in context: http://old.nabble.com/Translation-from-R-codes-to-SAS.-tp26486117p26486117.html
Sent from the R help mailing list
2011 Jun 30
1
invalid body argument for function
Hi guys,
Looks like mkCLOSXP cannot handle external pointers as the function body.
Work around is obvious, but I guess it's a bug nonetheless.
> library(RGtk2)
> fun <- eval(substitute(function() x, list(x = gtkWindow())))
Error in eval(expr, envir, enclos) : invalid body argument for "function"
Should NEVER happen; please bug.report() [mkCLOSXP]
> sessionInfo()
R
2005 Feb 24
2
bug report for as.function (PR#7702)
Hi,
I got the following message in R:
Error in as.function.default(pdfs[1]) : invalid body argument for "function"
Should NEVER happen; please bug.report() [mkCLOSXP]
Operating System: Windows XP (SP2)
R version: R-2.0.1
Code causing error follows:
# create two probability density functions for mixtures of normal
distibutions
fmix1 <- function(x) {dnorm(x, mean=4, sd=2) * 0.5 +
1999 Sep 18
1
lambda error update (PR#282)
Matthew Wiener <mcw@ln.nimh.nih.gov> writes:
> > parameters (xxdefun in gram.y calls lang4). The arg count got changed
> > from 0.64.2 to 0.65.0 (from 3 to 4) to accommodate the stored source
> > attribute. I suppose that a function stored in a saved workspace might
> > cause some kind of mess when restored.
> >
>
> If I understand this correctly, it
2002 Aug 06
0
You requested this report (PR#1880)
Hi guys,
I am planning to let my students do some simulations regarding the
bias of the sample standard deviation. The following function is
pretty standard (so I hope :) ):
> sim <- function(nrng, replic, true.s, random, ...){
+ res <- NULL
+ for(n in nrng){
+ data <- matrix(random(n*replic,...), ncol=replic)
+ val <- sqrt(apply(data, 2, var))
+ res <-
2005 Jan 12
0
Function Body / Formals Bug (PR#7495)
I'd like to report two bugs in the R function definitions, the first
slightly problematic, the second likely unimportant. Both of these are
reproducible on both Windows and Linux, R 2.0.1
First Bug:
> a <- new("function")
> formals(a) <- alist(a=, b=, c=, d=)
> a
function (a, b, c) ## the d argument disappeared!
> formals(a) <- alist(a=, b=, c=, d=)
> a
2002 Aug 21
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2006 Jan 16
0
asterisk 1.2.1 crashed
Hi guys,
I'm using asterisk 1.2.1 since a week ago or so. today I found it
crashed when making a call through teliax. This is how it looks:
-- Called xxxxxxxxx@teliax/17075471770
-- Call accepted by 208.139.204.245 (format ulaw)
-- Format for call is ulaw
Jan 16 17:53:56 WARNING[5901]: chan_iax2.c:7535 socket_read: Received
mini frame before first full voice frame
Jan 16
2002 Sep 21
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2005 Jun 09
1
PDC with LDAP backend login issue
Hi all,
I'm very close to having a working setup after blundering through a
couple of typing errors that cost me several days of my life, with the
following config:
Samba 3.0.14a as a PDC
Suse 9.2 Professional
LDAP (eDirectory 8.7.3) passwd backend
Idealx scripts
Windows XP SP1
I can connect to any of the samba shares just fine using any of the
users I've created, from XP and from linux
2007 Feb 20
1
having should_receive expectation for things that happen in setup
Hi!
The following example doesn''t work for me: http://pastie.caboo.se/41732
However, if the call to msg() happens in the specify block after the
expecation and not in the setup, it will pass.
Why is this? I thought the setup method was there to actually
''construct'' the context and the specifications are some kind of
"postconditions" that only need to be
2002 Sep 20
1
What will happen when disk(ext3) is full while i continue to operate files ?
I am sorry if you receive it twice. since the
mail-list said that i can't send mail to it unless i
become one its member.
hi,
My system will crash when the disk(ext3) is full
while i continue to launch 50 proceses to operate
files(such as create, rm, mv, ...). Does ext3 have
such a capability to stop journaling the changes when
it finds there is no space left? or which source file
of ext3
2002 Sep 20
1
What will happen when disk(ext3) is full while i continue to operate files
hi,
My system will crash when the disk(ext3) is full
while i continue to launch 50 proceses to operate
files(such as create, rm, mv, ...). Does ext3 have
such a capability to stop journaling the changes when
it finds there is no space left? or which source file
of ext3 do i need to check it?
My System info:
Redhat 7.3 Linux Kernel: 2.4.18-17
/ : ext3 1.6G /boot : ext3 60M
I
2006 Jan 23
1
when does validation happen
Hi,
In the rails book it show that for most validates helpers there is an
:on option with options :save, :create, :update. The default is for
:save. Using this default will Rails also validate when creating and
updating?
Thanks,
Peter
2008 May 30
0
silent rake test failure--doesn't happen on manual test run
Hi all,
This is kinda weird. I''m working on a plugin. On the same computer
(eg. same gems, ruby, etc.), installed into different apps, it fails
silently in one, but works in the other. The code is identical, since
it''s exported through an svn export.
on app a, it works:
---
$ svn up
At revision 1191.
$ rake
(in /home/.../vendor/plugins/acts_as_media_file_manager)
2013 Feb 20
1
What will happen if I disable reverse check for \\server\printer on samba?
Hi team,
In Samba 3.6, rpc_server/spoolss/srv_spoolss_nt.c file has this stance at
line 1740:
/* some sanity check because you can open a printer or a print
server */
/* aka: \\server\printer or \\server */
DEBUGADD(3,("checking name: %s\n", r->in.printername));
result = open_printer_hnd(p, r->out.handle, r->in.printername, 0);
if (!W_ERROR_IS_OK(result)) {
2012 Sep 26
0
OT; What happen with voipuser.org ?
Hi all,
does someone knows what happen with voipuser.org web site and services?
Registration failed since more than 24 hours and no access to the web
site :-(
Regards
--
Daniel
2017 Dec 10
0
Will writes of any new files happen in the available sub volumes if the subvolume decided by hash is in read only mode?
Hi,
I don't think it happens as then later it would not be possible to get the
file location by hashing. Am I right?
Regards,
Jeevan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171210/c2162a0a/attachment.html>