similar to: R GUI ???

Displaying 20 results from an estimated 1000 matches similar to: "R GUI ???"

2011 Jun 03
2
Checking and building package
Hello! I am truing to compile an R-package having c-code. I put foo.c in src/ folder and useDynLib("foo") in NAMESPACE file. When trying R CMD check, I got an error message that shared object 'foo' is not found. Then I did R CMD SHLIB foo.c first. However, after that, I got warnings from R CMD check that there is an object file in /src folder. Even worse is if I run R CMD
2010 Oct 27
5
Best IDE for R
Dear R-Group, I am looking for suggestions for the "best" IDE for R. Best is obviously subjective but I need just the basic features that should function well (and I looked through the threads already). - Proper integration with R 2.11.1 - Good key shortcuts ... similar to the R Gui - Manageability of Projects, etc. - Neat formatting features I tried Revolution R but it seems huge in
2010 Sep 28
2
Problema con read.spss
Hola, Tengo problemas a la hora de cargar un archivo que originalmente está en SPSS. Trabajo con Fedora y uso R mediante el plugin Rgedit en gedit. Además en Fedora no tengo SPSS, sino PSPP Para cargar el archivo he probado estas dos cosas (escribo también el mensaje de error que me genera R): >library_(foreign) >read.spss("guille.sav",to.data.frame = T) Error en
2010 Aug 02
7
Linux Editor
Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most convenient. Is there anything comparable to the mac version of R with its built in console, editor, etc?? thanks! -- View this message in context:
2009 May 12
1
Plugins for R and more...
Hello! I saw this discussion regarding vim plugin for R and just wonder if there exists something similar for Gedit. I use Debian and I really like Gedit. I know a lot of plugins but not for R. Another thing is a bit stupid cause I know there has been discussion about repositories for R. I recently converted a friend from Windows to Debian and he is confused should he use: deb
2011 Feb 15
24
editores en windows
Hola a todos. En linux uso rkward o gedit con el plugin Rgedit, pero me gustaría saber qué editores se pueden usar en windows. He probado Tinn-R , ¿qué usáis vosotros? Gracias
2010 Mar 15
2
Issue w/JGR after 2.10 upgrade: Error: could not find function...
After upgrading to R 2.10 and upgrading and testing JGR 1.7, I and other Ubuntu users are getting repeated error messages in JGR that look like this: > Error: could not find function ".getModels" Error: could not find function ".getDataObjects" Error: could not find function ".getOtherObjects" Error: could not find function ".getFunctionsInWS" The
2007 Mar 21
2
Detailed legend in mathplot ...
Hello, Recently, I have asked for a help with building graphs, and I got few great advices. Now, my appetite is growing :) and I wander how to add legend for two (or more) lines in following example: matplot(DAT[, c(3,4)], type="b", ylim=c(0,8), xaxt="n", yaxt="n", + pch=c(21,22), col="black", lty=c("dashed","solid"), xlab="",
2005 Jan 31
1
share mounted MANY times...
I've been searching for a solution to this problem for a few hours now, but google searches are coming up empty. I have 3 Linux boxes all running Suse 9.1 and samba 3.0.2a. The 3 systems are: Novi - the samba server Newberry - mounting novi Sagola - mounting novi This work great, until "mount -a" is run. Each time mount -a is run, we get another mount of novi. When I type
2008 Aug 29
3
Arabic Fonts
Peace be upon you I have Arabic programs and they are my best programs one of them is Ela-Salaty and when run it get bad font and can not read anything of them [Image: http://img525.imageshack.us/img525/7156/elasalatyyb1.png ] However , #1# How to add Arabic encodic to my wine ? #2# How to make it to system try icon ? It work in background with system try icon in task bar beside Time in
2015 Jul 15
2
Null deference pointer in dovecot-2.2.18
Dear, use our static analysis tools, I find some bugs (Null deference pointer) for dovecot-2.2.18. Null deference pointer bugs often make program crashes, Please confim them, Thanks! 1. dovecot-2.2.18/src/config/config-request.c 332 'setting_export_section_name(ctx->prefix, def, children[i], i);', pointer 'children' in line 202 assigned NULL and if
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello! I have writen some subrutines in Free-form Fortran. I would like to includ them in a package, which I would like to build on WinXP. I have all suggested tools/programs for bulding R packages on Windows (except latex). What is the best way of using these subrutines? Does sombody mybe know any translation tools for converting Free-form to fixed-form Fortran? Thanks for any suggestions,
2009 Jan 22
4
dimnames in pkg "ipred"
Hello List, I`m trying to make prediction using a bagged tree with the package ipred. I tried to follow the manual but I`m getting an error message. Also browsing through the list-archive I didn`t find any hint. Maybe someone can help me? selbag <- bagging(SOIL_UNIT ~., data=traindat.bin, coob=TRUE) Error in dimnames(X) <- list(dn[[1L]], unlist(collabs, use.names = FALSE)) :
2003 Oct 08
3
2 questions regarding base-n and identifing digits
Dear listers, I have two questions: (1) Is there a way in R to change the base-n of the calculations. I wnat to run some calculations either in binary (base-2) or base-4. Is there a way to specify that in R - to chnage from the decimal? (2) I also want to extract the digits from a larger number and store them as a vector. I could do it through converting top string, parsing the string and
2009 Nov 26
0
RGedit
Buenas a todos. Ya que estamos en la I conferencia de R-hispano en Murcia, os mando mi aportación personal, viendo que somos muchos los que usamos linux. Se trata de una extensión para Gedit, para que sin salir de Gedit, se pueda ejecutar scripts de R. http://sourceforge.net/projects/rgedit/
2005 Sep 16
2
php and mysql ok but display ? instead of a vowel with accent
php and mysql ok but display the character ? instead of a vowel with accent, i dont know why, i think that mybe can be the configuration of de php.ini, but why? if somebody can helpme, i will be very thankful. bye -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050916/bc4a579b/attachment.html>
2005 Dec 21
2
Why lmer() is not working, altough lme4 is installed?
I have installed lme4 library, but when I try something with lmer() function, I receive error message. On the other hand, I can use lme() function from the same library. Are those two the very same function or not? I am a bit confused. I am using: $platform: "i386-pc-linux-gnu" $arch: "i386" $os: "linux-gnu" $system: "i386, linux-gnu" $major: "2"
2016 May 12
3
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
Thanks for the reply Mr. Eddelbuettel. However I somehow couldn't manage to solve the problem completely. So I cleaned the sources.list file so taht the output is this: sudo apt-get update Hit:1 http://tr.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease???????????????????????????????????????????????????????????????????? Hit:3
2016 Aug 19
3
Samba4 Centos 7 - CPU 100%
On Fri, 19 Aug 2016 20:48:19 +0200 Marc Muehlfeld via samba <samba at lists.samba.org> wrote: > Hi Maiquel, > > Am 19.08.2016 um 19:29 schrieb Maiquel Consalter via samba: > > i have 3 DC with samba4 with Centos 7, they are showing the CPU > > with 100% in all DC. The centos 7 is the basic installation and > > samba4 compile.I have 2.000 machine authenticated in
2008 Oct 18
2
Re: TextMate Bundle using Gedit
For what I know you can''t use the TM bundles... But like mgutz pointed there''s a lot of plugins. There is some alternatives to achieve something like TM bundles. Look at this links: - GMate - http://github.com/lexrupy/gmate/ (http:// alexandredasilva.wordpress.com/gmate/) - gedit-rails - http://github.com/mig/gedit-rails/ Think that GMate is the most complete. I use these as