similar to: Error loading R Commander with version 2.10.1 on MacOS 10.5 or 10.6

Displaying 20 results from an estimated 3000 matches similar to: "Error loading R Commander with version 2.10.1 on MacOS 10.5 or 10.6"

2009 Feb 10
1
error using R Commander for text file import
I am getting the following error on iMac running Mac OS 10.5.6; this occurs whenever I try to import a text file into R Commander: Error in splitCmd(command) : unbalanced quotes Thus, I am unable to import data into R Commander. Any suggestions as to how I might fix this error? I have gotten it many times with more than one installation of R 2.8.1 on this computer. Dwight Krehbiel Bethel
2012 Feb 15
10
any recent experience combining GlusterFS w/ Xen?
Hi Folks, Anybody have any recent experience building a small cluster that combines GlusterFS and Xen (with bonus points for a Debian environment)? We''re getting ready to shift from a 2-node Xen/Pacemaker/DRBD environment to a 4-node environment - and I''d really like to be able to create/migrate/failover/delete VMs transparently across all 4 nodes. Seems like Gluster might
2019 Sep 18
3
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight Thanks for the feedback. For the issue you reported, there has been few reviews trying to tweak the -mllvm option when using legacy LTO interfaces (myself included) but it never got enough traction to moving forward. Note how -tailcallopt is implemented as a -mllvm flag means that it is a debug option and probably not well tested. The option is also not stable which means it can be
2019 Sep 18
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight, Welcome to LLVM-dev! A few comments below. Cc'ing a few people who hopefully can add info on some of the specific issues here. Teresa On Wed, Sep 18, 2019 at 9:04 AM Dwight Guth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > I am lead developer of a project that is using LLVM to implement an > ahead-of-time compiled functional language. We use llc
2010 Mar 14
3
R and R commander
Hi, I am a student studying Biostatistics at University. We have been advised to install R and R commander. I managed to do this successfully, except I wasn't able to complete the final step - which would enable both R and R commander to launch when I open the R icon on my desktop. However, I haven't been able to save it and for this to work. The last instructions we were given are:
2005 Dec 20
7
wrong id for activerecord object when using :joins in mysql
I''m using a find with a :joins clause, like this: :joins => "JOIN table_b ON table_b.id=table_b_id" The records returned are used in a scaffold generated list page. The edit, show, and destroy links are getting the wrong id. They are getting the id of the table b record. When I run the query using mysql, I see that the query returns *2* id columns, the id of the main
2004 Jul 07
4
Setting home path to a dir within a users Linux home dir
Is there a trick to append an additional directory level onto the defauly behavior of a [homes] share looking in /etc/passwd to find the users Linux home dir? It would offer a bit of protection if Windows clients ended up in say the WinHome directory within their Linux home directory when logging in from Windows so they are not tempted to tamper with their desktop settings files for Linux from
2019 Sep 16
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi, I am lead developer of a project that is using LLVM to implement an ahead-of-time compiled functional language. We use llc -tailcallopt to ensure that functions that end in a tail call are compiled to a tail call at the machine level, because we have a number of cases in our interpreter where functions with different function signatures call one another in deeply nested recursive calls. We
2010 May 09
47
IOMMU and AMD 890fx
Hi, All the reviews for the AMD 890fx chipset reported that it supports IOMMU v1.2. But I cannot find any mention of that on AMD site. Does 890fx support IOMMU? Do 890fx motherboards with IOMMU exist? Does Xen support 890fx? Regards, Leonardo _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 07
4
inexpensive ways to make a rails application highly available? mysql replication?
I''m interested in making a low volume rails application very available. This means that I would like to have an alternate server for those times when the primary server is unavailable for whatever reason. Virtual private servers are fairly inexpensive so one could have a rails application on 2 different vps systems (not on the same server, possibly not even in the same city).
2004 Jun 07
1
Migrating to new Samba - LDAP schema change
I'm working on upgrading a Samba server from Version 2.2.8a to Version 3.0.4. One of the things I've noticed is that the samba.schema has changed. I'll admit that I haven't done an exhaustive search yet, but in looking over the documentation I haven't seen any mention of anything that needs to be done to migrate an existing directory to the new schema. Are there any tools
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using apache and scgi. The application runs fine with webrick. I have a site. Let''s call it "mysite.org". There is a variety of content on that site. I would like to add a rails application to that site. Let''s call the application "myapp". So we will have urls of the form
2010 Aug 05
2
Accessing memory PCI config space from a com32 module
I need to do PCIe memory mapped configuration space access from a com32 module. (ECAM, memory mapped, not CAM, which uses I/O port access). I know how to find the base address to the config space in Linux and use ECAM to access configuration registers. com32/lib/pci does not use ECAM. In Linux the region for ECAM is referred to as PCI MMCONFIG. (often shows up as e0000000-efffffff, see
2003 Aug 15
2
User Signal 1
Hi, I have been struggling over the last couple of weeks with cron jobs running rsync commands that would simply disappear without completing. I was finally able to run the same rsync command manually and have it die. It put a message on my screen which said "User Signal 1". Could someone tell me what conditions cause a User Signal 1 to terminate the rsync process and what I
2008 May 20
1
Issues Encoding FLAC files in Vista.
Hi There, This is my first posting to this board. I am having trouble encoding FLAC files from .WAV files. I get a quick flash of a DOS screen and nothing happens. Decoding FLAC files from .WAV files works fine. Is this a known issue with Vista? Is there a workaround or a fix? Thanks! Dwight
2019 Sep 18
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
On Wed, Sep 18, 2019, 2:39 PM Steven Wu <stevenwu at apple.com> wrote: > > > On Sep 18, 2019, at 10:24 AM, Steven Wu <stevenwu at apple.com> wrote: > > Hi Dwight > > Thanks for the feedback. For the issue you reported, there has been few > reviews trying to tweak the -mllvm option when using legacy LTO interfaces > (myself included) but it never got enough
2006 Feb 07
17
Easy way of dealing with nil properties in templates?
Is there an easy way to deal with nil properties in templates? All I''m aware of are these methods, and it''s quite tedious and surely violates DRY. <%= @member.name unless @member.name.nil? %> <%= @member.name.to_is %> <%= "#{@member.name}" %> csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the
2011 Jul 05
0
MacOS X 10.6, symlinks and shadow copies
Running with Samba 3.5.4, the Samba3x packages from CentOS 5.6 with added gpfs and tsmsm VFS modules against a GPFS 3.4.0.6 file system. Unix extensions are turned off because otherwise OS X 10.5 messes with group ownership and permissions and shares for "groups" don't work as required. Unfortunately being at a University I don't get to control the environment tightly, unless
2006 Jan 03
2
help me understand association attributes
I have a model with a belongs_to association. The first model is called Thing and the associated model is User. I''m attempting to assign the user to the thing. To accomplish this I used a before_save method, like this: class Thing < ActiveRecord::Base belongs_to :created_by, :class_name => "User", :foreign_key => "created_by_user_id" def before_create
2006 Jan 25
3
web calendar component
I''m a RoR newbie coming from asp.net. asp.net has a web calendar control (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsCalendarClassTopic.asp) . Is there something similar in the RoR world? -- Posted via http://www.ruby-forum.com/.