similar to: R 2.3.1 on OSX: scrolling command line

Displaying 20 results from an estimated 6000 matches similar to: "R 2.3.1 on OSX: scrolling command line"

2006 Jan 26
1
[R-SIG-Mac] Hist for different levels of a factor
The list of your interest is R-help not R-sig-mac stefano Il giorno 26/gen/06, alle ore 01:20, Sylvain Charlat ha scritto: > Hi, > > Is there any simple way to get histogram for different levels of > factor? > > Say you have the following data set: > > Island Sp.diam > Moorea 1.21 > Moorea 1.27 > Moorea 1.28 > Moorea 1.22 > Moorea 1.28 > Rurutu
2006 Oct 04
3
Compilation issue (PR#9275)
Full_Name: Andrew J. Duba Version: 2.4.0 OS: OS X Submission from: (NULL) (128.252.95.46) I am trying to compile the newest version of R. I am using g77 version 3.4.3 and gcc 4.0. After running gnu make (version 3.8) I get the following error: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2007 Feb 12
0
[LLVMdev] LLVM Build/install error?
On Mon, 12 Feb 2007, Carsten Reuter wrote: > I am trying to build and install LLVM onto a current Debian Linux system > using gcc4 frontend binaries for Red Hat Enterprise Linux4/x86 . > Using the commands below the Build finishes, ignoring an error that > comes up again when I try to make install. > See the messages below. I have no good feeling about the "-i -k" options.
2007 Feb 12
3
[LLVMdev] LLVM Build/install error?
Hi, I am trying to build and install LLVM onto a current Debian Linux system using gcc4 frontend binaries for Red Hat Enterprise Linux4/x86 . Using the commands below the Build finishes, ignoring an error that comes up again when I try to make install. See the messages below. I have no good feeling about the "-i -k" options. Is it OK? Thank you in advance for any advice and best
2007 Mar 05
1
Re: Asterisk Java w/ Threads
With Asterisk-Java the proposed solution to connect to multiple Asterisk servers is to create multiple AsteriskManagerConnection obeject. Each ManagerConnection handles its own thread so there is no need for custom thread handing code. All you have to do is to make sure is the EventListener objects you pass to these connections synchronize access to shared data (if there are such accesses). I
2008 Sep 02
1
Re: Window Scrolling on OSX
I suppose Zach Drayer makes the Darwine version from thisismyinter.net. I tried his version 1.1.3, and it broke my Wine, so have gone back to 1.1.1. Hopefully the next build by either can fix OpenGL as well. I read it can't compile because of a dependancy on an XQuartz library which is too old in the current version. XQuartz 2.3.1 is also overdue. Maybe Kronenberg is waiting on them, too. It
2008 Sep 04
2
Re: Window Scrolling on OSX
Thanks for working on it regardless, all these compiling issues are beyond most of us. Everything is "easy" or "manageable" to fix as long as you know how! I don't know if it's available via Macports, but I imagine Darwine is rather tweaked for the Mac beyond merely being a straight port, I don't know if Macports would throw up similar compiler issues. I received
2004 Feb 20
3
problem with abline for x.y
I'm trying to do a sunflowerplot of Galton's data, with both regression lines and data ellipses, and I must be doing something wrong, because the lines do not intersect at \bar{x}, \bar{y}. The problem is likely in the line for x.y, but I don't know how to specify that correctly. The data is read in grouped form( galton), and then ungrouped (galton2): galton <-
2008 Sep 04
1
Re: Window Scrolling on OSX
I did read something about the Qartzdriver, supposedly by the guy who originated Darwine, but was built for older version of Wine... Don't know if there's current work being done on it. WineHelper is a step in the right direction, but ideally when Wine works better, it shouldn't open various log windows, process windows, and whatnot (while being available for debugging), and X11
2008 Jul 29
2
Window Scrolling on OSX
I think this has been noted in previous posts by others, but I'm noticing it with post-version 1 builds of Darwine for OSX and I'm wondering if there's any way to fix it. The behavior is hard to describe but here goes: when using either Irfanview or Forte Agent, mouse activity in the Windows app causes the window to move downward on the desktop. Each click, the windows jumps
2006 Dec 29
1
R for Reuters
Can we download data of Reuters from R? Just like we have RBloomberg, do we have something like RReuters? Is this under the developing stage? [[alternative HTML version deleted]]
2008 Aug 29
1
Re: Window Scrolling on OSX
I've made an official bug report at bugreport.apple.com Bug ID# 6184567
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 01:59:42AM -0700, Srinivas_G_Gowda@dell.com wrote: > Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you can't have multiple nets with the same address + mask. > Here is what I am trying. > > > **** This works ****************
2014 May 20
2
Need help with [virt net-create]
Is it possible to configure 2 virtual nics in the same ip range ? Here is what I am trying. **** This works **************** cat nw1.xml <network> <name>nw1</name> <domain name='nw1' /> <forward mode='nat' dev='eth2'/> <ip address='192.168.101.1' netmask='255.255.255.0'> <dhcp> <range
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
Hello, I try to install a PDC with Samba 3.0.23 and openldap 2.3.27. I can join the domain with a win-xp-Machine, the User-Accounts are in ldap and looks like the following: dn: uid=ds,ou=people,dc=marco,dc=de userPassword: {crypt}RVp32Kd9mkUek sambaLogonTime: 0 sambaLogoffTime: 0 sambaPwdLastSet: 0 sambaProfilePath: \\homedirs\ds\.ntprofile sambaPwdCanChange: 0 sambaSID:
2008 Apr 10
3
Removing "Parsing /etc/asterisk/manager.conf" from CLI
Hello, Is there any way of removing this line from showing on the console? I have a script that logs in every few seconds to manager and it makes the CLI output very hard to follow because of the " == Parsing '/etc/asterisk/manager.conf': Found". (Yes, Found! manager.conf was there 3 seconds ago, guess what it's still there.) There is a very old feature request about this
2003 Sep 25
3
ungrouping grouped data
I'm sure this is probably simple, but I can't find an answer... I have a data frame (Galton's data on heights of parents and children), in grouped form, parent child frequency 73.5 72.2 1 73.5 73.2 3 72.5 68.2 1 72.5 69.2 2 72.5 70.2 1 72.5 71.2 2 72.5 72.2 7 72.5 73.2 2 72.5 74.2 4 71.5 65.2 1 71.5 66.2 3 71.5 67.2 4 71.5 68.2 3 71.5 69.2 5 71.5 70.2 10 ... and need the ungrouped
2007 Jul 09
10
Monitor events?
Hi all, I would like to know if there is any possibility to send an event when a call is monitored? For both start and stop monitor. There is no event sent on asterisk 1.2 for that monitor case. I did not find any changes regrding that on 1.4. Am I wrong? Is it even possible to send an event when a monitor starts or stop ? Or is this a bad idea. Regards, Daniel
2014 May 20
2
Re: Need help with [virt net-create]
Thanks Daniel. Why was I trying to do something like this ? Two reasons 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization_Administration_Guide/index.html#sect-network-protocols that appears to be two virtual nics sharing the same IP range .. !!! 2. was
2009 Nov 02
2
Desktop.ini in Startmenue
Hello, I've setup a PDC with Samba 3.0.23 and a ldap-backend. Roaming Profiles are working, but I always have the desktop.ini visible in some folders of the Windows-Startmenue. I found several hints for the dos-attributes in smb.conf, buit notthing seems to work. Any hints? Here is my smb.conf: [global] workgroup = example server string = b-login passdb backend