Displaying 20 results from an estimated 1000 matches similar to: "Menu Language"
2005 Jan 13
2
Naming Convention
I was wondering whether there exists a naming convention for row and column
names in R data frames and matrices.
E.g: PriceSwap or PRICESWAP or PRICE.SWAP
Many thanks.
Reinhold
[[alternative HTML version deleted]]
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 Jan 09
3
CatchAll virtual user removes spamheaders
Hi all,
I am having a small problem with a catch-all user
I have setup in my Postfix/Dovecot setup.
I am not 100% sure this is Dovecot related, but, logic tells me it is.
I have a virtual user called @reinhold.dk setup
to redirect to my main account, peter at reinhold.dk.
If I send a spam mail (GTUBE) to
peter at reinhold.dk, the mail is marked with Amavis x-headers as it should be.
If I
2008 Dec 31
1
Instalación de WinEdt para R
Buenas tardes a todos:
Primero que nada un saludo y desearles un feliz 2009. Escribo para que me
asesoren con la instalación de un editor de R, estube siguiendo los pasos de
un manual
1. Instalar R
2. Instalar WinEdt 5 (V. 5.2 o superior)
3. Instalar *SWinRegistry *(disponible en
http://www.omegahat.org/SWinRegistry): *Packages
! Install package(s) from local zip ¯les...
*
4. Instalar
2010 Nov 01
2
Mailing lists in Dovecot?
Hi all,
I was wondering if anyone could recommend a simple mailing list manager that plays well with a Postfix/Dovecot setup, with virtual domains?
It really just has to be very simple, basically, an alias would work, if I could rewrite the sender address/name, and I don't really need the possibility for users to subscribe via e-mail based commands.
I've looked at the XEXEC plugin as a
2007 Apr 28
1
RWinEdt and Windows Vista
Hi,
I have a new computer with Windows Vista and I am trying to use
RWinEdt, which I have always used. I am using R version 2.5.
The installation of the RWinEdt library is funny. First, it didn't
install at all. Then, I uninstalled/reinstalled both R and WinEdt,
downloaded the package again from the CRAN repositary, got some error
messages, but RWinEdt initialized. I closed R and WinEdt,
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
2007 Oct 06
4
R-2.6.0 and RWinEdt
Dear Listers,
I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under
Windows XP.
The R-WinEdt menu well appears at launching (the command
library(RWinEdt) is in .Rprofile), but WinEdt is NOT started
automatically (this was not the case in the earlier versions of R). When
WinEdt is started by hand (eg double-click on a RWinEdt alias after R
launching), syntax highlighting and
2006 Sep 04
1
RGui problem in Windows XP with demo() and help()
I just installed R-2.3.1pat under Windows XP as well as the associated
RWinEdt. If I start RGui from its shortcut (but do _not_ also start
RWinEdt) and then try to execute demo() or help(), I get a RWinEdt
pop-up error window with message:
File "D:\WP\WinEdtData\WinEdt\D:/WP/WinEdtData/WinEdt/R.ini" does not
exist!
Qualifier -e/-E does not specify an existing file!
First
2006 Feb 16
1
error loading RWinEdt
Dear R Helpers,
I would be very pleased with your help, again.
I have this problem when installing / loading RWinEdt. I use R 2.1.1version.
The same error message occurs when installing from mirrors.
thanks in advance,
Rodrigo Tsai.
> install.packages("c:/tsai/pessoal/soft/r-project/RWinEdt_1.7-4.zip",
repos=NULL, method="source")
package 'RWinEdt' successfully
2003 Oct 09
1
RWinEdt patch
Hi:
I just tried to install the patch for RWinEdt - there is an automated package ('SWinRegistry' ) which with the rwinedt patch on the CRAN site have to be loaded as packages from R using the local zip drive option.
That works fine. The next step is to call the library(RwinEdt) and this does'nt work out ... the meesages i get are:
>
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
2008 Jul 12
1
Installing RWinEdt
>From the R console I invoke:
install.packages("RWinEdt")
and get:
Warning in install.packages("RWinEdt") :
argument 'lib' is missing: using 'F:\Users\Kevin\Documents/R/win-library/2.7'
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://streaming.stat.iastate.edu/CRAN/bin/windows/contrib/2.7/RWinEdt_1.8-0.zip'
Content
2004 Oct 08
3
RWinEdt
Hi,
I have troubles getting RWinEdt with the R2.0.0 Version startet.
Do I have to install a different version of RWinEdt or WinEdt?
I have RWinEdt 1.6.1 and WinEdt 5.3.
Thanks
Anna Hennig
2004 May 01
1
RWinEdt, R.profile and version 1.9.0
Hi,
I have just upgraded from the 1.8.1 to the 1.9.0 version of R, and have some trouble to run RWinEdt from the .Rprofile file (in the
user folder). The script is:
library(MASS)
library(lattice)
cat("Load editor?(y/n default = y): ")
nf <- as.character(readLines(n = 1))
if ((nf=="y")|(nf=="Y")|(nf=="")) {library(RWinEdt)}
rm(nf)
When run at start,
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
2011 Jul 04
2
RWinEdt problem
Hi R Helpers,
I am a long time RWinEdt user and have just acquired a new laptop. I have
installed RWinEdt and things are going smoothly except for one small glitch
- file names are not appearing on the document tabs. When I use WinEdt (as
opposed to RWinEdt), they are appearing. Can anyone offer any advice on
this?
Thanks in advance,
Simon Knapp
OS: windows7
Arch: 64 bit
R version: 2.13.0
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
2005 Jan 16
1
RWinEdt install problem
I cannot get the "R" button to appear in RWinEdt.
I'm running R 2.0.1 under Windows XP. I did a clean install of the
latest WinEdt. Previously (for an earlier installation of WinEdt) I had
RWinEdt running OK. Now, even though I have the distributed
RWinEdt_1.6-2.zip extracted to the right place in the R directory, and
when I execute
library(RWinEdt)
in the R Console,
2003 Dec 16
2
Winedit and R
Hi all,
I am trying to install add-on in R (rw1070) to work with WinEdit. Libraries Swinregistry and Rwinedt have been installed via "Install Package(s) from local zip files" from R. However, when I run library(Rwinedt) I get the following messages:
> library(Rwinedt)
Loading required package: SWinRegistry
Error in loadNamespace(name) : package `methods' does not have a name