similar to: Installing a Package tar.gz in windows

Displaying 20 results from an estimated 100 matches similar to: "Installing a Package tar.gz in windows"

2005 Sep 24
3
Install and load packages
Dear R-users, I would like to know what are the commands to install (from a local zip file) a package and then to load it. Thaks all, Bests, Caio "Perco a consciencia, mas n併o importa, encontro a maior serenidade na alucina佺ao. 伾 curioso como n併o sei dizer quem sou. Quer dizer, sei-o bem, mas n併o posso dizer. Sobretudo tenho medo de dizer, porque no momento em que tento falar, n併o
2013 Jan 22
1
Erro message in glmmADMB
Hello everybody, I am using glmmADMB and when I run some models, I recieve the following message: Erro em glmmadmb(eumencells ~ 1 + (1 | owners), data = pred3, family = "nbinom", : The function maximizer failed (couldn't find STD file) Furthermore: Lost warning messages: Command execution 'C:\Windows\system32\cmd.exe /c
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no serviço que foi configurado para receber aplicações Ruby. Na máquina local, o site estava funcionando perfeitamente. Agora existe este erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência com esse tipo de erro e poderia me ajudar? -- You received this message because you are subscribed to the Google Groups
2012 Feb 28
1
Dotplot edition
Hi everyone, Im very new with R and I would like to change the size text (names) in the ylab in a dotplot. I have checked many webpages and R sites,  but I have not found any help. This is the same structure of the plot in R graph Gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=150 thanks in thanks is advance José Mi code is this: ### setup the key k <- simpleKey( c(
2012 Feb 21
5
help error: In dweibull(x, shape, scale, log) : NaNs produzidos
Guys, I'm having an error when I use the command: library(MASS)> dados<-read.table("inverno.txt",header=FALSE)> vento50<-fitdistr(dados[[1]],densfun="weibull")Mensagens de aviso perdidas:1: In dweibull(x, shape, scale, log) : NaNs produzidos2: In dweibull(x, shape, scale, log) : NaNs produzidos3: In dweibull(x, shape, scale, log) : NaNs produzidos4: In
2012 Apr 30
2
ez package installation fails - ubuntu 12.04
Hello everyone, I've just installed ubuntu 12.04 and the package named 'ez' fails to install because of a dependency. The error messages are: Error : package ‘Matrix’ 1.0-2 is loaded, but >= 1.0.3 is required by ‘ez’ ERROR: lazy loading failed for package ‘ez’ * removing ‘/usr/local/lib/R/site-library/ez’ The downloaded packages are in ‘/tmp/Rtmp38etdB/downloaded_packages’
2007 May 03
2
[LLVMdev] LLVM Developers' meeting
I'd like to attend. Thanks, Tomas Evensen Chief Technology Officer 500 Wind River Way Alameda, CA 94501 510-749-2783 office 510-749-2007 fax www.windriver.com <file:///C:/Documents%20and%20Settings/teve/Application%20Data/Microsoft /Signatures/www.windriver.com> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 30
1
Automatically install package dependencies
Hi, I have a R Package. It is working, but I can't that it install the dependencies automatically. When I try to install I receive this message: > install.packages("./RT4Bio_1.0.tar.gz",dependencies=TRUE) Installing package(s) into '/usr/local/lib/R/site-library' (as 'lib' is unspecified) inferring 'repos = NULL' from the file name ERROR: dependency
2011 Jun 21
12
Resumen de R-help-es, Vol 28, Envío 31
Hola, soy María, Estoy realizando un trabajo de control de calidad usando en R diferentes tipos de "Control charts", desde el tipo xbar.one, u, p, c,...Y al validar el cálculo de los estadísticos media y desviación típica de mis "Control Charts" en Excel, e investigando, me he dado cuenta de que R calcula las desviaciones de distinto modo según sea el tipo de control chart;
2013 Feb 26
0
Multistate occupancy models using Jags
Hi everyone, I am trying to run the example of multistate occupancy model from the book Bayesian Population Analysis using WinBUGS (Marc Kéry and Michael Schaub): This example is available on http://www.vogelwarte.ch/code-for-running-bpa-using-jags.html When I try to run the first line of this section of the model : # Initial values zst
2023 Mar 15
0
Fecha de Auditoría
AUDITOR?A DE RRHH - RECURSOS HUMANOS - Curso Online en Vivo | 28 de Marzo 2023 Beneficios de participar en este Curso > Conocer el estado actual del ?rea de RH frente al marco legal > Detectar malas pr?cticas que puedan generar perdidas > Identificar riesgos administrativos y responsabilidades de RH > Implementaci?n de la Norma-035 > Metodolog?a de una auditor?a
2007 May 03
0
[LLVMdev] LLVM Developers' meeting
Hi Tomas, On Thu, 3 May 2007 11:30:01 -0700 "Evensen, Tomas" <tomas.evensen at windriver.com> wrote: >I'd like to attend. You're on the list! See you there. Reid. > >Thanks, > >Tomas Evensen > >Chief Technology Officer >500 Wind River Way >Alameda, CA 94501 >510-749-2783 office >510-749-2007 fax >www.windriver.com
2012 Feb 21
3
HELP ERROR Weibull values must be > 0
GUYS, I NEED HELP WITH ERROR: library(MASS) > dados<-read.table("mediaRGinverno.txt",header=FALSE) > vento50<-fitdistr(dados[[1]],densfun="weibull") Erro em fitdistr(dados[[1]], densfun = "weibull") : Weibull values must be > 0 WHY RETURN THIS ERROR? WHAT CAN I DO? BEST REGARDS [[alternative HTML version deleted]]
2012 May 07
0
R CMD check, interfacing c++ linking errors
Hi there, I am trying to interface c++ code in R and make a package. With R CMD SHLIB the dll was created, but when I try R CMD check, I am getting 'undefined reference to..' linkage error messages. The relevant c++ source from conf-infomap.cpp: #include "conf-infomap.h" #include "R.h" // R functions #include "Rinternals.h" #include "Rmath.h" //
2012 May 08
0
R CMD check, c++ source linking errors
Hi there, I'm sorry if I a send it for second time, I've just subscribed for the list. I am trying to interface c++ code in R and make a package. With R CMD SHLIB the dll was created, but when I try R CMD check, I am getting 'undefined reference to..' linkage error messages. The relevant c++ source from conf-infomap.cpp: #include "conf-infomap.h" #include
2023 Jun 12
0
Perdida de Concesiones CONAGUA
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20230612/275232e9/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: conagua-2013.png Type: image/png Size: 83 bytes Desc: not available URL:
2012 May 08
1
R CMD check linking errors, when interfacing c++
Hi there, I am trying to interface c++ code in R and make a package. With R CMD SHLIB the dll was created, but when I try R CMD check, I am getting 'undefined reference to..' linkage error messages. The relevant c++ source from conf-infomap.cpp: #include "conf-infomap.h" #include "R.h" // R functions #include "Rinternals.h" #include "Rmath.h" //
2014 Oct 01
1
JABBER_STATUS CODE 7
Hi all,I hope to find a solution with the help of the list, I'm trying to get the status of my extensions with ejabberd , the idea is to visualize my users ejabberd incoming calls or missed. I'm testing with my operator extension with this code but only get the missed call notification does not show me where the call is coming. my piece of code [operadora] exten =>
2011 May 18
3
leyenda cortada en el eje Y
Hola: Soy nuevo en esto de R, llevo toda la mañana perdida con esto, a ver si alguien me puede ayudar, Cuando genero el gráfico con el siguiente archivo: library(gplots) data <- read.table("data.dat",h=T) postscript(file = "join10kb.ps", horizontal = FALSE, onefile = FALSE,family = "Helvetica", width = 5, height = 4) par(mar=c(5.1, 4.1, 0.1, 0.1)) d <-
2002 Sep 03
2
Using macros from Excel 2000 - Solved
Hi, I would like to say that I've just solved the problem with my macro. It worked, I didn't need of the M$ VB's environment. The problem was in the treatment of variables "date" into my macro. For example: date 03/09/2002. With Win98/Excel, the variable assumes value "03/09/2002". With Linux/Wine/Excel, the variable assumes "3/9/2002". Did you