Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2012 Sep 17
1
LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
Dear all,
I have problems loading a library in the 64 version of R.
The following happens:
· I have a file, equildistC.cpp, which contains a few lines of C++ code.
· I have compiled the file using the following commands:
PATH =
2012 Nov 13
1
Matrix package will not loead
Dear Fellow R Users,
I am having a problem with the Matrix package, in Windows XP on R 2.15.1 .
This is the only package where I experience this. I remove the package first, re install, and then when trying to load, get a LoadLibrary failure as below.
Thanks in advance for any assistance.
Regards,
Tolga
> remove.packages("Matrix")
Removing package(s) from
2012 Oct 16
1
Problems with xlsx and rjava
Hi,
I keep getting the below error regarding rJava which is required by package xlsx (I have used it in the past to directly import data from Excel 2010).
I was on R version 2.15.0 when I was getting this error this morning. So I upgraded to 2.15.1 but still the same problem. I tried unstalling and reinstalling xlsx and even rJava directly from the source as indicated here:
2012 Oct 15
1
rJava install - "%1 is not a valid Win32 application."
All –
I’m having a problem with the rJava package. I can download it to my
machine (Win 7 64-bit) but when I try to load the package into R (2.15.1,
64-bit version), I get the following error:
> require(rJava)
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
Trying to access R from Netlogo5 (using the NetLogo R-Extension),
running the configuration validation tests in
NetLogo5/extensions/r/Systemcheck.nlogo, I get several loadlibrary()
errors ...
in rJava Check2,
> library(rJava); .path.package('rJava')
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
2011 Mar 04
1
Problem with tcltk
Dear all,
Since I installed the x64 version of R (v2.12.1), I got a problem with tcltk
that I did not achieve to resolve.
When loading the library, it gives me the following error message:
Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace() for
'tcltk', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object
2013 May 17
0
rggobi error
Hi R Expert Community,
I need your help in getting rggobi and ggobi to work.
I tried running ggobi under Rattle's Explore tab and interactive option but got an error. I then tested library('rggobi')and noticed I get the same error. So it's not Rattle specific.
I have GGOBI and rggobi installed on my machine. Below is the info.
At first I got Error 'A' below. Then I
2018 Oct 05
1
unable to load shared object
Thanks for asking.
The path where R tries to load the dll from does not exist I think (or
the install process deletes it after the error - might this be the
case?):
C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll'
When I am checking after the error that path is only valid up to:
C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/
So maybe (?) the install process
2010 Mar 31
0
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
Hi Gabor,
I just used your R code below and the code worked properly
without any error messages. Attached is the output graph, which
may be the one you expected.
library("Rgraphviz")
set.seed(123)
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, 0.2)
g1
plot(g1)
Thanks.
Howard
On Wed Mar 31 11:18:25 EDT 2010, Gabor Grothendieck
<ggrothendieck at
2010 Mar 31
1
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
Hi Martin,
It is really a 'PATH' problem. After adding C:\Program
Files\Graphviz2.20\bin to the 'PATH' environment variable, the
Rgraphviz package can be loaded without any error messages.
Sorry that I ONLY set my 'PATH' environment variable correctly
for R but not for Graphviz.
Thank you and Duncan so much for your great help.
Howard
On Tue Mar 30 18:12:54
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
> library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht
laden:
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.
Error : .onLoad in
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
> library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht
laden:
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.
Error : .onLoad in
2010 Sep 02
1
R CMD check Package(Windows): Error in inDL(x, as.logical(local), as.logical(now), ...) :
Hi,
I've built my own package in windows and when I run R CMD check Package-Name I get,
* install options are ' --no-html'
* installing *source* package 'AceTest' ...
** libs
making DLL ...
g++ ...etc.
installing to <PATH>
... done
** R
** preparing package for lazy loading
** help
Warning: ./man/AceTest-package.Rd:34: All text must be in a section
Warning:
2011 Aug 10
1
Win7 x64 "device not ready" error when DLLpath passed to dyn.load
Hi,
Does anyone have any idea why some installations of 64 bit Windows 7 yields
an error like this when passing DLLpath to dyn.load or library.dynam?
> library(RGtk2)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'c:/R/libuser/RGtk2/libs/x64/
RGtk2.dll':
LoadLibrary failure: The device is not ready.
For now I guess I will fall back to
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hi, Jeroen et al.:
On 2020-04-30 03:15, Jeroen Ooms wrote:
> On Thu, Apr 30, 2020 at 6:38 AM Spencer Graves
> <spencer.graves at prodsyse.com> wrote:
>> Hello, All:
>>
>>
>> "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
>>
>>
>> Error: package or namespace load failed for 'Ecfun':
2020 Apr 30
3
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hello, All:
????? "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
Error:? package or namespace load failed for 'Ecfun':
?.onLoad failed in loadNamespace() for 'rJava', details
? call: inDL(x, as.logical(local), as.logical(now), ...)
? error:? unable to load shared object 'c:/Program
2009 Mar 26
1
Problemas con psych y Rgraphviz
Hola a tod@s, ayer mismo gracias a CarlosJ. Gil Bellosta me he enterado de
la existencia de la lista R en España. Excelente idea!!
Aprovecho este mensaje para comentaros un problema en la utilización del
paquete psych y Rgraphviz que nunca había utilizado antes. Despues de
cambiar a la versión R.2.8.2 y haberla reinstalado varias veces con vista.
Cuando ejecuto
test.psych()
aparece un mensaje
2011 May 12
1
can't run rjags package in R project
i've windows 7 64 bit operating system
i run latest jags backage 2.2
i make set enviroment variable for JAGS_home because the rjags in r program
couldn't see the JAGS sw
now the error is the following:
Error : .onLoad failed in loadNamespace() for 'rjags', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object 'D:/Program
2008 Oct 24
1
Errors in R CMD check for R 2.8.0
useR's,
I get these 2 errors when I run "R CMD check" on my package, and I cannot
figure out how to get around them. Does anyone have any ideas? If it is of
any help, I use Windows XP.
...
* checking replacement functions .... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Error in inDL(x, as.logical(local), as.logical(now), ...):
2009 Jun 08
1
iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)
Full_Name: Osiander Meixner
Version: 2.9.0 (2009-04-17)
OS: Windows Vista Enterprise, 32bit, SP1
Submission from: (NULL) (15.195.185.82)
package XML_2.5-1
>library(XML) throws an error window saying:
"
RGui: RGui.exe - Unable to Locate Component
This application has failed to start becuase iconv.dll was not found.
Re-installing the application may fix this problem.
"
RGui then