opennlp - Error when installing package ‘openNLPmodels.de’ in R / RStudio -


error when installing package ‘opennlpmodels.de’ in r / rstudio

when try install package ‘opennlpmodels.de’ in rstudio following error messages. run win7, java 8 , latest versions of rstudio r. opennlp , opennlpdata correctly installed. can me install package? thank in advance!!! dominik

frist alternative: installation r:


> install.packages("opennlpmodels.de", repos = "http://datacube.wu.ac.at/", type = "source") installing package ‘\\xxx/r/win-library/3.2’ (as ‘lib’ unspecified) trying url 'http://datacube.wu.ac.at/src/contrib/opennlpmodels.de_1.5-2.tar.gz' content type 'application/x-gzip' length 8393712 bytes (8.0 mb) downloaded 8.0 mb  "\\xxx" cmd.exe wurde mit dem oben angegebenen pfad als aktuellem verzeichnis gestartet. unc-pfade werden nicht untersttzt. stattdessen wird das windows-verzeichnis als aktuelles verzeichnis gesetzt. * installing *source* package 'opennlpmodels.de' ... ** inst ** no man pages found in package  'opennlpmodels.de'  *** installing indices ** building package indices ** testing if installed package can loaded *** arch - i386 warnung in library(pkg_name, lib.loc = lib, character.only = true, logical.return = true)   there no package called 'opennlpmodels.de' fehler: laden fehlgeschlagen ausführung angehalten *** arch - x64 warnung in library(pkg_name, lib.loc = lib, character.only = true, logical.return = true)   there no package called 'opennlpmodels.de' fehler: laden fehlgeschlagen ausführung angehalten error: loading failed 'i386', 'x64' * removing '\\xxx/r/win-library/3.2/opennlpmodels.de' warning in install.packages :   running command '"c:/progra~1/r/r-32~1.4/bin/x64/r" cmd install -l "\\xxx\r\win-library\3.2" c:\xxx\appdata\local\temp\rtmpy035u7/downloaded_packages/opennlpmodels.de_1.5-2.tar.gz' had status 1 warning in install.packages :   installation of package ‘opennlpmodels.de’ had non-zero exit status  downloaded source packages in     ‘c:\xxx\appdata\local\temp\rtmpy035u7\downloaded_packages’ 

second alternative: installation local package, downloaded before datacube-website.


> install.packages("c:/temp/opennlpmodels.de_1.5-2.tar.gz", repos = null, type = "source") installing package ‘\\xxx/r/win-library/3.2’ (as ‘lib’ unspecified) "\\xxx" cmd.exe wurde mit dem oben angegebenen pfad als aktuellem verzeichnis gestartet. unc-pfade werden nicht untersttzt. stattdessen wird das windows-verzeichnis als aktuelles verzeichnis gesetzt. * installing *source* package 'opennlpmodels.de' ... ** inst ** no man pages found in package  'opennlpmodels.de'  *** installing indices ** building package indices ** testing if installed package can loaded *** arch - i386 warnung in library(pkg_name, lib.loc = lib, character.only = true, logical.return = true)   there no package called 'opennlpmodels.de' fehler: laden fehlgeschlagen ausführung angehalten *** arch - x64 warnung in library(pkg_name, lib.loc = lib, character.only = true, logical.return = true)   there no package called 'opennlpmodels.de' fehler: laden fehlgeschlagen ausführung angehalten error: loading failed 'i386', 'x64' * removing '\\xxx/r/win-library/3.2/opennlpmodels.de' warning in install.packages :   running command '"c:/progra~1/r/r-32~1.4/bin/x64/r" cmd install -l "\\xxx\r\win-library\3.2" "c:/temp/opennlpmodels.de_1.5-2.tar.gz"' had status 1 warning in install.packages :   installation of package ‘c:/temp/opennlpmodels.de_1.5-2.tar.gz’ had non-zero exit status 

my question solved now. if else have same problem, here solution:

i installed r , rstudio on c:\programs.... because have no right write on c:\programs directy, installed packages in network-place y:\r.... somehow installation process has problems handle network.

i deinstalled r , rstudio , installed again (software , packages) under c:\tools\r... every installation runs fast , have no problems opennlpmodels.de anymore!

cheers rdominik


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -