erro ao instalar "rimage"

Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi. Segue os comandos e as mensagens do R:
install.packages("rimage") Installing package(s) into ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13’ (as ‘lib’ is unspecified) tentando a URL ' http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta ================================================== downloaded 70 Kb
* installing *source* package ‘rimage’ ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package ‘rimage’ * removing ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13/rimage’ The downloaded packages are in ‘/tmp/RtmpkbMTt0/downloaded_packages’ Mensagens de aviso perdidas: In install.packages("rimage") : installation of package ‘rimage’ had non-zero exit status sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-linux-gnu (64-bit) locale: [1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C [3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=pt_BR.UTF-8 [5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=pt_BR.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tcltk_2.14.0 tools_2.14.0 -- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430

Voce não tem o fftw na sua máquina www.fftw.org <http://debpedroso.wordpress.com/2011/03/04/e-mails-falsos-distribuicao-de-notebooks/> []s Leonard de Assis assis<dot> leonard<at> gmail<dot> com Em 21/11/2011 20:22, Guilherme Moraes Ferraudo escreveu:
Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi.
Segue os comandos e as mensagens do R:
install.packages("rimage") Installing package(s) into '/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13' (as 'lib' is unspecified) tentando a URL 'http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta ================================================== downloaded 70 Kb
* installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package 'rimage' * removing '/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13/rimage'
The downloaded packages are in '/tmp/RtmpkbMTt0/downloaded_packages' Mensagens de aviso perdidas: In install.packages("rimage") : installation of package 'rimage' had non-zero exit status
sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-linux-gnu (64-bit)
locale: [1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C [3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=pt_BR.UTF-8 [5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=pt_BR.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached): [1] tcltk_2.14.0 tools_2.14.0
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Leonard eu tenho e está instalado no /usr/local a versão é o fftw-3.3 Por isso que estou confuso.... Em 21 de novembro de 2011 20:43, Leonard de Assis <assis.leonard@gmail.com>escreveu:
Voce não tem o fftw na sua máquina
www.fftw.org<http://debpedroso.wordpress.com/2011/03/04/e-mails-falsos-distribuicao-de-notebooks/>
[]s Leonard de Assis assis <dot> leonard <at> gmail <dot> com
Em 21/11/2011 20:22, Guilherme Moraes Ferraudo escreveu:
Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi.
Segue os comandos e as mensagens do R:
install.packages("rimage") Installing package(s) into ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13’ (as ‘lib’ is unspecified) tentando a URL ' http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta ================================================== downloaded 70 Kb
* installing *source* package ‘rimage’ ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package ‘rimage’ * removing ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13/rimage’
The downloaded packages are in ‘/tmp/RtmpkbMTt0/downloaded_packages’ Mensagens de aviso perdidas: In install.packages("rimage") : installation of package ‘rimage’ had non-zero exit status
sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-linux-gnu (64-bit)
locale: [1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C [3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=pt_BR.UTF-8 [5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=pt_BR.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached): [1] tcltk_2.14.0 tools_2.14.0
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430
_______________________________________________ R-br mailing listR-br@listas.c3sl.ufpr.brhttps://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430

RESOLVIDO Leonard, eu instalei todas as bibliotecas com o nome "fftw" (não eram muitas) via Synaptic e consegui instalar o pacote "rimage" no R. Obrigado pela força. Abs Em 21 de novembro de 2011 20:46, Guilherme Moraes Ferraudo < guiferraudo@gmail.com> escreveu:
Leonard eu tenho e está instalado no /usr/local
a versão é o fftw-3.3
Por isso que estou confuso....
Em 21 de novembro de 2011 20:43, Leonard de Assis <assis.leonard@gmail.com
escreveu:
Voce não tem o fftw na sua máquina
www.fftw.org<http://debpedroso.wordpress.com/2011/03/04/e-mails-falsos-distribuicao-de-notebooks/>
[]s Leonard de Assis assis <dot> leonard <at> gmail <dot> com
Em 21/11/2011 20:22, Guilherme Moraes Ferraudo escreveu:
Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi.
Segue os comandos e as mensagens do R:
install.packages("rimage") Installing package(s) into ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13’ (as ‘lib’ is unspecified) tentando a URL ' http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta ================================================== downloaded 70 Kb
* installing *source* package ‘rimage’ ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package ‘rimage’ * removing ‘/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13/rimage’
The downloaded packages are in ‘/tmp/RtmpkbMTt0/downloaded_packages’ Mensagens de aviso perdidas: In install.packages("rimage") : installation of package ‘rimage’ had non-zero exit status
sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-pc-linux-gnu (64-bit)
locale: [1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C [3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=pt_BR.UTF-8 [5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=pt_BR.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached): [1] tcltk_2.14.0 tools_2.14.0
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430
_______________________________________________ R-br mailing listR-br@listas.c3sl.ufpr.brhttps://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430
-- Guilherme Moraes Ferraudo Jaboticabal/Campinas - SP http://lattes.cnpq.br/2096118558794430

Observe tb q vc está instalando os seus pacotes sobre uma biblioteca pre-existente utilizada pelo R-2.13.x.... Isso vai/pode causar outros problemas de dependência.... b

Existe no Windows este rimage? Voce não tem o fftw na sua máquina www.fftw.org []s Leonard de Assis assis <dot> leonard <at> gmail <dot> com Em 21/11/2011 20:22, Guilherme Moraes Ferraudo escreveu: Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi. Segue os comandos e as mensagens do R: > install.packages("rimage") Installing package(s) into '/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13' (as 'lib' is unspecified) tentando a URL 'http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta

Segundo o CRAN, sim http://cran.r-project.org/web/packages/rimage/index.html []s Leonard de Assis assis<dot> leonard<at> gmail<dot> com Em 22/11/2011 02:38, Mauro Sznelwar escreveu:
Existe no Windows este rimage?
Voce não tem o fftw na sua máquina
www.fftw.org <http://www.fftw.org>
[]s Leonard de Assis assis<dot> leonard<at> gmail<dot> com
Em 21/11/2011 20:22, Guilherme Moraes Ferraudo escreveu:
Pessoal, atualizei o meu R e não consigo instalar o pacote "rimage". Já tive esse problema tempos atrás, porém não lembro como resolvi.
Segue os comandos e as mensagens do R:
> install.packages("rimage") Installing package(s) into '/home/gferraudo/R/x86_64-pc-linux-gnu-library/2.13' (as 'lib' is unspecified) tentando a URL 'http://brieger.esalq.usp.br/CRAN/src/contrib/rimage_0.5-8.2.tar.gz' Content type 'application/x-gzip' length 72186 bytes (70 Kb) URL aberta
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
participantes (4)
-
Benilton Carvalho
-
Guilherme Moraes Ferraudo
-
Leonard de Assis
-
Mauro Sznelwar