similar to: Private Variables in R5-Classes possible?

Displaying 20 results from an estimated 500 matches similar to: "Private Variables in R5-Classes possible?"

2013 Apr 30
1
trace with reference class
Hi The final line of the example in ?setRefClass induces an error: > ## debugging all objects from class mEdit in method $undo() > mEdit$trace(undo, browser) Error in envRefInferField(x, what, getClass(class(x)), selfEnv) : 'undo' is not a valid field or method name for reference class "refGeneratorSlot" $trace tries to embed the trace in the generator object (instead
2010 Nov 13
2
[LLVMdev] Possible bug in llvm-gcc
Hi all, I was on stackoverflow when I came across this question: http://stackoverflow.com/questions/4173107/llvm-gcc-stdallocator-bug. It's causing a segmentation fault when compiled with llvm-g++ but not when compiled with g++. It also works under OS X but not under Ubuntu 10.10. I've reduced a test case down to the following: #include <vector> struct blub {}; struct intvec :
2011 Aug 12
1
problems joining Windows 2003 Domain
Hi all, I have some problems joining an AD Domain hosted by some Windows 2003 DCs. Tried with v3.5.11 from Debian Unstable, v3.5.6 from Debian Squeeze and v3.2.5 from Debian Lenny, all showed the same problem. please find attached log generated from net ads join -U Administrator -d 99 I always get: Failed to join domain: failed to find DC for domain BLUB.LOCAL DNS entries are OK, forward,
2012 Aug 05
1
setting invalid fields on reference classes sometimes allowed
I've found that reference class objects tend to behave like plain old environments wrt field access, unless a method on e.g. $<- is explicitly defined. Here is a code snippet: library(methods) Foo <- setRefClass("Foo") foo <- Foo$new() foo$a <- 2 # why does this succeed? not a valid field! ## set a silly $<- method setReplaceMethod("$", "Foo",
2001 Dec 10
1
Font problem with delphi application
Hi all, I am having a problem with a small Delphi address database application. When attempting to display the address details from one of a list of addresses, an empty text area is displayed instead of a text area containing address details. Screenshots of the app in windows and wine can be found here: http://www.blub.net/~wouter/wine/windows.png http://www.blub.net/~wouter/wine/wine.png The
2015 Jan 23
4
No symlink support on SMB2 and SMB3?
Hello, I am using Samba version 4.2.0rc4-GIT-4701d74. When using a connection in protocol smb2 or smb3, the unix client says symlinks are not supported, for example: # mount //ip.addr/Programs ./tmp -o vers=3.0 # cd tmp # ln -s bla blub ln: failed to create symbolic link ?blub?: Operation not supported # mount //ip.addr/Programs on /mnt/tmp type cifs
2010 Nov 07
3
help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!
http://r.789695.n4.nabble.com/file/n3031344/RSV.Rdata RSV.Rdata I want to split my dataset to training set and test set using kennard-stone(KS) algorithm, it is lucky there is R packages soil.spec to implement it. but when I used it to my dataset, it does not work, who can help me, how reasons is it, below, it is my code, and my data in the attachment.
2011 Mar 29
1
[Fwd: Auth problem]
Hello any help would really be appreciated :) ---------------------------- Original Message ---------------------------- Subject: [Samba] Auth problem From: blub at trans.am Date: Fri, March 25, 2011 12:42 pm To: samba at lists.samba.org -------------------------------------------------------------------------- Hello I've got a problem with users from a Winxp client
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register. Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none. Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2010 Jul 08
1
trash folder (again)
Hi, I read very intently all the issues related to imap trash folders, but either I didn't unerstand them or my problem is slightly different. I plan to migrate from cyrus to dovecot. I've executed the perl script cyrus2dovecot successfully with the substitution flag "-E 's/^\./.INBOX./'" cause I want to have all folders as subfolders of the INBOX. The vmail dir
2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
We (the lme4 authors) are having a problem with doing a proper deep copy of a reference class object in recent versions of R-devel with the LAZY_DUPLICATE_OK flag in src/main/bind.c enabled. Apologies in advance for any improper terminology. TL;DR Is there an elegant way to force non-lazy/deep copying in our case? Is anyone else using reference classes with a field that is an external pointer?
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all, I got one problem with comparing strings like if any string is like "*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*." and i have to compare "*GRAY-WHITE*" with the above string or otherwise i have to compare " *TUMOR BENIGN*" this string with "*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*" i
2008 Feb 13
1
Openssh + x509 patch problem
Hi all, I'm trying to install ssh server based on x509 certificates with no result. What I've done is the following: - Build openssh4.7p1 after patching with openssh-4.7p1+x509-6.1.diff.gz without error using ./configure --prefix=/opt/ssh && make && make install in both server and client machines - Create minimal openssl ca structure under /opt/ssh/etc/ca ( self
2017 Jun 23
1
setReplaceMethod creates 'object' in the userworkspace
Hi, I recognized that the function 'setReplaceMethod' is creating a character vector in the user workspace having the name (e.g. "newClass") of the class used as value. If you can sort out a mistake by myself, I would like you to file a bug report. BBFN, Jonathan setClass("newClass", representation(value="numeric")) setMethod(f = "initialize",
2017 Jun 23
1
setReplaceMethod creates 'object' in the userworkspace
Hi, I recognized that the function 'setReplaceMethod' is creating a character vector in the user workspace having the name (e.g. "newClass") of the class used as value. If you can sort out a mistake by myself, I would like you to file a bug report. BBFN, Jonathan setClass("newClass", representation(value="numeric")) setMethod(f = "initialize",
2002 Dec 12
0
Printproblem WinXP / Samba / Cups
I'm using Samba 2.2.3 (Debian-testing) and CUPS 1.1.15 with a HP-Deskjet950c Printing from all Linux-Clients works fine. I also can print any document from the Windows-Boxes ( XP & 2k ). The Problem is : If I want to make more copys than one I still get one paper printed out! This problem only appears when printing from Windows to the Samba-Share. I also tested lpr/lpd printer spooling
2002 Dec 15
1
can't print more copys than one
I'm using Samba 2.2.3 (Debian-testing) and CUPS 1.1.15 with a HP-Deskjet950c Printing from all Linux-Clients works fine. I also can print any document from the Windows-Boxes ( XP & 2k ). The Problem is : If I want to make more copys than one I still get one paper printed out! This problem only appears when printing from Windows to the Samba-Share. I also tested lpr/lpd printer spooling
2003 Dec 01
0
No subject
to print. Contained within each document was the code (postscript is a computer language which runs on some printers.) to output multiple copies. That is, samba has no influence on the number of copies printed, at least with postscript printers. So, maybe this is a driver problem, not a samba problem? Shifting now to pure speculation, maybe the windows client computer and the printer need to
2005 Feb 24
4
r: functions
hi all i have a function that uses two inputs, say xdata and ydata. An example is the following, simple1<-function(xdata,ydata) { ofit<-lm(ydata~xdata) list(ofit) } say i use arbitray number for xdata and ydata such that D = x1 x2 y 1 1 10 2 6 6 3 10 7 x<-D[,1:2] and y<-D[,3] if one uses these inputs and rund the program we get the following: >simple(xdata=x,ydata=y)
2009 Jun 17
0
nls with weights
Hi there, I don't have much experience with fitting at all and I'd like to get some advice how to use the "weights"-argument with nls correctly. I have created some data with a sigmoidal curve shape. Each y-Value was generated by the mean of three values. A standard deviation was calculated too. Now, I'd like to weight the data points respective to its standard