similar to: sys.frame() and variables from parent frame

Displaying 20 results from an estimated 1000 matches similar to: "sys.frame() and variables from parent frame"

2002 Mar 22
2
rare bad bug in sys.function() {or match.arg()} (PR#1409)
I found this tracing a bug when experimenting with a new sort() function using match.arg(). It was triggered because mosaicplot.default(.) has an argument called `sort' and calls itself the sort() function in which I was using match.arg()... Here is (input for) a small clean example : #### bad match.arg() // sys.function() bug : #### MM, 22.3.2002 callme <- function(a = 1, mm =
2004 Jan 26
1
Domain + Workgroup with same name: problem?
Hello everybody! I finally managed to set up a Samba 3.0.1 PDC that ran perfectly in the test-environment. Problems arose, when I installed it in a real bureau network. On a prepared w2k client that was already a domain member one could log on to the domain with the administrator's account, but trying to add other w2k clients failed with error msgs like: "Domain controller not
2011 Nov 14
1
about R instalation
Hello, I would like to get help on the instalation of R. I have too few free space in my pc hard disk. So I wonder if it is possible to install R on an external removable hard drive. Can it be done? How should I proceed? Thank you for your help. best regards, Francisca A. S. dos Santos Bronner --
2004 Jan 27
2
MS Word and Samba File Permissions Problem
Hello everybody! Obviously Samba as a PDC and Fileserver for w2k clients is not as easy as I first thought. Soon after setup and integration in a network a problem with the shares and MS Word appeared. Any time a file is opened with M$ Word directly from a share and edited it can't be saved. The M$ user gets the msg that the file is write-protected and on the samba side the file
2004 Feb 18
1
Help! messed up user rights with word and samba 3.0.x
Hello everybody! I need help with a curious problem referring to Word and Samba. I've installed a network with a Samba 3.0.2 PDC and fileserver and about 8 Windows Clients ranging from w2k prof (members of the domain) to XP home. The XP Home users have an account within the domain and so can "mount" the Samba share as a local drive on their computers. All of the users are members
2017 May 11
0
R-3.3.3/R-3.4.0 change in sys.call(sys.parent())
On Wed, May 10, 2017 at 2:36 AM, William Dunlap via R-devel <r-devel at r-project.org> wrote: > Some formula methods for S3 generic functions use the idiom > returnValue$call <- sys.call(sys.parent()) > to show how to recreate the returned object or to use as a label on a > plot. It is often followed by > returnValue$call[[1]] <- quote(myName) > E.g., I see
2003 Sep 26
3
dialing out with the outgoing queue problem.
Hi, I have cvs updated all my modules (zapata, libpri, zaptel and asterisk). I have also read in the archives & seems that no-one has run into this problem. What I'm trying to do is simple. Just make and outbound call using the /var/spool/asterisk/outgoing directory. I copied /usr/src/asterisk/sample.call and only changed the context & extension. I configured my Zap1 to the same
2001 Aug 07
3
Packages: What expressions are allowed outside/before .First.lib?
Sorry for this long message. The two first questions asks for general coding standard when creating packages, the third one asks if the .R files are concatenated in lexical order or not, the fourth question is a "how-to" question. All questions are related. If there is a reference where I can read about this please tell me, because then I could repost a more restricted set of questions.
2017 May 11
1
R-3.3.3/R-3.4.0 change in sys.call(sys.parent())
Here is a case where the current scheme fails: > with(datasets::mtcars, xyplot(mpg~wt|gear)$call) xyplot(substitute(expr), data, enclos = parent.frame()) Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, May 11, 2017 at 1:09 AM, Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > On Wed, May 10, 2017 at 2:36 AM, William Dunlap via R-devel > <r-devel at
2004 Jan 16
1
creating users from w2k with usrmgr and samba 3.0.1
Hello everybody! New to Samba (and the list) I am trying to set up a Samba PDC for a small enterprise network on a Debian Woody (3.0) system with a vanilla 2.4.24 kernel and the Debian package of Samba 3.0.1 and Swat (Debian Versions 3.0.1-2). I ran into various problems and could solve most of them during the past two weeks (hooray!). Most of the problems were related to congestions of user
2017 May 09
3
R-3.3.3/R-3.4.0 change in sys.call(sys.parent())
Some formula methods for S3 generic functions use the idiom returnValue$call <- sys.call(sys.parent()) to show how to recreate the returned object or to use as a label on a plot. It is often followed by returnValue$call[[1]] <- quote(myName) E.g., I see it in packages "latticeExtra" and "leaps", and I suspect it used in "lattice" as well. This idiom
2005 Jun 29
1
Failed "make check" under Fedora Core 4 (PR#7979)
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core 4. It compiled without incident, but 'make check' failed. Below is the relevant part of its report. Is this a known problem? I used a locally compiled version of GCC v4.0.0 that reports [kent at d89h102 R-2.1.1]$ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.0/configure
2013 Nov 25
0
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
On Mon, Nov 25, 2013 at 05:32:23PM +0100, Gonzalo Aguilar Delgado wrote: > Hello, > > I've found a problem running libguestfs on my system. > > The system has /var mounted with a symbolic link to /mnt/bigdata/var > > > > root@red1:/var/log/nova# ls -ld /mnt/bigdata/var > drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var > root@red1:/var/log/nova#
2013 Nov 26
0
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
On Tue, Nov 26, 2013 at 01:06:58PM +0100, Gonzalo Aguilar Delgado wrote: > Starting /init script ... > initctl: Unable to connect to Upstart: Failed to connect to socket > /com/ubuntu/upstart: Connection refused > /etc/init.d/udev: 290: /etc/init.d/udev: > /lib/udev/create_static_nodes: not found > * Starting the hotplug events dispatcher udevd > ...done. >
2013 Nov 27
1
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
Is this on Ubuntu? You probably need to add this patch: https://github.com/libguestfs/libguestfs/commit/ec6f9ee542e0e9ad0109a7522e83ea07b2f8a002 Rich. Hi, Yes it is. I'm trying to find where to put this, but I'm unable to find it. Do I have to compile it?
2004 Jun 08
8
New version of DIAX (0.9.8a) available now for free download
Hi all, A new version of DIAX (0.9.8a) is ready to be downloaded from the following locations: http://www.laser.com/dante or http://www.geocities.com/tdanro What's new in 0.9.8a: - unconditional autoanswer or based on CallerID (user configurable); - use any Ericsson/SonyEricsson GSM/PCS to control DIAX (feedback on the phone display) through Bluetooth (or serial cable). You do not even
2004 Apr 01
1
Still trying program -> phone call
A while back, I asked about using Asterisk in a medical environment where the task is to write a program that connects to a phone and sends a message like: Hello Mrs. Jones. How are you doing today? Press 1 if you're OK. Press 2 if you need help. Or start talking, and your message will be passed to a person. After connecting and sending the sound file, the program would
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys, has someone here implemented rails api for dashboard widget like ruby rdoc widget? http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :blog => "
2006 Apr 28
2
["acts_as_authenticated"] << "Role-Based Authorization Rails Recipe"
hi guys, has anyone here implemented role based authorization from rails recipes into acts_as_authenticated ? how''s it going? Case: there is ONE admin. And MANY users. Admin is the only one who can create, edit, delete user, etc.. users also need to login, but go to different pages. do you guys think it''s good to try rick''s acts_as_authenticated + chad''s
2006 Mar 12
1
alias_method interferes ApplicationHelper
Hello, I''m using Ruby 1.8.4 (darwinport), rails-1.0.0 (gem) , Powerbook / Mac OS X 10.4.5 , Webrick. How come Rails always raises NoMethodError for my helper (must_fill and rp or number_to_currency_rp) in application_helper.rb ? I doubt that alias_method is the culprit, but if i give # comment then there will be no errors at all ... :/ what am i doing wrong? is it a bug or stupid me? Thx