similar to: Comments in read.table

Displaying 20 results from an estimated 1000 matches similar to: "Comments in read.table"

2001 Oct 31
3
problem with help.start() in R (PR#1156)
Hi, The function help.start() assume that the brower is netscape which is no longer the dominant brower in used. I am using now opera and other use mozilla or Microsoft IE. I can always type help.start(browser="opera"), but it is not convenience: I would like to be able to set the default brwsernone for all. But the real bug is that even after launching
2002 Feb 20
3
importing images
I would like to import "tif" images in R and I do not find any function that can do that. In Matlab there exists the function "imread" that can read the most known images format. Does a similar function exist for R ? Thanks in advance -- Herve CARDOT ____________________________________________________________ Unite Biometrie et Intelligence Artificielle, INRA Toulouse BP
2005 Aug 17
4
XML Revisited
Hello Guys. I recently contacted polycoms tech support asking if their phones supported XML pushed information to which they replied that only model 600 had a microbrwoser capable of reading dhtml files and such. My question to the community is: is somebody doing any XML info push to any brand of phones except Cisco? How are you doing it? One of the wonders of VoIP should be the means to send
2011 Nov 28
4
Puppet Windows: Spaces in file paths a problem?
I thought I read somewhere in Puppet docs/wiki... that it is "recommended" to avoid spaces in file paths, or some similar verbiage, but now I cant find it. Does Puppet have any known issues with spaces in file paths? It would of course scare Windows admins away... So I hope I am wrong in thinking I read that. Thanks a lot, Mohamed. -- You received this message because you are
2005 Feb 17
3
icecast stats
That is why I asked for a protocol :) Why we have to go the extra mile of parsing the XML, that will contain plenty of info we don't need !! Anyway, thank you for the tips. On Thu, 17 Feb 2005 10:39:26 +1100, Michael Smith <mlrsmith@gmail.com> wrote: > On Wed, 16 Feb 2005 16:23:03 +0200, Mohamed Eldesoky > <eldesoky.lists@gmail.com> wrote: > > I don't mind using
2011 Nov 29
5
puppetlabs-firewall: source param as array
Hi, am trying this rule: firewall { ''100 allow ssh from GUNET'': proto => ''tcp'', dport => ''22'', source => [''10.0.0.0/8'',''192.168.0.0/16'',], action => accept, } and it only seems to add a rule for the first subnet. The second is silently
2013 Mar 15
3
reviewer comment
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130315/7300f19c/attachment.pl>
2011 Oct 12
4
Python yaml help
Sorry for being off topic. am trying the following and yaml fails to construct the object: The inventory document, from Puppet dashboard inventory service, looks like: --- !ruby/object:Puppet::Node::Facts name: pirates.uis.example.com values: productname: VMware Virtual Platform kernelmajversion: "2.6" My code: class PuppetFacts(yaml.YAMLObject): yaml_tag =
2011 Nov 18
10
msi package provider: Invalid parameter install_options
C:\Users\ml623>puppet --version 2.7.7 Puppet complains about a package resource I am trying to use saying: Invalid parameter install_options The resource is defined as: package { "splunk": name => $gu_splunk::client::splunk_package, provider => ''msi'', ensure => installed, source =>
2011 Apr 13
17
Deploy puppet via NFS?
In our environ, there are several services that are deployed via an NFS mount, so that the executables and configs are consistent across the board. Is there any reason why this couldn''t be done with Puppet? For example, each individual system would contain its own /etc/puppet and rc.d and pid files -- but the primary deployment would come from NFS. For that matter, as Enterprise
2010 Jul 12
3
need information
Dear All. I want to become a wholesale VoIP traffic Provider , and i don't have a experience about the software used this career . I ask about Freeside billing system , FreeRADIUS AAA server and Asterisk telephony server gave me all i need to start my business . thanks -- Best Regards Mohamed Daif -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 09
5
vCPUs and Weight/Caps
Hello Everyone, I am hoping I can get some help with how vCPUs work with weights and caps 1. If I have a domU with 2 vCPUs and a weight of 256, does the weight double (512) or is this 256 time slice across both vCPUs. If the weight does not double, how is it beneficial to have multiple vCPUs? 2. If the domU has 2vCPUs and a cap of 100% how does this work since 100% is a mex of one physical
2019 Mar 05
5
GSoC19: Debug Info should have no effect on codegen
Dear all, My name is Mohamed and I am a first year computer science masters student. I am writing this email because I am interested in the project idea "Debug Info Should have no effect on codegen". So far I have built llvm and clang and I was trying to reproduce the problem on simple c++ programs but I can't. Being specific this are the steps I am doing: $ clang -g test.cc > $
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet, Puppet does not notice. Looking at the source I see it might be checking for a state file to know whether a package is installed or not: C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml So one has to rememebr to delete that too.... Is this design not a problem? Thanks, Mohamed. -- You received this
2007 Aug 01
1
Problem to remove loops in a routine
Dear R-users, I have written the following code to generate some trellis plots. It works perfectly fine except that it is quite slow when it is apply to my typical datasets (over several thousands of lines). I believe the problem comes from the loops I am using to subset my data.frame. I read in the archives that the tapply function is often more efficient than a loop in R. Unfortunately ,
2009 Jan 13
2
mounted.ocfs2 -f return Unknown: Bad magic number in inode
Hello, I have installed ocfs2 without problem and use it for a RAC10gR2. Only Clusterware files are ocfs2 type. multipath is also used. When I issue : mounted.ocfs2 -f I have a strange result: Device FS Nodes /dev/sda ocfs2 Unknown: Bad magic number in inode /dev/sda1 ocfs2 pocrhel2, pocrhel1 /dev/sdb ocfs2 Not mounted /dev/sdf
2008 Feb 08
6
writing a function
Dear lists, I'm in my process of learning of writing a function. I tried to write a simple functions of a matrix and a vector. Here are the codes: mm<-function(m,n){ #matrix function w<-matrix(nrow=m, ncol=n) for(i in 1:m){ for(j in 1:n){ w[i,j]=i+j } } return(w[i,j]) } v<-function(n){ #function of a vector y=vector(length=n)
2014 Feb 10
2
libvirt 1.2.1 / lxc : default virtual network not defined after installing/starting Libvirt
Hi There, I am using Libvirt 1.2.1 on Fedora 20. So, Libvirt is well installed and started but the weird thing is that the 'default' virtual network is not automatically defined and started, knowing that I can define/start it manually and everything goes fine. previously I was using libvirt 1.0.4 and the 'default' virtual network was defined/started at Libvirt startup. so,
2006 Jan 26
3
VOIP Router
Dear All : I need to link my HQ to some Remote Sites - I need a Router which supports VOIP , and VPN Also the Router Should has 3 FXS ports and 1 FXO ... The call should be routed from the Remote Site to the HQ through a VPN tunnel ( 3DES ) ... Any Advise ? Mohamed Farid ,, Notice: This e-mail (including attachments) is confidential and is intended solely for the addressee. Unless you are
2014 Feb 10
2
Re: libvirt/qemu and cgroups
> > Lets say you want a 2 level hierarchy for the guest from your example > above. In the libvirt XML you would set the partition name to: > > /machine/dahlia > > this corresponds to a systemd slice call machine-dahlia.slice > > If you wanted a third level you'd need to create machine-dahlia.slice > and also create machine-dahlia-foo.slice, making sure the