
Olá, O manual do R (http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Java-support) diz o seguinte: <PRINT> Note that this unfortunately depends on the exact version of the JRE/JDK installed, and so may need updating if the Java installation is updated. This can be done by running R CMD javareconf which updates settings in both etc/Makeconf and R_HOME/etc/ldpaths. See R CMD javareconf --help for details. </PRINT> Contudo, ao executar tal comando no Windows, recebo a seguinte msg: <PRINT> C:\Program Files\R\R-3.2.0\bin>R CMD javareconf 'javareconf' não é reconhecido como um comando interno ou externo, um programa operável ou um arquivo em lotes. </PRINT> Ao executar o Help do comando, deparo com o seguinte: <PRINT> C:\Program Files\R\R-3.2.0\bin>R --arch x64 --help Usage: Rterm [options] [< infile] [> outfile] [EnvVars] Start R, a system for statistical computation and graphics, with the specified options EnvVars: Environmental variables can be set by NAME=value strings Options: -h, --help Print usage message and exit --version Print version info and exit --encoding=enc Specify encoding to be used for stdin --encoding enc ditto --save Do save workspace at the end of the session --no-save Don't save it --no-environ Don't read the site and user environment files --no-site-file Don't read the site-wide Rprofile --no-init-file Don't read the .Rprofile or ~/.Rprofile files --restore Do restore previously saved objects at startup --no-restore-data Don't restore previously saved objects --no-restore-history Don't restore the R history file --no-restore Don't restore anything --vanilla Combine --no-save, --no-restore, --no-site-file, --no-init-file and --no-environ --max-mem-size=N Set limit for memory to be used by R --max-ppsize=N Set max size of protect stack to N -q, --quiet Don't print startup message --silent Same as --quiet --slave Make R run as quietly as possible --verbose Print more information about progress --internet2 Use Internet Explorer settings for proxies etc. --args Skip the rest of the command line --ess Don't use getline for command-line editing and assert interactive use -f file Take input from 'file' --file=file ditto -e expression Use 'expression' as input One or more -e options can be used, but not together with -f or --file An argument ending in .RData (in any case) is taken as the path to the workspace to be restored (and implies --restore) Or: R CMD command args where 'command' is one of: INSTALL Install add-on packages REMOVE Remove add-on packages SHLIB Make a DLL for use with dynload BATCH Run R in batch mode build Build add-on packages check Check add-on packages Rprof Post process R profiling files Rdconv Convert Rd format to various other formats Rdiff difference R output files Rd2pdf Convert Rd format to PDF Rd2txt Convert Rd format to pretty text Stangle Extract S/R code from vignette Sweave Process vignette documentation config Obtain configuration information about R open Open a file via Windows file associations texify Process a latex file Use R CMD command --help for usage information for each command. </PRINT> A questão é a seguinte: Foi abandonado o suporte R ao java na versão 3.2, visto que tal comando agora não existe? Leonard

Leonard, Uso o R 3.1.3 no Windows e ocorre o mesmo. Tive esse problema quando usava linux (openSUSE) e queria rodar R com JGR(). Pra resolver lá tive que instalar o openJDK. Você tem o JDK instalado no Windows além do JRE? Éder Comunello <c <comunello.eder@gmail.com>omunello.eder@gmail.com> Dourados, MS - [22 16.5'S, 54 49'W]

Verifiquei meu sistema e embora não seja possível executar o "R CMD javareconf" todo suporte Java está operando normalmente. Vejas os pacotes carregados. Será que esse procedimento não é necessário apenas nos sistemas linux? Por que você precisa realizar o procedimento? Não está conseguindo instalar ou carregar algum pacote?
sessionInfo() R version 3.1.3 (2015-03-09) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8 x64 (build 9200)
locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] xlsx_0.5.7 xlsxjars_0.6.1 JGR_1.7-16 iplots_1.1-7 JavaGD_0.6-1 rJava_0.9-6 loaded via a namespace (and not attached): [1] png_0.1-7 tools_3.1.3
Éder Comunello <c <comunello.eder@gmail.com>omunello.eder@gmail.com> Dourados, MS - [22 16.5'S, 54 49'W]

Só vi a msg agora Sou usuario r linux a mais tempo que r windows (usando agora). Nunca havia testado isso no windows ainda. Como o javareconf não funcionou, fui pro plano b. Rodei tudo em java mesmo. Em 09/05/2015 12:13, "Éder Comunello" <comunello.eder@gmail.com> escreveu:
Verifiquei meu sistema e embora não seja possível executar o "R CMD javareconf" todo suporte Java está operando normalmente. Vejas os pacotes carregados.
Será que esse procedimento não é necessário apenas nos sistemas linux? Por que você precisa realizar o procedimento? Não está conseguindo instalar ou carregar algum pacote?
sessionInfo() R version 3.1.3 (2015-03-09) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8 x64 (build 9200)
locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] xlsx_0.5.7 xlsxjars_0.6.1 JGR_1.7-16 iplots_1.1-7 JavaGD_0.6-1 rJava_0.9-6
loaded via a namespace (and not attached): [1] png_0.1-7 tools_3.1.3
Éder Comunello <c <comunello.eder@gmail.com>omunello.eder@gmail.com> Dourados, MS - [22 16.5'S, 54 49'W]
_______________________________________________ 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.

Só completando. Testei ontem. Instalar o jdk funcionou. O rJava teve que ser instalado dos fontes. Mad tem um detalhe: tive que instalar as versoes 32 e 64 bits do jre + o jdk 64 bits Em 10/05/2015 07:01, "Leonard Assis" <assis.leonard@gmail.com> escreveu:
Só vi a msg agora Sou usuario r linux a mais tempo que r windows (usando agora). Nunca havia testado isso no windows ainda. Como o javareconf não funcionou, fui pro plano b. Rodei tudo em java mesmo. Em 09/05/2015 12:13, "Éder Comunello" <comunello.eder@gmail.com> escreveu:
Verifiquei meu sistema e embora não seja possível executar o "R CMD javareconf" todo suporte Java está operando normalmente. Vejas os pacotes carregados.
Será que esse procedimento não é necessário apenas nos sistemas linux? Por que você precisa realizar o procedimento? Não está conseguindo instalar ou carregar algum pacote?
sessionInfo() R version 3.1.3 (2015-03-09) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8 x64 (build 9200)
locale: [1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252 [4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] xlsx_0.5.7 xlsxjars_0.6.1 JGR_1.7-16 iplots_1.1-7 JavaGD_0.6-1 rJava_0.9-6
loaded via a namespace (and not attached): [1] png_0.1-7 tools_3.1.3
Éder Comunello <c <comunello.eder@gmail.com>omunello.eder@gmail.com> Dourados, MS - [22 16.5'S, 54 49'W]
_______________________________________________ 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, bom dia! O javareconf realmente só está disponível no Linux, encontrei no manual do R (help.start()). http://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R-from... ### javareconf (Unix only) Update the Java configuration variables rtags (Unix only) Create Emacs-style tag files from C, R, and Rd files open (Windows only) Open a file via Windows’ file associations texify (Windows only) Process (La)TeX files with R’s style files ### No meu sistema eu não precisei instalar o JDK, mas eu sempre mantenho o JRE atualizado nas versões 32 e 64bits. Éder Comunello <c <comunello.eder@gmail.com>omunello.eder@gmail.com> Dourados, MS - [22 16.5'S, 54 49'W]

Éder, Uso do cachimbo deixa a boca torta... Primeira vez que uso R windows de maneira mais séria, antes eu usava Linux e mac, eheheh De: R-br [mailto:r-br-bounces@listas.c3sl.ufpr.br] Em nome de Éder Comunello Enviada em: segunda-feira, 11 de maio de 2015 11:49 Para: r-br@listas.c3sl.ufpr.br Assunto: Re: [R-br] javareconf + windows + R 3.2 Leonard, bom dia! O javareconf realmente só está disponível no Linux, encontrei no manual do R (help.start()). http://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R-from... ### javareconf (Unix only) Update the Java configuration variables rtags (Unix only) Create Emacs-style tag files from C, R, and Rd files open (Windows only) Open a file via Windows’ file associations texify (Windows only) Process (La)TeX files with R’s style files ### No meu sistema eu não precisei instalar o JDK, mas eu sempre mantenho o JRE atualizado nas versões 32 e 64bits. Éder Comunello <c <mailto:comunello.eder@gmail.com> omunello.eder@gmail.com <mailto:omunello.eder@gmail.com> > Dourados, MS - [22 16.5'S, 54 49'W]
participantes (3)
-
Leonard Assis
-
Leonard de Assis
-
Éder Comunello