Displaying 20 results from an estimated 2000 matches similar to: "AW: best editor for .R files"
2003 Nov 20
6
best editor for .R files
Which is the best editor for .R files?
I currently use kate on my linux as it has R highlighting and allows me to
split the window into two: in one I edit the .R file and in the other I have
a shell so I run R and can easily copy and paste the code. There are some
features that I don't like and I am having a look on some alternatives.
I've heard wonders of emacs with ess but I am a
2004 Aug 19
1
Unbalanced parentheses printed by warnings() crash text editor
Hello everyone,
Hope it is the good place for this (I discuss the question of the right
place below).
Most of the time, warnings are more than 1000 characters long and thus are
truncated.
Most of the time, this generates printouts with unbalanced parentheses.
Intelligent text editors which do parentheses highlighting get very
confused with this.
After too many warnings, they give errors, and
2005 Dec 19
0
Guide - install Rcmdr and JGR on (SUSE) Linux
Hi!
I have made a guide describing how to install Rcmdr and JGR on SUSE 10.0.
Here it is:
http://www.hellmund.dk/RSUSEGUI.html
If you have installed R on SUSE with the package found on CRAN - and
all the packages on my list was present at the time of installation of
R - it might not be necessary to install R from source - give me some
feedback on this, please!
I might extend the guide to
2010 Nov 10
4
Installing R and an editor on a USB drive
Hi,
I have adviced my students to install R and an editor on a USB drive for
working in the computer class. With R everything works fine following these
instructions: http://personal.bgsu.edu/~mrizzo/Rmisc/usbR.htm.
But several editors (e.g., Tinn-R and WinEdt) require administrator rights.
I have found out that Emacs (Vincent Goulet's Emacs for Windows Modified
2024 Jun 16
2
code for year month day hr format
?s 21:42 de 15/06/2024, Jibrin Alhassan escreveu:
> Thank you Rui. I ran the following script
> df1 <- read.table("solar_hour", header = TRUE)
> df1$date <- as.Date(paste(df1$year, df1$hour),
> format = "%Y %j",
> origin = "2012-08-01-0")
> df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst",
2003 May 08
1
nls, restrict parameter values
Hi,
I posted a question (bellow) a few weeks ago and had a reply (thanks
Christian) that partly solves the problem, but I still would like to be able
to restrict some of the independent variables in a nls model to be always
>0, (is there a way to do it)??
Thanks,
Angel
>From: "Christian Ritz" <ritz at dina.kvl.dk>
>To: "Angel -" <angel_lul at
2024 Jun 15
1
code for year month day hr format
?s 20:00 de 15/06/2024, Jibrin Alhassan escreveu:
> I have solar-geophysical data e.g as blow:
> YEAR DOY HR IMF SW SSN Dst f10.7
> 2012 214 0 3.4 403. 132 -9 154.6
> 2012 214 1 3.7 388. 132 -10 154.6
> 2012 214 2 3.7 383. 132 -10 154.6
> 2012 214 3 3.7 391. 132 -9 154.6
> 2012 214 4 4.2 399. 132 -7 154.6
> 2012 214 5 4.1 411.
2011 Nov 03
1
EMD arguments default values
Hi,
i'm using this command line with EMD package
filename<-emd(y,x,boundary="wave",plot.imf=F)
i'd like to know if this EMD uses default values for non-specified arguments. i'm especially interested in "stoprule", "max.imf", "tol" behavior in such cases.
Thanks
2005 Jan 21
1
an R script editor for Mac
JGR has an fairly intelligent editor, and it works on Mac.
Andy
> From: Sean Davis
>
> Consider using ESS and xemacs or emacs. You get syntax highlighting,
> auto-indent, command auto-complete, transcripts for your session,
> integrated help, and the tools of one of the most powerful
> text editors
> on the planet. The learning curve is a bit steep, but if you use R
2004 Dec 13
3
Advice on parsing formulae
Dear list
I would like to be able to group terms in a formula using a function that I
will call tvar(), eg. the formula
Y ~ 1 + tvar(x:A) + tvar(z) + u + tvar(B) + tvar(poly(v,3))
where x,u and v are numeric and A and B are factors - binary, say.
As output, I want the model.matrix as if tvar had not been there at all. In
addition, I would like to have information on the grouping, as a vector
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2024 Jun 15
2
code for year month day hr format
Thank you Rui. I ran the following script
df1 <- read.table("solar_hour", header = TRUE)
df1$date <- as.Date(paste(df1$year, df1$hour),
format = "%Y %j",
origin = "2012-08-01-0")
df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst", "f10")]
head(df1)
#To display all the rows
print(df2).
It gave me this
2004 Nov 09
1
StructTS (PR#7353)
Dear R-bugs
I have been studying the StructTS function (in package 'stats') and
functions supplied with it. I think I have found a few minor bugs in the
documentation.
I am referring to the version of StructTS supplied with the release R 2.0.0.
Output from 'version'
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
2010 May 30
1
Calling fft from C
Hi
I have made a R function 'convolve2' for convolution of two real
valued vectors based on Rs 'convolve' with option type="open" - see
below.
(exp.length and irf.length are variables set in another part of the program)
I wish to implement the function convolve2 in C and use it in a
function used from R with .Call - e.g. I need to call fft in C.
All I can find in the
2001 Nov 30
4
Script editor for R on Linux
Hi all,
Could you point me to a script editor in Linux that will allow me to a
somewhat easy pasting of section(s) of an R script or function into
R for execution? Something like WinEdt+RWinEdt macro in R for
Windows?
(My time is a bit pressed. I haven't succeeded in my attempts to
install ESS for XEmacs. No doubt due to my confusion and lack of
competence. I am abandoning it for the
2005 Apr 29
2
Subarrays
Define an array
> v<-1:256
> dim(v)<-rep(4,4)
Subarrays can be obtained as follows:
> v[3,2,,2]
[1] 71 87 103 119
> v[3,,,2]
[,1] [,2] [,3] [,4]
[1,] 67 83 99 115
[2,] 71 87 103 119
[3,] 75 91 107 123
[4,] 79 95 111 127
In the general case this procedure is very tedious.
Given an array
A, dim(A)=(dim_1,dim_2,...,dim_d)
and two vectors
2024 Jun 15
2
code for year month day hr format
I have solar-geophysical data e.g as blow:
YEAR DOY HR IMF SW SSN Dst f10.7
2012 214 0 3.4 403. 132 -9 154.6
2012 214 1 3.7 388. 132 -10 154.6
2012 214 2 3.7 383. 132 -10 154.6
2012 214 3 3.7 391. 132 -9 154.6
2012 214 4 4.2 399. 132 -7 154.6
2012 214 5 4.1 411. 132 -6 154.6
2012 214 6 4.0 407. 132 -6 154.6
2012 214 7 4.2 404. 132 -4
2012 Jun 15
0
MCMCfactanal inquiries
Dear list,
Hi, I am emailing to see if it would be possible to get some help on
running MCMCfactanal on R. I am trying to derive a single score measuring a
likelihood to recieve IMF loans from 8 different variables related to IMF
representation but for reason, my codes do not seem to take me to where I
want to be. For some reason my code drops certain rows ( countries)
automatically, making it
2004 Feb 14
1
PLEASE IGNORE PREVIOUS: How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?
Please ignore (and excuse) my previous message - it is incomplete.
I'm trying to get R and ESS to work with Xemacs on a newly installed
SuSE 9.0 system. Is some setup required beyond installing the rpms?
I've installed the Xemacs packages from SuSE
xemacs-info-21.4.13-35
xemacs-packages-el-20030629-37
xemacs-21.4.13-35
xemacs-el-21.4.13-35
xemacs-packages-info-20030629-37