similar to: learning the R language (for those strong in Ruby)

Displaying 20 results from an estimated 2000 matches similar to: "learning the R language (for those strong in Ruby)"

2016 Jun 03
3
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
>On 3 June 2016 at 10:03, George Rimar via llvm-dev ><llvm-dev at lists.llvm.org> wrote: >> +1. I am also bit concerned here. Never used git, but it is fine, I am ready to learn, >> but now when I am using TortoiseSVN the only command line I am using is for creating the >> final patch (though I think that is also available in GUI). >> And what I heard in this
2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists, plus one extremely well-dressed gentleman (no hacker he!) who was on the prowl for Rubyists to hire. Beer and Pizza (among other things) were consumed, Ruby (among other things) was discussed, and everyone appeared to have a good time. The upcoming SIG will, as announced previously, be held just up the street at
2006 Jan 16
7
Wine based "Windows desktop"
Hi, I would like set up a Linux desktop icon and menu item that will launch a wine based "Windows desktop". Ideally the "Windows desktop" should look excactlly like a *default* windows 2K/XP desktop. Is this possible ? Has anybody already done so ? Is that already docemented somewhere ? I think this would allow more users to try out wine using the familar windows gui
2006 Jun 28
9
Portland
Anyone out there in Portland. I''ll be in town this weekend, and was looking for advice from Rubyists on things to do. Thanks, Jake
2007 Feb 15
4
R book advice
I'm looking for a book for someone completely ignorant of statistics who wishes to learn both statistics and R. I've found three possibilities, one by Verzani ("Using R for Introductory Statistics"), one by Crawley ("Statistics: An Introduction using R"), and one by Dalgaard ("Introductory Statistics with R"). Do these books have different emphases,
2006 Jul 21
2
Rubyists in Europe
Hi all, my family and I are taking a quick sprint through Europe from Aug 3-11. I''d be interested in meeting local Rubyists while we''re there. My schedule is going to look like this: 3-6 London 7 Berlin 8-9 Heidelberg 10-11 Frankfurt Feel free to drop me an email if you''re interested in meeting for a lunch or something. -- thanks, -pate
2016 Jun 03
3
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
>On Wed, Jun 1, 2016 at 6:31 PM, Renato Golin <renato.golin at linaro.org> wrote: >> I think we should start two other threads: one about git tooling on Windows >> and one about infrastructure problems migrating to git. > >Some developers on Windows prefer to use GUI tools like TortoiseSVN to >command line tools for version control. The last time I tried
2007 Oct 28
5
Help for Beginner!!
LĂ©andre BASSOLE PhD Student CNRS-CERDI 65 Bd Francois Mitterrand Boite Postale 320 63009 Clermont-Ferrand CEDEX 1 FRANCE Tel : +33 4 73 17 74 45 Fax : +33 4 73 17 74 28 ----- Forwarded Message ---- From: Leandre Bassole <leandrebassole@yahoo.co.uk> To: r-help@r-project.org Sent: Saturday, 27 October, 2007 8:41:05 PM Subject: Hi all!! I am a new user of R. I am very familar to Stata, but
2007 Jun 25
4
how to plot this?
Hi, there: Suppose I have a couple of data.frames and each one has five columns (one for x-axis, two for y-axis and two for std of y's.) There is another dimensions (besides x and y) which is continuous. My question is, how to plot such series of data frames in one plot (thus, 3-dimensional plot) AND multiple 2-D plots. I am not familar with R's plotting utilities. Thanks. -- Weiwei
2009 Aug 21
2
[LLVMdev] Possible Typo in SelectionDAGLowering::visitShuffleVector
Hello While building LLVM, the compiler (static analysis) is giving me a warning about "if (RangeUse[0] == 0 && RangeUse[0] == 0) {". Can somebody familar with the codebase look over it, maybe this should be "if (RangeUse[0] == 0 && RangeUse[1] == 0) {", otherwise sorry for the noise. Index: F:/dev/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
2005 Jun 22
2
PCA and MDS
Dear All, I am not familar with R. I want to use PCA (principal components analysis) and MDS (multidimensional scaling). Can someone tell me which R package I should use for PCA and MDS? I appreciate your help in advance. Ray
2006 Jul 31
2
[UPDATE] More info on RubyConf 2006 registration
Hi -- Registration for RubyConf 2006 is still scheduled to open on August 2, in the early evening Pacific (US West Coast) time. Also, there''s more info at http://www.rubycentral.org/conference (e.g., the fact that this year we''re only taking credit cards, etc.). David P.S. Any LA area Rubyists around? I''ll be there this week doing Rails training. --
2005 Aug 26
2
Generating barcodes (as gif/jpg)
Hello Rubyists, I need to generate barcodes (in UPC and codabar symbologies) and would like to know if anyone has done this with Ruby. From what I can tell, it would be possible to use the gnu-barcode [1] or barcodewriter [2] to generate a PostScript, then through RMagick (via GhostScript) take the file and create a GIF/JPG. These will really only be used for web display (to be printed
2006 Jun 26
2
x100p buying advice
I'm looking to get an x100p off ebay and am not particularly familar with the "life cycle" of the card.. An "Authentic X100P" listing has a buy it now of $29.95 and says There are 3 types of cards Asterisk would recognize: *Screenshots from the official, original driver install Cheap "OEM X100P","Clones", "Compatibles", Knock-Offs
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip
2005 Jul 01
2
Domain Users and smbldap-useradd
I noticed that when I create users with smbldap-useradd, the default group is "Domain Users". Is this the best user/group default setup for Samba/LDAP? I'm more familar with the unix user/group setup like max/students or max/faculty. Does the user group have to be "Domain Users" when using Samba? Thanks, Yasee smbldap-useradd -m -a username (where the username is
2007 Mar 16
1
sort_link_helper and cross-controller partials
Hello Rubyists, I ran into a problem with sorting a table (rendered in a partial) using the sort_link_helper methods after I have submitted data and re-rendered the table through an AJAX request. The setup is a follows: The table is a shared partial of Controller1 and Controller2 accessible via "shared/table". The AJAX''ed sorting using the sort helper works all fine on
2003 Nov 16
2
Error when calling a dll procedure
Dear experts, I am a beginner in R and try to build dlls (Win XP, MinGW, R 1.7.1). So far, I have managed to create and to use some dlls with C code which worked properly. Now I am stuck with a dll containing C++ code. I have included some part of the source code (of an implementation of a function to find all primes below a given numeric value -> its just an exercises to get familar with
2008 Jan 18
2
NameError when using alias_method -- but method exists?
Hello Rubyists, I am a bit stumped here. I want to extend the ''load_file'' method in the YAML module. Following along with the PickAxe example of making old methods do new things, I try this in irb: >> module YAML >> alias_method :orig_load_f, :load_file >> def load_file(*args) >> contents = orig_load_f(*args) >>
2007 Dec 22
1
Request on Cent OS insight
Hello List, I am getting familar with CentOS and using Rel 4.6. My goal is to get a automated update *(email)* of system updates. I found the link below in the WIKI. Additionally I have enable "yum" to run as a service int 345 and started it. yum update from the command line works fine- There are three scripts indicated on the web link below :