search for: envrionment

Displaying 20 results from an estimated 28 matches for "envrionment".

Did you mean: environment
2011 May 26
3
change function scope?
...d to R's scoping. I've run into the following situation value=0 thefunction <- function() print( value ) somefunction <- function() { value=99; thefunction() } somefunction() now, I understand that somefunction() returns 0 because thefunction() was defined with value=0 in its parent envrionment, it dosent look at all in the environment of somefunction. My question is can I re-scope thefunction in the somefunction environment?? (So that somefunction() returns 99). I've tried various uses of eval() and assign() with their keywords in the definition of somefunction and have had no luck a...
2005 Jul 14
2
Fwd: Re: East Asian language
...m automatically recognized >> my Windows XP was using Chinese language, so now my R console displays >> everything in Chinese. How can I still let R console display in English >> without modifying my Window XP language setup? Thank you so much! > > >E.g. by setting the envrionment variable > LANGUAGE=en > Or, like what I did, change XP language setting back to English from the control panel. >Uwe Ligges > > >> Best, >> >> Nan >> >> ______________________________________________ >> R-help at stat.math.ethz.ch mailing lis...
2004 Apr 08
1
openssh-3.8p1 fails to set TZ environment variable bug
Found on while running on IRIX 6.5.22f, sshd from openssh-3.8p1 nukes its envrionment in main(), causing sshd to loose track of the TZ environment variable passed to it by the system. This means that inside do_setup_env(), the call to getenv("TZ") will never succeed, despite the fact that this variable should have a value.
2012 Jan 18
2
GUI
I'm setting up a Linux box to run R.? I ususally run in a Windows envrionment but after reading the docs I'm not sure what to expect in terms of the front end appearance in Linux.? Does it resemble Windows or will I need Rkward or R Commander?
2006 Nov 23
2
configure issue (PR#9379)
Full_Name: Gordon Lack Version: 2.4.0 OS: Redhat Linux AS2.1 Submission from: (NULL) (198.28.92.5) Not sure whether this is a configure issue or an R one. It's only a minor issue, so this is really just FYI. The code in configure checks for the version of makeinfo by splitting the version string into a major and minor component. The tests on these assume they are numeric. RHAS2.1 shipped
2003 Nov 24
1
ROracle issue with shared library and RMySQL
...roduct/9.2.0/precomp/public :/u01/app/oracle/product/9.2.0/sqlplus/public:/u01/app/oracle/product/9.2.0/precomp/lib My other oracle applications run fine as far as I can tell. I can also compile and execute the Oracle sample12 which does an include of sqlca.h and uses dynamic SQL (under the same envrionment conditions). Is there a way to dump the environment which R executes under? Maybe something is getting dropped. Any help is appreciated. Coburn Watson cpwww at comcast.net
2007 Jun 19
1
Hard Problem /w XenSource / XenEnterprise.
...issues we need to overcome or else we''ll have to use ESX instead. This is pretty high priority so if there is a high-level tech at XenSource who knows how to solve this, we would be really grateful. (1) We want to start-up using a post-boot save of Windows XP and the run a software test envrionment in the VM where any file write to the boot drive (misc, registry etc) is written to a spool/log (similar to a file system journal) so that writes don''t corrupt our common XP image. (2) When we shut down the VM we still need access to the journal so we can do a "diff" on what hap...
2007 Nov 01
1
Problem with compiling 64bit R(2.5.1) under HP-UX(ia64)
...Error 1 After looking up the R Installation and Administration document and seeking help from Google, I still can't get answer why even "bool" in a c file can not be recognized. Using the f90 and cc for Fortran and C because we only have this installed. Is this the problem? Below envrionment variables may associated: SHLIB_PATH=/usr/lib/hpux64:.:/lib/hpux64:.:/rnd/homes/lfan/R251/lib/R/lib:.:/opt/fortran90/lib:.:/usr/lib:/lib LD_LIBRARY_PATH=/usr/lib/hpux64:.:/lib/hpux64:.:/rnd/homes/lfan/R251/lib/R/lib:.:/opt/fortran90/lib LIBPATH=/usr/lib/hpux64:.:/lib/hpux64:.:/rnd/homes/lfan/R251/...
2019 Mar 03
1
Mail Server Guides
...s a program to control clamav and spamassassin. Many people use amavis, but my experience is not very favoufable with this script. I personally prefer MailScaaner, have a look at: www.mailscanner.info for further details. I use, and have used, this set in many circomstances even in large commercial envrionments, and I'm very pleased with it, functinally and in terms of stability. Good luck Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2006 Jun 05
0
Failed to install Globalize plugin
My envrionment is Rails 1.1.2, Ruby 1.8.4, MySQL 5.0.21 on WinXP. When I run ''rake migrate'' after pulling the lastest 1.1 branch of Globalize plugin, I get the following error message: (in C:/Rails/Application/medicalmind) == GlobalizeMigration: migrating ====================================...
2005 May 30
1
Menu Language
Hello, In my windows xp system the regional settings are set to German. However, I still would like to use the English version of R with English menu items and texts. RWinEdt tells me this is necessary in order to use the mdi framework. How can this be achieved with the 2.1 version. In 2.0.1 this wasn't a problem. Reinhold [[alternative HTML version deleted]]
2000 May 24
0
'command' option in authorized_keys
...d it superior to ssh-1.2.27 in many ways (thanks for the good work). I recently found one piece missing from the current release. I have used the 'command' option in the authorized_keys file to restrict access. Using ssh-1.2.27 the original command was placed in the SSH_ORIGINAL_COMMAND envrionment variable. If command is set to a wrapper script, it was able to parse contents of the variable, verify that any variable args are proper and legal, then execute a predefined program passing the appropriate args to that program. Without the environment variable there appears to be no way to access...
2001 Mar 21
1
unix password sync = True?
OK here's the problem: when i use the "smbpasswd" program it doesn't update the "passwd" file in /etc. What i want: The explicate conditions in which Samba to Unix password syncing will operate correctly on a Red Hat 7.0 (Guiness) distro with samba 2.0.7-21ssl (included in distro) IE: perrmissions on passwd and smbpasswd files, password program = ?, password chat =
2012 Aug 22
1
strange behaviour when sourcing inside function
Dear R community, I encounter a problem that is counterintuitive to my understanding of the documentation of source and the "local" argument of that function. With the following code, I would expect the content of "test.R" to be evaluated inside the environment of the function "test". This, however, does not seem to be the case as the object "a" can
2004 Aug 06
1
ACM codec
Hi Brian- BT> I was going to; asked on this list about it back in December. But the BT> documentation on the MS website stinks ... it basically says, "Look at BT> the example GSM 6.10 codec provided in the Microsoft Driver Development BT> Kit and replace the application-specific bits" ... but, while I own a BT> student edition of MS Dev Studio, I don't have an
2004 May 15
1
Fwd: filter out many data.frames
X <- numeric(length(data.frame)) before the loop maybe work, because my computer works and works !? christian ---------- Weitergeleitete Nachricht ---------- Subject: filter out many data.frames Date: Sonntag, 16. Mai 2004 00:02 From: Christian Schulz <ozric at web.de> To: r-help at stat.math.ethz.ch Hi , i would like filter out all combinations of a data-mining result? How i
2012 Jun 22
1
custom type definition failing (for me) in puppetlabs-keystone module
HI all, I''m trying to demo the puppetlabs-openstack module following the the simple example, but not getting very far. the puppetlabs-keystone module is presenting a weird failure state claiming: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type keystone_tenant at
2006 Jul 23
3
Error in executing "ruby script/server"
Hi all, Somebody please advice me what should i do: I installed instant rails and i executed the command "*ruby script/server" *sucessfully for the first time the next time, when i tried to execute the same command, it gave me the error : "Cannot find Gem for rails =1.1.2: Install the missing Gem with ''Gem install -v=1.1.2 rails'' or change your Environment.rb to
2007 Feb 07
0
Domain login across subnets
Greetings, My envrionment is Samba 3.0.23d as a PDC, password backend is OpenLDAP 2.3.27, running on SuSE 10.1; workstations are Windows XP SP2, all recent patches applied. All machines are on the same Class B private IP network. Domain logons function perfectly, performance is very nice. For security and performance re...
2003 Sep 25
5
[Bug 717] AFS tokens are not generated upon login
http://bugzilla.mindrot.org/show_bug.cgi?id=717 Summary: AFS tokens are not generated upon login Product: Portable OpenSSH Version: -current Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org