Displaying 20 results from an estimated 300 matches similar to: "[newbie] scripting remote check for R package"
2010 May 06
1
R on kdeedu-svn library problem
Hello,
I am new to this list. ?I am trying to compile the current svn version of
kdeedu on an amd64 linux machine ?which uses R and I get the following
compiler output.
-------------------------------------------
?79%] Building CXX object
cantor/src/backends/R/rserver/CMakeFiles/cantor_rserver.dir/rserver.o
$SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp: In member
function
2016 Nov 16
2
Rstudio RserverSql
Estimado Carlos Ortega
Recién leo en mi sistema, checkpoint(), no tengo una fecha configurada.
Instalaré la versión CRAN y que coexistan.
En estos momentos no necesito una característica de análisis estadístico, pero si estoy viendo y pensado con algunas pruebas, el utilizar R para reportes, en ese caso una opción es SqlServer 2016, otra conectar R a java o c#, no recuerdo justo el nombre
2016 Nov 16
2
Rstudio RserverSql
Estimados
La última vez que instale R fue en conjunto con sqlserver 2016, por lo cuál sería rserver.
Actualice Rstudio y por ejemplo el Rnotebook requiere una actualización (pandoc y etc.)
Pero al colocar la actualización de paquetes desde Rstudio informa que están todos actualizados, sin embargo el mismo también detecta que no es así, puesto que lo informa como dependencias necesarias para
2012 Feb 15
2
[newbie] separating plot output from debug output
I'm attempting to refactor an R script that does a lot of plotting,
among other things. Ideally I'd like to do something like
setup # does pdf(...)
for each part of input {
plot(process(part))
}
cleanup # does dev.off()
but have problems:
1 I'm plotting to PDF, so everytime I dev.off() creates a new file,
and I want everything in one file (as does my boss :-)
2 I'm
2012 Dec 31
2
code to convert 3D geographical coordinates to Cartesian?
Is there packaged code to convert geographical coordinates (e.g.,
longitude, latitude, elevation) to Cartesian coordinates in 3-space?
I can see how to do this using
1. a spherical-to-Cartesian conversion like pracma::sph2cart(tpr)
http://cran.r-project.org/web/packages/pracma/
2. a geographical-to-spherical conversion. This seems to involve (in
roughly increasing order of difficulty or
2012 Jan 04
3
[newbie] stack operations, or functions with side effects (or both)
summary: Specifically, how does one do stack/FIFO operations in R?
Generally, how does one code functions with side effects in R?
details:
I have been a coder for years, mostly using C-like semantics (e.g.,
Java). I am now trying to become a scientist, and to use R, but I don't
yet have the sense of "good R" and R idiom (i.e., expressions that are
to R what (e.g.) the Schwartzian
2012 Feb 06
1
[newbie] storage/use of user's own functions?
I'm new but am already starting to accumulate utility functions for
the fairly specialized kinds of data files with which I work. I'd like
to keep those functions in a single folder, or filetree rooted at a
specific folder under my $HOME (I'm running linux), for ease of
* source()-ing
* git commit to bitbucket
* scp to clusters
I'm wondering,
1 is there a canonical location for
2012 Nov 18
2
[newbie] convert 3D spatial array to dataframe
summary: how to convert a 3D array (as obtained from ncdf4::ncvar_get)
to a dataframe suitable for use by lattice::levelplot(), e.g.,
levelplot(conc ~ lon * lat | lev, data = data.frame)
details:
I have atmospheric data in netCDF files specifying gas concentrations
over a 3D space with dimensions longitude, latitude, and (vertical)
level. I need to plot the data by level. Since there are
2012 Jul 23
2
translating IDL to R
I would appreciate
* guidance regarding translation of IDL routines to R, generally
* assistance translating two IDL routines to R, specifically
Why I ask:
I'm slowly learning how to do atmospheric modeling. One language that
has been been popular in this space is IDL
http://en.wikipedia.org/wiki/IDL_(programming_language)
which unfortunately is proprietary (not to mention butt-ugly, IMHO
2012 Aug 28
4
[ncdf4] error converting GEIA data to netCDF
summary: I can successfully ncvar_put(...) data to a file, but when I
try to ncvar_get(...) the same data, I get
> Error in if (nc$var[[li]]$hasAddOffset) addOffset = nc$var[[li]]$addOffset else addOffset = 0 :
> argument is of length zero
How to fix or debug?
details:
R code @
https://github.com/TomRoche/GEIA_to_NetCDF
successfully (if crudely) uses R packages={ncdf4, maps, fields}
2018 Aug 30
2
R_tempDir
Estimados
Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create
R_tempDir
No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas
seguro que sí, en el medio aparece el error, desinstalé y reinstalé
rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y
visual studio fue actualizado ayer. Intenté iniciar RServer desde visual
studio y no
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas
El problema es el tipo dr columnas. Haynun bug q hace que haya q mostrar el tipo de columna mas largo al final de la consulta...
Es un bug de los odbc de Windows..
Gracias
Jes?s
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
Sent: Saturday, March 3, 2018 12:02:10 AM
To: Jes?s
2019 Jan 29
3
Conexion a SQLServer
Buenas,
Alguno usa alguno de los paquetes de Microsoft R para la conexion a SQL Server? De ser asi, que paquete y que comandos usais?
Yo hasta ahora he usado odbc, de Rstudio, pero me da siempre problemas con el tipo de datos que tiene SQLServer ...
Un saludo
Jes?s
[[alternative HTML version deleted]]
2019 Jan 30
2
Conexion a SQLServer
Hola,
Yo empleo RODBC, previamente he creado el origen de datos ODBC en mi
equipo y hago:
library(RODBC)
odbc_con <- odbcConnect("origenODBC")
siniestros <- sqlQuery(odbc_con,"
SELECT *
FROM tal.tal")
odbcCloseAll()
Con VPN en remoto y demás, sin problemas. Saludos.
-------- Mensaje Original --------
Asunto: Re: [R-es] Conexion a
2001 Jan 08
3
Excel-to-R Interface
Hi,
I have some questions about Excel-to-R interface and I hope somebody can help me. Is it possible to call functions in a self-defined package from Excel using the Excel-to-R interface? We created the package successfully and can run all the functions inside R. But when we tried to run them from Excel, we kept running into problems. It seems we can not run anything that is not in the base
2016 Nov 16
3
Versión de Rstudio descargable para installar ggplt2
Qué tal, buen día.
He estado intentando instalar el ggplot2 en R studio, pero me dice que ggplot no está disponible para la última versión que es la 3.2.2, ya descargué la 3.1.1 también y tampoco está disponible para esa versión. Saben qué versión puedo descargar para poder instalar el paquete de ggplot2, ggmap, rgdal, rgeos, maptools, dplyr and tidyr, tmap.
Gracias!
[[alternative HTML
2018 Aug 30
2
R_tempDir
Gracias Eric, podría ser un problema de permiso por el antivirus nuevo
desde el sistema, me pasó escribiendo un texto de Word, entre productos de
Microsoft se bloquearon, aunque no vi mensaje alguno. Investigare su
sugerencia.
Javier
El jue., 30 de ago. de 2018 12:11 PM, Eric <ericconchamunoz en gmail.com>
escribió:
> Hola Javier, Windows tiene el problema de que aunque reinstales
2012 Oct 27
1
help install RExcel
Hello,
I just installed RExcel but I have some problems. I am writing you the set
of commands that I used:
> install.packages("RExcelInstaller", "rcom", "rsproxy")
> library(rcom)
> comRegisterRegistry()
> library(RExcelInstaller)
> installstatconnDCOM()
> installRExcel()
But when I select RStart from add-ins I see this written "No R server
2004 Nov 14
1
excel/r interface
Dear all,
I am quite new to R and for preofessional reasons I was interested in the R/excel interface by Baier and Neuwirth. After setup I see the Rexcel and the Rhelp on the Menu bar of Microsoft Excel XP. However, after putting the formula =RApply("pchisqr", 30, 1) Excel returns the message "could not start Rserver". Any suggestions how to fix this. How do run this
2004 Nov 17
1
bioassay, excel
It's not in R, but the system described in the pair of papers our group
published in the Journal of Biomolecular Screening late last year:
http://jbx.sagepub.com/cgi/content/refs/8/6/624
http://jbx.sagepub.com/cgi/content/refs/8/6/634
is based on S-PLUS and StatServer. It was also presented at the Insightful
Tech. Conf. back in 2000.
For Excel/R connection, look for the R-(D)COM server on