search for: swinregistry

Displaying 12 results from an estimated 12 matches for "swinregistry".

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...
2003 Nov 02
3
SWinRegistry & R 1.8.0
Hi I have R 1.6.2 and use WinEdt as a text editor. I have just upgraded to R 1.8.0 but can't set up the SWinRegistry program. Using the recommended "Install packages from local zip files" menu option I get > install.packages("C:/R/SWinRegistry_0.3-2_binary.zip", .libPaths()[1], CRAN = NULL) Error in file(file, "r") : unable to open connection In addition: Warning message: canno...
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: > install.packages(choose.files('',filter...
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 *RWinEdt 1.6-1.zip*: *Packages ! Install package(s) from local zip ¯les... * 5. Activarlo desde *Rgui *mediante *library(RWinEdt)*, con lo cual se entra en WinEdt y aparece...
2003 Oct 28
0
New version of R-WinEdt (for Windows)
...operator "_" removed (R-1.8.0 related). - for "double quotes' fixed. - for assignment operator "=" fixed. - for comparisons (e.g. "==") fixed. - Documentation related to the broken (doesn't seem to be fixed soon) automatical installation of the SWinRegistry package added. - More carefully loading SWinRegistry using require(). Changes in RWinEdt_1.5-0: ------------------------- - Now providing R-WinEdt as a package called RWinEdt: - introducing a new installation procedure, installed like an R package, called like an R package (library())...
2003 Dec 02
1
RWinEdt
I am attempting to use R through WinEdt. I installed the SWinRegistry package and it seems to install fine. But when I type: > library(RWinEdt) I get: Error in library(WinEdt) : there is no package called 'RWinEdt' I am running Windows XP and R 1.8.1 The SWinRegistry is correctly named as well that is it is named: SWinRegistry_0.3-3.zi...
2004 May 01
1
RWinEdt, R.profile and version 1.9.0
...quot;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, this prompts: Loading required package: stats Load editor?(y/n default = y): y Loading required package: SWinRegistry Error in eval(expr, envir, enclos) : couldn't find function "winMenuAdd" and the WinEdt is not started. However, if I run > library(RWinEdt) from the gui.exe interface, everything goes well. How can I manage with this "Error in eval(expr, envir, enclos) : couldn't fin...
2009 Jan 02
0
Gracias Instalación de WinEdt para R
...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 *RWinEdt 1.6-1.zip*: *Packages ! Install package(s) from local >> zip ¯les... >> * >> >> 5. Activa...
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
2003 May 22
0
4 packages for Windows users
...nts to see S-COM objects as regular COM objects without needing to know the S language or create S commands. It also allows arbitrary S objects to be used as arguments in calls from the RDCOMClient package, and can be used to handle events from COM objects such as ActiveX controls, Excel. SWinRegistry - facilities for accessing the Windows registry and its contents. One can read and write values, create keys, and navigate the hierarchy. SWinTypeLibs - R interface to read Windows type libraries describing COM objects, C routines, etc. This allows us to "compile" methods for access...
2003 Jun 30
2
R as COM client (rather than server)
Hello all Can R be used as a COM client (rather than as a COM server)? The following (Splus) code shows the sort of thing I'd like to do: pMIM <- create.ole.object("mim31.Server") NoOutputLines <- call.ole.method(pMIM, "SendCmdLine", "show w") for (i in 1:NoOutputLines) show(call.ole.method(pMIM, "GetOutputLine")) release.ole.object(pMIM)
2004 Jul 12
0
text editor for R - summary on R-WinEdt
...carnations of WinEdt, > one for TeX, the other for R. On the desktop I have a shortcut to > WinEdt which is the one for TeX stuff. I open the other one with R > syntax highlighting etc by starting R and using library(RWinEdt). To > do this you have to install the RWinEdt package and SWinRegistry. This > is all well explained in the ReadMe.txt for RWinEdt. > > I think with the right additions to the Target field in a shortcut to > WinEdt you can call up the incarnation of WinEdt that is suitable for > R. I haven't done that. You would then have two shortcuts to WinEd...