similar to: guidelines for using the R logo

Displaying 20 results from an estimated 300 matches similar to: "guidelines for using the R logo"

2011 Feb 01
1
Finding non-ASCII characters in R code using R
During R CMD check I get the following note: * checking data for non-ASCII characters ... NOTE Note: found 9 marked UTF-8 string(s) How can I search my code files for non ASCII chars using R? Thanks, Mark -- Mark Heckmann (Dipl. Wirt.-Ing.) phone +49 (0) 421/1614618 Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro!
2011 Feb 21
1
J48 / Transform from numeric to nominal
Hi everyone, I am new to field of data mining as well as particularly using R respectively RWeka for writing my master thesis. I intend to create some specific J48 classification trees with the RWeka_classifiers_tree function. When I run the source code it says ?cannot handle numeric class?. I therefore checked the arff-file and indeed there it says that the class variable is numeric although it
2012 Apr 30
2
restoring mails and directories
Good day! is there an easy way to restore e.g. deleted mails and/or mail directories? let me specify: I'm running dovecot 1.2.9 on a current ubuntu lts. It is set to Maildir and I backup the folder with the users maildata nightly via rsync. now, when someone deletes a mail that they still need, and I copy it back from the backup, it will not be visible to mail clients. When I change the
2011 Sep 10
1
Broken Link
Hi, on http://xapian.org/docs/quickstart.html, the link that is supposed to point to quickstartindex.cc.html refers to quickstartsearch.cc.html ; maybe you could fix that. Thanks! Martin -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
2011 Jul 26
0
More frames in one packet
Hi, I read in the documentation something about how to realize packing more than one encoded frame into a packet. Before I read this, I always encoded every frame seperate and packet them as following together: [encoded length][encoded frame][encoded length][encoded frame]... But if I understood the docu correct, it should be easier: I call speex_encode_int() for every frame until the whole
2011 Aug 31
0
How can I use preprocessor standalone with a wav file?
I have been tyring to use the preprocessor standalone by feeding it pcm data from a headerless pcm file (mono, 22050hz) and then write the result to another file. Unfortunately, all I get back is noise (first frame is set to 0, rest is noise). Frame size is set to 440. I just modified testdenoise.c slightly to read/write from a file (see below) but I can't get useful results. What am I
2011 Jan 20
5
fetch passwords from AD and group membership from /etc/group
Hi List, I want to use Active Directory for my samba users passwords and /etc/group for storing group membership. /etc/nsswitch.conf looks like: group: file Problem: the tests i ran show that the samba server does not know about group membership (deleting file from other user belonging to the same group fails). The same test works as expectet when winbindd is switched off. What do i have to
2011 Mar 14
1
wbinfo --> Could not remove gid to sid mapping
Hi, I am struggeling with some group mapping problem for quite some time ... Now i figured out, that a wrong gid<->sig Mapping is stored somewhere: wbinfo --gid-to-sid=<guid of interest> --returns-> <wrong sid> other way round: wbinfo --sid-to-gid=<wrong sid> --returns-> <guid of interest> So what i want to do is remove this faulty mapping.
2012 Jan 24
1
[Problem] C# virDomainShutdown
Hey there, im using libvirt since 2 weeks now and there are still some issues im confronted with. I use libvirt in C# and I'm running a 32-bit machine on Windows 7. Actually my worst problem is, is that I'm not able to Shutdown on machine no matter which command I'm using. virDomainShutdown isn't working nor virDomainDestroy. Basically I use the virConnectOpenAuth example to make a
2012 Feb 09
1
samba4 build progress error for gpo_reg.c (explained)
Hello, there is an error when building samba with current "samba-4.0.0alpha17" shipped with the sogo/openchange source. The error message is shown below. "&lsquo;struct registry_value&rsquo; has no member named &lsquo;type&rsquo;" is caused by gpo_reg.c in "samba4/source3/libgpo/gpo_reg.c" ??? line: 174: ??????? reg_val.type = REG_SZ;...
2011 Sep 05
3
rid generation questions
Hello list, I have a few questions to ask... I am about to migrate from Samba 2 to 3 (3.5.9). I am going to use LDAP as backend in the future and came across something I don't understand. As far as I know the 'old' way to generate RIDs for users is to take their uidnumber, multiply it by two and add 1000. For computer accounts it would be 1001 instead of 1000. I am now trying to
2011 Apr 27
2
multiple comparisons on a between factor
Dear list, im facing an issue of statistical data analysis that I consider myself unable to resolve in R so i hope to get some valuable insights from you. i run an ANOVA with four factors; factor4 is an between factor (two different groups measured), the others are withins (tested across /all/ subjects). accordingly, my model looks as follows: fm1
2011 Mar 25
3
samba howto: sticky bit on directories
Hi List, The Samba Howto Collection http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/AccessControls.html#id2611229 says: "When the set user or group ID bit (s) is set on a directory, then all files created within it will be owned by the user and/or group whose `set user or group' bit is set. " while i cannot repoduce this behavior the wikipedia says:
2012 Jun 20
2
TINC - sometimes working a bit
Hello everyone! I'm trying to get tinc running, but couldn't make it until now... My current situation is: all tincs are connected, but there ist (almost) no traffic: Only two PCs are able to ping to another, but not to itself. Let me explain, what I'm planning to do: I've got four networks: PROM: 10.69.0.0/16 PAN: 192.168.30.0/24 (I'm afraid, I can't change PAN to
2011 Mar 28
2
winbind is not taking default domain
Hi, We have been running samba file server about 2 years without this problem. The problem appeared at the same time on our debian and centos servers. Not sure if it's related to any updates on our windows AD servers. Debian Squeeze sernet-samba-3.5.8-27 Centos 5.5 samba3-3.5.5-43.el5 Use Active Directory for user login authentication Use uid/gid from ldap The reason we still want winbind
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
Hello, Sorry for bothering You with so many questions, but I''m trying to build wxruby from svn and wxWindgets 2.8.8 using Visual C++ 2008 Express Edition. I builded wxWindgets following instructions http://wiki.wxwidgets.org/Compiling_WxWidgets and http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets It compiled without any errors. But on linking step of wxruby build process error
2011 Feb 02
11
How to include the Scope(...) in a generated string?
I''d like to include similar information that notice() spits out in a file I am generating -- basically so that anyone looking at the generated file (actually a file fragment) could trace it back to the class that is generating the entry. Using $name within the file fragment is the closest I am getting to what I want -- is there anything better? -- You received this message because you
2004 Oct 07
0
guidelines for queue lenght
Hello, does anybody have suggestions for queue lenght guidelines? Is there a paper somewhere or any thoughts that have to be reconsidered. Suggestions and impulses welcome Alexander _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Oct 24
1
stepAIC formula upper limit guidelines
Hello, I am attempting to refine an lm()-generated model using the stepAIC function. My model has approximately 20 inputs and I am trying to determine the best upper limit scope for using those inputs. My lower limit is "y ~ 1" and my original upper limit was "y ~ x1 + x2 + ... + x20". This is great start, but I am wondering if some other (more broad) upper limit would
1998 Aug 21
0
Some guidelines on remote samba-only NT subnets with NT PDC
I am investigating putting samba servers at our ISDN connected remote sites. We have an NT PDC as well as a large samba file server at our central site. This system would replace the existing remote NT BDC setup which requires many visits from the NT administrators. Are there any guidelines on what samba and NT settings work best in this environment? For example: - How should user's