similar to: Modular coding in R, OOP

Displaying 20 results from an estimated 600 matches similar to: "Modular coding in R, OOP"

2012 Mar 16
2
Singleton pattern
Hi all, I know it may not have much sense thinking about a Singleton Pattern in an R application which doesn't use any OOP facilities, however I'm curious to know if anybody faced the same issue. I've been googling but using "singleton pattern" as a key word leads to typical OOP languages like Java or C++ among others. So my problem is that I'd like to ensure some very
2012 Jan 24
1
debug package: mtrace fails
Hi all, Since three month ago I started working with R professionally, I never did it before, so I am such a newbie. I am having some problems using the 'debug' package. I love this package, but most of the times I wanna use it it just fails :P When typing at prompt 'mtrace(myfunct)' most of the times I get the following error: "Error in x[[i]] : subscript out of
2008 Sep 24
2
[LLVMdev] Named Address Spaces
Hello, I am a student trying to find out if LLVM can be used for the Embedded C architecture that I will be developing tools for at work. In LLVM 2.2 Christopher Lamb contributed support for Multiple Address Spaces into the LLVM IR, and I was wondering if llvm-gcc is able to use this functionallity. If so, what syntax is used to assign address spaces, and what files are needed for the address
2008 Sep 24
0
[LLVMdev] Named Address Spaces
Hi Gobi, > I am a student trying to find out if LLVM can be used for the Embedded C > architecture that I will be developing tools for at work. In LLVM 2.2 > Christopher Lamb contributed support for Multiple Address Spaces into the > LLVM IR, and I was wondering if llvm-gcc is able to use this > functionallity. If so, what syntax is used to assign address spaces, and You should
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the string/method protected in the model. What does it do? Can''t find that in http://api.rubyonrails.org/. -- Posted via http://www.ruby-forum.com/.
2010 Nov 22
1
tinc: local address announcements
Hi, I would like to give the new local address announcements a try. What I mean is, the functionallity which discovers local vpn-endpoints of a vpn to which you're already connected but only via a remote endpoint - to improve speed etc. Can I pull this version from svn or git somewhere? And does it have debian stuff in it for easy replacing the debian version? And do I need to configure
2002 Nov 10
1
delay in utmpx entry when users logs out of samba domain
Hi, I'm using the system accounting functionallity of Samba 2.2.6. Everything is working fine and dandy except that there is a lag between when a user logs out of a Windos 2000 Domain member, the 'who' command still lists the user as logged on for the next 20 - 30 seconds. Does anyone know what causes this? Can I increase the frequency of utmpx updates? Can someone point me to an
2002 Aug 30
4
Enhancement of wbinfo in samba2.2.6pre2
Hi, Most of the samba-commands takes a option for smb.conf file exept for wbinfo. It should be nice to have that functionallity in wbinfo also. /Patrik -- "In a world without fences who needs Gates" Patrik Gustavsson, Senior Technical Consultant patrik.gustavsson@sun.com Telephone: +46 60 671540 http://glen.sweden Mobile: +46 70 3551040 SUN MICROSYSTEMS
2004 Nov 17
1
OOP pkg compilation failure
Hi all, I'm trying to install the OOP package (http://www.omegahat.org/OOP) but having difficulty in resolving the errors generated during compilation. Googling doesn't seem to be giving much help. Can anyone please help. Below is the transcript of what I get from my command prompt. (I'm running on rw_2.0.0 WIN XP SP2 platform). Thanks in advance ---transcript---- Microsoft
2006 Feb 16
4
Problems to test controllers which require login
Hi there, I have a quite stupid problem with my testing environment. I''m trying to test my controllers but every controller with a login rewuirement will fail (because there is no logged in user in the session). I realized the conceptual problem behind this, but I''m not able to solve it. What I have done so far: * Login in the test class as described in the Agile Rails Book.
2004 Feb 20
0
Installing OmegaHat OOP package
Hi, I am trying to install the OOP package (v0.4-2) from Omega Hat using the R CMD INSTALL (I have also tried untarring the package an using R INSTALL) but no joy. Here is the following error... $] R CMD INSTALL OOP_* * Installing *source* package 'OOP' ... ** libs gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c RtreeApply.c -o
2004 Mar 22
1
where is OOP?
Hi there, Installation error was given when I tried to install pmg (Poor mans GUI) http://wiener.math.csi.cuny.edu/pmg/index.html. $ LANG=C sudo R CMD INSTALL pmg_0.6.tar.gz * Installing *source* package 'gtkpmg' ... ** R ** save image Error in library(OOP) : There is no package called 'OOP' Execution halted /usr/lib/R/bin/INSTALL: line -116: 20554 Broken pipe cat
2013 Mar 25
1
From Java to R OOP
Hi, I'm new to OOP in R so please forgive the naiveness of some of the questions. Here are a couple of them. It would be great if you can contrast to OOP in Java. 1. R's S4 appears to centered around a dispatch mechanism which in my understanding is just a way to implement polymorphism. Now, here's the snag, I thought polymorphism was an aspect of OOP not by itself the definition of
2010 Jul 26
1
OOP module
Hello,   Does anybody know if the OOP module (Chambers & Temple Lang) is going to replace the the S4 (and the S3) class system? http://www.omegahat.org/OOP/oop.pdf Cheers!! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a fresh water system, and public
2012 Oct 03
0
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On 3 October 2012 06:17, Chris Lattner <clattner at apple.com> wrote: > On Oct 2, 2012, at 11:42 AM, Hal Finkel <hfinkel at anl.gov> wrote: >> As I've stated, whether the metadata is preserved is not really the >> relevant metric. It is fine for a pass that does not understand >> parallelization metadata to drop it. The important part is that dropping >>
2005 Oct 24
1
tk problem with R 2.2.0 on wine/linux
Actually I am trying to run sciview-R and encounted some problems with tk, and I thought I'll check the basic library(tcltk) functionallity, just to be sure. Anybody seen that '[tcl] bad window path name ".1".' message before? Prof. Philippe Grosjean: yes, I have managed to load most of sciview-R under Wine, except the tcltk library! =================== R : Copyright 2005,
2008 Feb 05
2
help with oop in R - class structure and syntex
Hi, I read section 5, oop, of the R lang doc, and I am still not sure I understand how to build a class in R for oop. I thought that since I understand the oop syntex of Java and VB, I am wondering if the R programmig experts could help me out by comparing and contrasting the oop syntex in R with that of Java. For example, the basic class structure in Java is like this: public class Bicycle {
2006 Jun 15
0
lighttpd and upload progress
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get
2006 Jun 15
0
upload progress bar
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get
2001 Jul 20
0
Font problem with word 97
Hi, I am running word 97 under codeweavers wine on a suse 6.4 system. Word loads fine and I can use almost all of its functionallity. The problem is that when I type, I can't type using the Arial font. Characters typed in Arial only show up in the "online layout" view. I am running xfstt and have installed all the truetype fonts that come with windows. Is this problem