Displaying 20 results from an estimated 7000 matches similar to: "R-WinEdt problems"
2004 Feb 02
3
sorting by date
Hello,
I have set up a data.frame and one of the columns contains a date of the
form (with slashes as separators):
mm/dd/yyyy
I would like to use formulas on other columns in the data.frame organized
by date, for example:
tapply(var1, sort(date), mean)
However, when I try sort(date) it sorts based on the first two entries in
the date field:
9/1/2001 9/1/2002 9/1/2003 9/2/2001 ...
5.6 7.5
2010 May 11
2
RWinEdt in WinEdt 6
I'm having difficulty installing RWinEdt in WinEdt6. I receive the following
message:
Error : .onAttach failed in attachNamespace() for 'RWinEdt', details:
call: getWinEdt()
error:
WinEdt is not installed properly.
I have tried following the manual instructions in the readme.txt without
success. I receive the following message:
WinEdt's Initialization File "C:\Program
2002 Jan 05
1
R-WinEdt question - answer
The answer to my question was contained in
http://cran.r-project.org/contrib/extra/winedt/ReadMe ,
although it helped to receive the restatements that were emailed to me.
As mentioned by Uwe Ligges, Renuad Lancelot, Niels Waller, my mistake was
not starting R before
using R-WindEdt.
Below I will copy the instructions on using R-WinEdt by Renaud Lancelot
(except for the last paragraph which is
2004 Mar 09
2
corARMA and ACF in nlme
Hi R-sters,
Just wondering what I might be doing wrong. I'm trying to fit a multiple
linear regression model, and being ever mindful about the possibilities of
autocorrelation in the errors (it's a time series), the errors appear to
follow an AR1 process (ar(ts(glsfit$residuals)) selected order 1). So,
when I go back and try to do the simultaneous regression and error fit with
gls,
2001 Jul 26
2
winedt (PR#1033)
i don't know, whether this is a bug or it is intended:
when using winedt and R together it works perfectly, as long as R is run in
mdi (multiple window mode). When you switch to sdi (single window mode)
winedt, sends no command at all: no history, paste, source or script.
Thomas Pesl
> version
_
platform i386-pc-mingw32
arch x86
os Win32
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi,
This is a question regarding the RWinEdt package for R. I have WinEdt
5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP.
Somehow my configuration or start up files between RWinEdt and WinEdt
are getting confused. Usually when I open either one, the last files I
was working on *with that program* are opened automatically. So if I
last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2004 Feb 25
2
levelplot add line
R folks,
I can't seem to find the instructions in the help files for the lattice
package that explain how to add lines, such as with lines() or ?, to a
levelplot. I'd be grateful if someone could point me in the proper direction.
Cheers,
Jeff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jeff Jorgensen
Center for Limnology jcjorgensen at wisc.edu
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2004 Feb 11
1
levelplot colorkey
Dear R'ers,
I've scanned available documentation and the web, but I can't seem to
figure out where I've gone wrong in adding numbers to scale the colorkey in
levelplot (Lattice package). For example,
levelplot(z, contour=T, labels=T, cuts=10, region=T,...
colorkey=list(T, space="bottom",
at=seq(0,2000,length=20),
2003 Mar 24
1
Winedt and R on Windows XP
Dear All;
I have used Winedt editor in conjunction with R on the Win2K
platform for more than a year without any problem. Recently I purchased a P4
machine with Windows XP. Following the installation of R1.62 and WinEdt 5.3
to separate directories, I copied R-WinEdt to the Plugins subdirectory under
the Winedt directory, clicked on the "install" file and edited the Rprofile
with two
2005 Sep 21
5
error when loading rwinedt
the error msg is:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in if (RWinEdtVersion) RWinEdtVersion <- scan(file.path(InstallRoot, :
argument is of length zero
Error: .onAttach failed in 'attachNamespace'
Error: package/namespace load failed for 'RWinEdt'
> version
_
2011 Jun 29
1
RWinEdt
I have a problem using RWinEdt 1.8.2 in Windows 7 Professional (64 bit).
System/software info:
R version 2.13.0 (2011-04-13)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-mingw32/x64 (64-bit)
WinEdt Build: 20071003 (v. 5.5)
After installing the R package and attempting to load I get:
> library(RWinEdt)
Warning message:
In
2002 Dec 04
1
R-Winedt
Hello:
I installed R-WinEdit according to the instructions, including those for
setting
the editor and pager options. Doesn''t seem to work--when I try to edit a
file, I get the following:
> > options(editor="\"c:/program files/winedt/winedt\" -c=\"R-WinEdt-edit\"
> -e=r.ini -V")
> > getOption("editor")
>[1]
2006 Oct 04
5
R Graphics: Saving PDF and other formats from Windows Graphic Device for LaTeX
Hello, I can't seem to save (or find the default location) when I use the Window
Graphic Device's pull down menu. It does not seem to save to the directory I
have set using "setwd(...)". How do I make the pull down menu's work?
What is the best format to save R graphics for inclusion into a LaTeX documents?
I will use PdfTex, or LaTeX -> PS -> PsToPdf to generate the
2003 Sep 17
5
Quit asking me if I want to save the workspace!
How do you stop R from putting up a dialog box when you quit Rgui?
(I use Windows and I never save workspaces that way)
Murray
--
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of Statistics, University of Waikato, Hamilton, New Zealand
Email: maj at waikato.ac.nz Fax 7 838 4155
Phone +64 7 838 4773 wk +64 7 849 6486 home
2007 Oct 31
2
R WinEdt on Windows vista
Hi!
I was trying to install the RWinEdt library on a Windows Vista machine which had R 2.6.0, WinEdt 5.4 and the RWinEdt1.7.8.zip file in the library folder under the ...\R\2.6.0 directory. I am able to install fine form the local zip but I can't launch winedt from within R for some reason.
> utils:::menuInstallLocal()
package 'RWinEdt' successfully unpacked and MD5 sums checked
2006 Nov 23
1
integrate R code to WinEdt file
I want to integrate R code to my WinEdt file.
Can someone tell me how to do this?
I copy R code to my WinEdt file, but it does't work.
Aimin Yan
2008 Oct 31
1
R-WinEdt unexcpected Asian characters
Dear list!
I have encountered an odd problem with R-WinEdt.
The program is mostly running fine and I had no problems with the installation.
But several times a day I'm typing in R-WinEdt there appears a menu with
Chinese characters where the curser is and I'm not able to type normally. I
don?t know any other way to stop it except restarting R-WinEdt. After that it
works normally for a
2002 Jan 04
1
No subject
I have been unsuccesful in attempting to use R-WinEdt (I managed to get to a
version of winedt
that has a menu for R, but then I don't how to run an R-command from there).
I found the discussion in
http://cran.r-project.org/contrib/extra/winedt/ReadMe
to be rather short. Has anyone written any explanations of how to run R
from WinEdt that they
would be willing to share with me?
Thanks.