Displaying 20 results from an estimated 200 matches similar to: "biOps load failed"
2009 Jun 18
1
biOps load failed after being used for one week
Hi,
I installed biOps on my XP, and installed the required dll packages,
jpeg62.dll, libfftw3-3.dll, and libtiff3.dll, as suggested by this forum.
Then it worked perfectly for about one week till this afternoon. When I
tried to load biOps again, I got the following error message again
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
2007 Dec 11
1
error trying to load biOps under 2.6.1 running XP
I'm running R 2.6.1 on a WXP machine. When I do the following I get an
error message.
> library(biOps)
Error in dyn.load(file, ...) :
unable to load shared library
'C:/PROGRA~1/R/R-26~1.1/library/biOps/libs/biOps.dll':
LoadLibrary failure: The specified module could not be found.
Error: package/namespace load failed for 'biOps'
Please help, or comments about what
2009 Apr 09
1
Help with biOps loading
I have tried several times to load biOps package after reading the posts in this archive regarding the necessity of placing these two libs in the PATH (libjpeg62.dll and libtiff3.dll). I have tried locating the libs in several directories that should have worked, but I still get the following message.
------------------
Error in inDL(x, as.logical(local), as.logical(now), ...) :
2013 Mar 04
1
installing biOps on MacOSX fails
version.string R version 2.15.2 (2012-10-26)
I am trying to install biOps on MacOS X 10.8.2
First, I have tiff, fftw-3, jpeg
and set paths like
cd /usr/include
sudo ln -s /usr/local/include/fftw3.h
for x in /usr/local/include/j*.h; do sudo ln -s $x; done
for x in /usr/local/include/tiff*.h; do sudo ln -s $x; done
cd /usr/lib
for x in /usr/local/lib/libfftw3.*; do sudo ln -s $x; done
for x in
2010 Apr 08
0
biOps package installation
Dear All,
I found this nice example of PCA application on the web
http://www.r-bloggers.com/principal-components-and-image-reconstruction/
and wanted to reproduce the results for myself. I installed biOps the usual
way
and got the message
*package 'biOps' successfully unpacked and MD5 sums checked*
but when loading the package, I get
*Error in inDL(x, as.logical(local),
2011 Nov 17
1
building biOps on macports, and configure--vars
All,
the MacOSX binary build of the biOps package is broken on cran, so I am trying to compile from source. I am very close; the trick is apparently that this package depends on fftw3, libjpeg and libtiff. My fftw3 is in /usr/local/, but my libjpeg and libtiff are in /opt/local/ since i got them through macports. In general, I'd like to keep as many of my third-party libraries as I can in the
2008 Mar 28
0
Emacs 22.2-modified-1 is out
I updated my modified GNU Emacs for Windows release to the now current
version 22.2 of Emacs. The distribution is available at
http://vgoulet.act.ulaval.ca/en/emacs
For those hearing about this distribution for the first time, here's a
short description: ready-to-install version of GNU Emacs 22.2 for
Windows (released March 26, 2008) with the following additions:
* ESS 5.3.6;
*
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
When built with --with-fft=gpl-fftw3, libspeexdsp is not linked with
libfftw3, while it uses symbols from it. This means every object linked
with libspeexdsp should also be linked with libfftw3, but it is not
something reflected in the pkgconfig file.
Instead, link libspeexdsp with libfftw3 when --with-fft=gpl-fftw3, and
remove explicit link with libfftw3 in objects build by the speex
Makefile.
2009 Sep 27
1
Optional libraries (libtiff, etc) not found
I installed the (binary) biOps package, which can use libtiff and libfftw.
Then I used macports to install the libraries (in /opt/local/lib). But I
restart R and biOps still does not see the libraries.
I've tried adding symbolic links from /opt/local/lib to /usr/local/lib, I've
added /opt/local/lib to LIBRARY_PATH, LD_LIBRARY_PATH, and
DYLD_LIBRARY_PATH, and it doesn't work.
Do you
2007 Aug 24
2
Package installation
Hello,
I'm running R with windows. Could anybody help me how to install the package
biOps (http://cran.mirroring.de/src/contrib/Descriptions/biOps.html) ?
I cannot find it at any mirror provided by the GUI; I just found it as "tar.gz"
which cannot be installed with the installation method...
Maybe, I simply do something wrong?
Thanks for any hint!
Antje
2008 Aug 12
1
Conflict between octave3.0-headers and r-base-dev
Hi,
I'm using Ubuntu Hardy i386, and the R 2.7.1 Ubuntu packages from CRAN.
The CRAN r-base-dev package depends on refblas3-dev or atlas3-base-dev,
but octave3.0-headers depends on libblas-dev. The two blas packages seem
to conflict, so r-base-dev and octave3.0-headers can't be installed
together.
Is this a known issue?
Thanks,
Gad
$ sudo apt-get install octave3.0-headers
Reading
2011 Aug 01
1
error message jpeg62.dll missing
Dear R-help
We are getting an error message `jpeg62.dll missing'.
We are running Windows 7 64-bit, from a Mac using Boot Camp.
Do you know of this error message, and can you give us help trying to
resolve the problem?
many thanks
Rocky
Rocky Hyacinth
Technician
Department of Archaeology
University of Sheffield
United Kingdom
[[alternative HTML version deleted]]
2004 Apr 01
0
RxFax/spandsp Crash
Dear Steve
i have try SpanDSP from the first version to the last one (1k) with my Canon
FAX and with my modem but every time i see a lot of message like this:
-----
I send a Fax from my Canon B150 i have the following error:
-- Starting simple switch on 'Zap/33-1'
-- Executing RxFAX("Zap/33-1", "/home/user/testfax.tif") in new stack
Changed from phase 0 to 1
2008 Dec 17
2
Install app_rxfax and app_txfax in 1.4 with Lenny
Hi,
I've read README file in agx-ast-addons-1.4.17.5.tar.bz2
It says "Install libTiff >=3.8 and <4.0"
Should you really use this agx-ast-addons to get app_rxfax and app-_txfax
running with latest 1.4.22 ?
If positive, should you take this libtiff warning into account ?
If positive, where can you find such libtiff version as Debian repository (I
didn't check alternate
2009 Dec 08
2
automated image processing
Hi,
I am looking for a R package which is capable to process and analysis pictures of tissues (stained) in an automatic way.
I had a look on biops and EBImage (Bioconductor) but they are not automatic...
Did you already use/know a such package ?
Thanks,
- Martial
_________________________________________________________________
Tchattez en direct en en vidéo avec vos amis !
2008 Dec 22
1
Install app_rxfax and app_txfax in 1.4with Lenny
JFYI - I run (successfully) agx-addons with 1.4.22 and Etch.
Make sure you have the right version of SpanDSP installed (as well as the tiff libraries).
-->> -----Original Message-----
-->> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
-->> bounces at lists.digium.com] On Behalf Of Loic Didelot
-->> Sent: 19 December 2008 20:33
2011 Sep 14
2
Image processing and analysis with R
Hello everyone,
I'm working in a project to create an special analysis about visualization in some animals and its behaviour, through checking eye movement. The point is this is very important to get data from the image as a resume of what this animal sees. I think an RGB histogram like photoshop does, but I need to get the data from this histogram analysis and I was wondering about using R
2012 Feb 07
1
Using custom R_LIBS with R CMD install
Hi all,
Am I using the correct syntax to set a custom R_LIBS when running R
CMD INSTALL from the command line?
I get:
R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/
# Desktop : R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/
# * installing to library ?/Users/hadley/R?
# ERROR: dependency ?ascii? is not available for package ?rapport?
But:
ls
2013 Mar 13
1
image color analysis
I am not sure if I should ask this question in this list. But I'll try.
Currently I am trying to analyze images using EBImage and biOps.
One of the features that I need to extract from various images is the color
spectrum, namely, which colors each image consists of.
So, each image hopefully can be converted into some sort of color histogram
so that color ingredients are easily comparable
2009 Jul 10
0
Problem loading ReadImages package (and RGooglemaps)
Hello All
I have just tried to install the ReadImages packge in R but am getting an error message stating:
"This application has failedt to start because jpeg62.dll was not found. Re-installing the application may fix this problem"
and at the R prompt this error message gets returned:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg))