Displaying 20 results from an estimated 9000 matches similar to: "Installing packages"
2011 Dec 07
2
arules package intsallation
I'm using R version 2.13.0 (2011-04-13) on Mac OS X and I get the following error message with library(arules):
Loading required package: Matrix
Loading required package: lattice
Attaching package: 'Matrix'
The following object(s) are masked from 'package:base':
det
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2011 Jun 08
1
2.13 version doesn't load packages
Hi, I just installed the 2.13 version for Mac (without uninstalling the previous versions). I transferred the folder library containing the packages I normally use to the 2.13 library folder. When I require any package this is what I get:
require(ape)
Loading required package: ape
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2013 Mar 08
1
Ports
I realise this isn't exactly an R query, but does anyone know what
ports I need to open in order to get the install package function
working? It's blocked by our University firewall.
I have been asked for the following info and I don't know where to
find it or how to get it. I guess my computer knows this info - it
knows where it's trying to connect to - but I don't
2012 Jun 25
1
Replacing text with a carriage return
I have a comma separated data file with no carriage returns and what
I'd like to do is
1. read the data as a block text
2. search for the string that starts each record "record_start", and
replace this with a carriage return. Replace will do, or just add a
carriage return before it. The string is the same for each record, but
it is enclosed in double quote marks in the file.
2011 Dec 12
3
For loop indicies
I would like to run a for loop with an index going from 0 to 499 but the following seems to miss out the first value:
C <- 499
for (i in 0:C)
The alternative is:
C <- 500
for (i in 1:C)
{
#Then every time I use i, I replace it with i-1
}
Is this a good way to do it or is tere a better way?
Thank you,
ThomasThis message and any attachment are intended solely for the addressee and may
2012 Aug 14
1
problem installing mgcv
Hi all,
I am running into a problem installing a package. I am using a Mac with
OSX 10.5.8
I have been using mgcv for gam models, it has been working fine.
The mgcv listed in my directory of R packages (Package Manager) does not
load up and I receive the following:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2011 Oct 03
1
Unable to load local library via GUI
Hi all,
Not sure if this is the best list, please point me to a more appropriate list if necessary.
Running Mac OSX 10.7.1
R version 2.13.1 Patched (2011-08-14 r56741)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
I have a locally developed library (libmlalgs), which I am able to install via the command line:
2011 Nov 13
2
cannot load zoo package
Using:
Mac OS 10.7.2
R version 2.13.2
I cannot load the zoo package. The install runs fine but when trying to
load it i get the following error:
/Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Users/ntyhurst/Library/R/2.13/library/zoo/libs/i386/zoo.so':
dlopen(/Users/ntyhurst/Library/R/2.13/library/zoo/libs/i386/zoo.so, 6):
Library not loaded:
2009 Jul 17
1
Any workaround for CRAN Mac OS X compiler switch to R 2.10.0?
Hello,
Has the CRAN compiler for Mac OS X switched to using R 2.10? I
recently uploaded an update for the package I maintain to CRAN, and
it's no longer possible to run the package after installing CRAN
binaries for this package under Mac OS X 10.5 and R 2.9.1.
The package is picante 0.7-1. It passes all checks on CRAN cleanly.
Under R 2.9.1 on Mac OS X 10.5, the package can be
2010 Feb 19
2
problem with RGtk
Dear List,
I would like to ask about package RGtk2 with which I have a problem.
I will very much appreciate if somebody could tell me what I need to do.
I need to install a package scdMicro and it depends on gWidgetsRGtk2.
I am working on MAC, version 10.5.8.
When I try to load gWidgetsRGtk2 (or RGtk2), it asks me:
"Instal GTK+?"
I installed Gtk+ from CRAN, and added a path:
export
2011 Nov 10
1
unable to load Hmisc in R 2.14.0
On my MacBook Pro (OS 10.6.8), after updating to R version 2.14.0 (2011-10-31) and reinstalling the Hmisc package, I am unable to load the Hmisc library.
Hmisc was working *before* I updated R.
Any idea what's wrong?
Details below.
> install.packages("Hmisc", dependencies=TRUE)
trying URL
'http://cran.case.edu/bin/macosx/leopard/contrib/2.14/Hmisc_3.9-0.tgz'
Content
2009 Sep 18
2
Ruuid missing Gtk glib.dylib
Hi,
I get an error indicating a missing library from the package 'Ruuid'.
I suppose this means I should install RGtk. I just thought I'd
document the error. Maybe a dependency entry is missing?
R 2.9.0
OS X 10.5.8
Thanks,
- chris
> biocLite('Ruuid')
Using R version 2.9.0, biocinstall version 2.4.12.
Installing Bioconductor version 2.4 packages:
[1] "Ruuid"
2012 Jun 21
1
rgdal package load problem
I am having trouble getting the rgal package to work on Mac OS X. I suspect
it has something to do with the link between the rgal package and the
associated programs GDAL and PROJ4. Here is the message I get when I
attempt to load rgal
> library("rgdal")
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2017 Aug 03
1
error in installing igraph
Hi R users,
I got warning messages when installing the package, and I pasted the
messages below. I checked updates that my R-studio is already the newest
version. I don't know how to solve the problem. Thanks for your help.
> library(igraph)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2011 Aug 30
2
RPostgreSQL Loading Issues
I'm starting to seriously use R and have tried to solve this issue using
my reference books but I'm missing something simple. Running R-2.13.1 on
Slackware-13.1.
Trying to invoke RPostgreSQL so I can copy data from a postgres table to
an R data-frame. I installed RPostgreSQL and the library() command shows
it's present:
Packages in library
2018 Feb 16
2
error in loading rgdal package
Hi R users,
Could you help me to see this problem? I could now load "rgdal" even though
I downloaded the compressed folder. Thanks for your help.
Loading required package: sp
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/libs/rgdal.so':
[[alternative HTML version deleted]]
2009 Nov 30
1
error when installing Rcmdr / tcltk on a Apple laptop
Hello,
I have installed R on my Apple Laptop. Next I wanted to install the
package Rcmdr which requires the package tcltk. But then I get errors
like:
The downloaded packages are in
/var/folders/0p/0pD8fDrwHouNDsQ+k8dGmU+++TI/-Tmp-//RtmpSp4q7p/
downloaded_packages
Loading required package: tcltk
Loading Tcl/Tk interface ... Error in dyn.load(file, DLLpath =
DLLpath, ...) :
unable to
2009 Dec 23
1
Rgraphviz on mac 10.6.2
Rgraphviz Install works fine (http://www.bioconductor.org/packages/release/bioc/html/Rgraphviz.html)
Latest version of graphviz is installed as well
however I get following error when loading Rgraphviz (on Mac 10.6.2)
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/Users/jb/Library/R/2.9/library/Rgraphviz/libs/i386/Rgraphviz.so':
2014 Sep 03
1
Library not loaded: /usr/local/lib/libquadmath.0.dylib
Hi all,
I tried to load a package which includes a shared object on one of my Macs,
and I got an error message below, which suggests that the file "
libquadmath.0.dylib" is missing in the /usr/local/lib folder. On my other
Mac however, I have no problem loading the package, and the file "
libquadmath.0.dylib" is in the /usr/local/lib folder. I wonder where this
2010 Mar 02
1
libgfortran misplaced in Mac OS X R install (PR#14226)
Full_Name: Timothy Brick
Version: 2.10
OS: Mac OS X (seen on both 10.6 and 10.5)
Submission from: (NULL) (63.255.24.5)
When using install.packages in R on Mac OS X, packages that require gfortran
throws an error (Example below from installation of OpenMx package):
Loading required package: OpenMx
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library