Hello, I recently bought a new Macbook Pro and installed R via a disk image from an older computer - it seems to work fine. I then installed the package "siar", tried to load it via the library command and received the following messages (note the "mvtnorm" package did not appear to load correctly): trying URL 'http://cran.stat.ucla.edu/bin/macosx/leopard/contrib/2.15/siar_4.1.3.tgz' Content type 'application/x-tar' length 181788 bytes (177 Kb) opened URL =================================================downloaded 177 Kb The downloaded binary packages are in /var/folders/_b/pxh1w6_n5wlf9f1pscyhsjx40000gn/T//RtmpgZD0hI/downloaded_packages> library(siar)Loading required package: hdrcde Loading required package: locfit locfit 1.5-7 2012-03-22 Loading required package: ash Loading required package: ks Loading required package: KernSmooth KernSmooth 2.23 loaded Copyright M. P. Wand 1997-2009 Loading required package: mvtnorm Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : ?mvtnorm? is not a valid installed package I originally tried the Berkeley CRAN, removed the package, and then tried the UCLA CRAN and had the same problem. I then went back to my old computer and loaded the library and did not have any problems, the "mvtnorm" package loaded fine, followed by two others: "coda" and "MASS". Any help would be most appreciated. I did not have any problems loading "siar" on my old Macbook Pro and the library should be compatible with both operating systems: old = 10.5.8, new = 10.7.3. Thank you, Gary -- View this message in context: http://r.789695.n4.nabble.com/Problems-loading-siar-package-tp4560105p4560105.html Sent from the R help mailing list archive at Nabble.com.
PS The version of "siar" on my old computer is 4.0, the new version is 4.1.3 - could the latter be corrupt? Thanks, Gary -- View this message in context: http://r.789695.n4.nabble.com/Problems-loading-siar-package-tp4560105p4560125.html Sent from the R help mailing list archive at Nabble.com.
On 16.04.2012 01:36, Gary Roemer wrote:> PS The version of "siar" on my old computer is 4.0, the new version is 4.1.3 > - could the latter be corrupt?Try to reinstall both mvtnorm and siar from sources again. Looks lie your mvtnorm installation is broken. Uwe Ligges> Thanks, > > Gary > > > -- > View this message in context: http://r.789695.n4.nabble.com/Problems-loading-siar-package-tp4560105p4560125.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Hello, I had to load a different package separately. Did you try and find the 'hrdcde' package and load it independently? Best, Gary Roemer, Ph.D. Associate Professor Dept. Fish, Wildlife & Conservation Ecology New Mexico State University Las Cruces, NM 88003 Off: 575-646-3394 Fax:575-646-1281 groemer@nmsu.edu<mailto:groemer@nmsu.edu> http://web.nmsu.edu/~groemer/ On Jul 24, 2013, at 11:31 AM, robinowl [via R] wrote: Hi, I recently bought a new macbook pro and have been trying to run SIAR on R (vr. 4). I have successfully used the program on other computers but each time I load it on this new computer I get an error. I have tried the fixes listed above but I am still having issues...> library(siar)Loading required package: hdrcde Error: package ‘hdrcde’ could not be loaded In addition: Warning messages: 1: '.find.package' is deprecated. Use 'find.package' instead. See help("Deprecated") 2: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called ‘hdrcde’ I have tried reinstalling R and SIAR a few times but nothing has worked. Any assistance would be appreciated!! ________________________________ If you reply to this email, your message will be added to the discussion below: http://r.789695.n4.nabble.com/Problems-loading-siar-package-tp4560105p4672234.html To unsubscribe from Problems loading siar package, click here<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4560105&code=Z3JvZW1lckBubXN1LmVkdXw0NTYwMTA1fDY2OTAwODIzNg==>. NAML<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://r.789695.n4.nabble.com/Problems-loading-siar-package-tp4560105p4672237.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]