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
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
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:
2009 Jun 11
0
Problem with tabbed notebook (tcltk, Iwidgets)
Hi,
I'm using R version 2.9.0 and I'm trying to execute an example using
tabnotebook from iwidgets. Unfortunately I get a problem as you can see
bellow:
> library(tcltk)
Loading Tcl/Tk interface ... done
> library(tkrplot)
> tclRequire("Iwidgets")
<Tcl> 4.0.1
>
> tt <- tktoplevel()
> tkpack(tn <- tkwidget(tt, "iwidgets::tabnotebook"))
2009 Jun 12
0
Problem with tabbed notebook (tcltk, Iwidgets)
Hi,
I'm using R version 2.9.0 and I'm trying to execute an example using
tabnotebook from iwidgets. Unfortunately I get a problem as you can see
bellow:
> library(tcltk)
Loading Tcl/Tk interface ... done
> library(tkrplot)
> tclRequire("Iwidgets")
<Tcl> 4.0.1
>
> tt <- tktoplevel()
> tkpack(tn <- tkwidget(tt, "iwidgets::tabnotebook"))
2019 Feb 28
2
Exit status of Rscript
Current R release (3.5.2) and devel return a 0 exit status on error,
while prior versions returned a non-zero exit status. On Linux and
MacOs, the following line returns TRUE for R-3.5.2 and R-devel, and
FALSE for R-3.5.1 and R-3.5.0:
system2("Rscript", c("-e", shQuote("stop('foo')"))) == 0
I didn't find this in the NEWS, so I believe this is a bug.
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
2002 Sep 03
0
Using macros from Excel 2000
Hi all,
I'm using Debian GNU/Linux in /dev/hda2.
Win98 in /dev/hda1.
Wine version 20020804.
I'm trying to use macros from Excel 2000 with Wine but I'm having problems ...
When I start my macro, one window appear with message, in portuguese: "Erro em tempo de execu??o '9': Subscrito fora do intervalo". I think, in English, is: "Run-time error '9':
2009 Aug 04
0
error message "memory not mapped"
Hi there,
I'm automatically generating buttons depending on the amount of rows
my dataframe consists of. The buttons are supposed to call a barplot-
function. Generating the buttons and displaying the barplot isn't a
problem, but once I press one of the buttons, I'm getting an error-
message.
My dataframe contains only integers. The number of rows usually
doesn't exceed 6
2006 Mar 31
1
oh323 - unable to install
I'm and Asterisk@home user - been so now for almost a year.
Lately, I've upgraded to the latest & greatest.. (which is built on 1.2.5)
and am unable to install oh323.
I've already asked over at the (A@H) Sourceforge forum but no one seems to
think it worth answering.
The error I get is pretty obvious but I don't know where to go from here.
More importantly, I need to have
2015 Jun 12
0
RES: Banco de dados interno no Asterisk e variáveis em SIP HEADERS
Prezado Fernando,
Muito obrigado por sua complementa??o na resposta!
Surgiram algumas d?vidas agora:
A ?nica forma de retornar os dados num header field, como o Rafael dos Santos Saraiva sugeriu envolve criar outro channel?
Ou seja, o que eu preciso ? que a mesma execu??o do dia plan obtenha um valor recebido do Sip Client, execute uma query num banco de dados e em seguida inclua a resposta
2010 May 28
3
Beginner Facing Problem with rake db:migrate
I am beginner for this Rails from the past 2 days I am working hard
to fix the following error
C:\Murali Rubby\demo\library>rake db:migrate --trace
(in C:/Murali Rubby/demo/library)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
== CreateBooks: migrating
====================================================
--
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
2004 Oct 17
2
problems in the install microsoft office 2000 with wine
My systems is rh9, I installed the latest wine
(20040914), with a RPM package downloaded from
http://rpm.pbone.net/.
when I execued "wine setup.exe" (Note: it is in the
hardware, not in CDROM. I am not for sure whether it
is a problem). The following errors occured.
fixme:msi:MsiEnableLogA 00000516
"c:\\windows\\temp\\Office 2000 Premium
Setup(0008)_MsiExec.txt"
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" //
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’