search for: envionment

Displaying 17 results from an estimated 17 matches for "envionment".

Did you mean: environment
2008 Apr 04
1
Cannot run R from command prompt
...llo, I have installed R 2.6 on windows 2000 and now from the command prompt when I type R it show " 'R' is not recognized as an internal or external command, operable program or batch file." If I change the path to C:\R\R-2.6.2\bin and then type R it runs fine. I have changed my envionment variable Path to C:\R\R-2.6.2\bin; Still its not working. Can you please give some suggestion Thank you Vidhu [[alternative HTML version deleted]]
2007 Aug 01
3
Slightly OT: SNOM & PoE
...are people using today to deploy PoE, and more importantly, PoE to SNOM phones? I believe the model we're working with is the SR224P from Linksys, and the entire model line of SNOM (3XX) Could anybody recommend some well-used/tested PoE equipment that you've found successful in your SNOM envionment? Looking for density of 24-ports plus, and ideally some lower end and higher end equipment, to satisfy the needs of the wide variety of customers we do business with? Thanks, anthony -- Anthony Cennami -------------- next part -------------- An HTML attachment was scrubbed... URL: http://list...
2006 May 13
0
Rails version locking
...(with proper changes to config/environment.rb), it thorws error: can''t activate rails (<= 1.0.0), already activated rails-1.1.2. I did play a little with debugger and found out, that it is not possible to work, since config/boot activates default system rails version, later goes to envionment.rb, and happily :)) fails. Is some nice way to lock version, other than checking out whole rails into vendor sub directory, or hack boot.rb? More on this topic: http://nhw.pl/wp/2006/05/13/continuing-with-rails-version-locking/ Best regards, -- Witold Rugowski http://nhw.pl -- Posted via ht...
2011 Nov 04
1
guestmount error
...ilesystems: guestmount -a /vm/images/archlinux/archlinux.qcow2 \ -m /dev/vg/lv:/ -m /dev/sda1:/boot \ /mnt (The error message indicates you are lacking Augeas, which we use to examine the disk image for the right mountpoints, so you'd have to do that by hand.) (2) Set the following envionment variables and run the original guestmount command again: export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages....
2012 May 23
0
Build error on RedHat EL 5.5: byte-compiling package 'compiler'
...build.txt I searched the archive and find a 2006 mention of the same problem, and the solution was that the user had R_LIBS defined in the environment. I don't have anything like that in the output of "env", but obviously, I'm getting something that confuses the build from the R envionment. I am just a little curious if somebody can explain what's going wrong. pj -- Paul E. Johnson Professor, Political Science ? ?Assoc. Director 1541 Lilac Lane, Room 504 ? ? Center for Research Methods University of Kansas ? ? ? ? ? ? ? University of Kansas http://pj.freefaculty.org ? ? ? ? ?...
2006 May 25
12
RMagick install problems, advice needed
Hi guys, im trying to install rmagick on windows but i have some problems with the post install, im using win2000, ruby 1.8.4 and rails 1.1, all working well. Then i downloaded RMagick-1.9.2-IM-6.2.4-6-win32.zip from http://rubyforge.org/projects/rmagick/ extracted and do the gem install RMagick-win32-1.9.2-mswin32.gem , the gem was installed sucesfully but when i do the postinstall.rb i get
2007 Mar 15
1
How to use result of approxfun in a package?
I am working on a project where we start with start with 2 long, equal-length vectors, massage them in various ways, and end up with a function mapping one interval to another. I'll call that function "f1." The last step in R is to generate f1 as the value of the approxfun function. I would like to put f1 into a package, but without having the package redo the creation of
2010 Mar 17
1
USB Thumbdrive + dos ghost boot image + drive too small = confusion
I will really hate myself if this has already been solved, i searched the archives but didn't really find anything pertaining to it. I have a 2.88mb dos boot floppy image, with ghost.exe, dos nic drivers, and dos system files. It works fine when burnt to a cd. As for the thumbdrive when trying to configure this hpghost.ima file to run from my syslinux.cfg menu, it works and boots up fine but
2016 Jul 31
2
strange behavior in 'inherits' check for loaded S4 object
...e* of the corresponding package unless that does not > yet exist, as in the the 'bootstrap' situations above. > ... or we'd add a new argument to .requirePackage() dealing with > that, or we use two functions: .requirePackage() needed for > boostrapping, returning a package envionment, and > .requireNamespace() used to access class (and generic function!) > environments. > > Well tested patches are very welcome; as is filing a formal > bug report with bugzilla (https://bugs.r-project.org/ ; > (if you have no "account" there, we will have to > man...
2016 Jul 30
0
strange behavior in 'inherits' check for loaded S4 object
...return the *namespace* of the corresponding package unless that does not yet exist, as in the the 'bootstrap' situations above. ... or we'd add a new argument to .requirePackage() dealing with that, or we use two functions: .requirePackage() needed for boostrapping, returning a package envionment, and .requireNamespace() used to access class (and generic function!) environments. Well tested patches are very welcome; as is filing a formal bug report with bugzilla (https://bugs.r-project.org/ ; (if you have no "account" there, we will have to manually create one, for now, see the...
2016 Jul 29
2
strange behavior in 'inherits' check for loaded S4 object
I should add one more item that may be related here -- calling 'methods:::.requirePackage' returns a different result based on whether the package namespace is already loaded or not. If the package namespace is not loaded, the package is loaded and attached, and the package environment is returned: > methods:::.requirePackage("digest") Loading required package:
2016 Aug 02
0
strange behavior in 'inherits' check for loaded S4 object
...ponding package unless that does not >> yet exist, as in the the 'bootstrap' situations above. >> ... or we'd add a new argument to .requirePackage() dealing with >> that, or we use two functions: .requirePackage() needed for >> boostrapping, returning a package envionment, and >> .requireNamespace() used to access class (and generic function!) >> environments. >> >> Well tested patches are very welcome; as is filing a formal >> bug report with bugzilla (https://bugs.r-project.org/ ; >> (if you have no "account" there, we...
2020 Feb 24
6
specials issue, a heads up
I recently had a long argument wrt the survival package, namely that the following code didn't do what they expected, and so they reported it as a bug ? survival::coxph( survival::Surv(time, status) ~ age + sex + survival::strata(inst), data=lung) a. The Google R style guide? recommends that one put :: everywhere b. This breaks the recognition of cluster as a "special" in the
2006 Jun 02
17
Config Revision Control
Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle differences. For example, in sip.conf, iax.conf etc, the bindaddr setting is different. Dundi.conf is very different between each system. At the moment I
2006 Mar 19
38
Macbook for Rails Development
Hi All, I''ve finally got fed up of struggling with Windows and am on the verge of splashing out on a Macbook for Ruby/Rails development. I''ve seen DHH''s post about it on loudthinking but I wondered if anyone else has any more wisdom... Is it worth it over a powerbook? Any tips on good OSX apps for Rails dev (textmate, i know already)? Anything not working well on
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list....
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list....