similar to: lattice error

Displaying 20 results from an estimated 30000 matches similar to: "lattice error"

2003 Oct 27
3
Lattice: no grid name space
The following now occurs to me when I try to load lattice (R 1.7.1, debian stable): > library(lattice) Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : package `grid' does not have a name space Error in library(lattice) : package/namespace load failed I did an update.packages() as root recently. Any idea what's wrong? -- Edzer
2003 Nov 18
2
Problems installing lattice
Dear all, I am not able to install the lattice package. After finishing the installation, I got the following error massage: -------------------snip--------------------------- Delete downloaded files (y/N)? y Warning message: argument `lib' is missing: using /usr/local/lib/R/site-library in: install.packages("lattice") > library(lattice) Error in loadNamespace(i, c(lib.loc,
2011 Feb 14
1
R not working after loading lattice
Hello! Happy Valentine's Day... After I loaded the package lattice in R, it did not work. Then when I closed R and restarted it, R started with an error message and here is the feedback that I got from the R Console: Loading required package: Hmisc Loading required package: survival Loading required package: stats Loading required package: graphics Loading required package: splines Error in
2013 Nov 16
1
R 2.14.2 - Installation problem - could not load lattice
Hello, I'm new to R, and have a problem related to spss integration with R (but is actually related to the R installation): I have windows 8, 64bit, and installed R 2.14.2, and then the R plug in for spss (spss version 21). When I tried to run somthing in spss, I got the following error messgae: Error in loadNamespace(i, c(lib.loc, .libPaths())) : there is no package called
2010 May 10
1
Corrupt R installation?
I installed the lattice package, and got an error that R was not able to remove the previous version of lattice. Now my installation seems to be currupt, even affecting other packages. I am getting this error when loading TTR: > library(TTR) Loading required package: xts Loading required package: zoo Error in loadNamespace(i, c(lib.loc, .libPaths())) : there is no package called
2009 Oct 06
2
Unable to load 'doBy' package
Hi all, I am trying to load the doBy package, and I am getting the following error: > library(doBy) Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'Hmisc' Error: package/namespace load failed for 'doBy' I tried updating R to the current version (2.9.2) and installing the most recent version of the doBy package (4.0.2), and the error
2007 Nov 17
2
Rename Variable and package gdata
Dear R-helpers, I hope someone can help me with the following problem: I derived a variable from many others and produced data.frame: toktempo When I look at the variable name I get: names(toktempo) [1] "otok.V5" But I want the variable name to be Tempo so I googled around to find info about renaming variables. I found a webpage which seemed to indicate to me that there was a
2009 Nov 20
1
Including local dynamic libraries
Hi All, I am trying to install the package rjags into a local library on a machine for which I do not have root permissions. Using the command: R CMD INSTALL --configure-args="--with-jags-include= ${JAGSBIN}/include/JAGS --with-jags-lib=${JAGSBIN}/lib/ --with-jags- modules=${JAGSBIN}/lib/JAGS/modules" CMD INSTALL -l ${JAGSBIN}/lib/ ../ rjags_1.0.3-12.tar.gz Where ${JAGSBIN} is
2005 Aug 10
1
error loading nlme package
Hi everyone The suggestion I received from Mr. Dimitris Rizopoulos and Mr. Gabor Grothendieck seems to work well. But unfortunately when I am trying to load nlme package, the following error message is generated. Please help me on this, at the earliest. > library(nlme) Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : There is no package called 'lattice' In
2018 Jan 28
1
semPLS package will not load seems to be failing on loading package lattice
Hi R Help Team I recently updated my R installation to R 3.4.3 and updated to later version of R Studio and I found that the package semPLS will not load even though installed and it seems to be failing on loading package lattice Getting the following error message: library(semPLS) Loading required package: lattice Error: package or namespace load failed for 'lattice': .onLoad failed in
2016 Oct 26
2
improve 'package not installed' load errors?
>>>>> Duncan Murdoch <murdoch.duncan at gmail.com> >>>>> on Mon, 24 Oct 2016 14:54:16 -0400 writes: > On 24/10/2016 1:51 PM, Kevin Ushey wrote: >> Hi R-devel, >> >> One of the more common issues that new R users see, and become stumped >> by, is error messages during package load of the form: >>
2003 Dec 15
2
Error with spdep
Dear useRs: First of all I would like to thank all the responses. I've an error with package "spdep". I am working with a Windows XP machine (AMD-2000-XP RAM-256DDR) and 1.8.0. R-version and when I try to load spdep appear the following error: > library(spdep) Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : There is no package called
2008 May 06
2
Lattice problems / cannot load lattice
Hi, My problem is simple: since having updated the lattice package, I cannot load lattice anymore. If I type in the command 'library(lattice)' the loading fails with the following message: --- cut here --- Error in library.dynam(lib, package, package.lib) : shared library 'lattice' not found In addition: Warning messages: 1: In loadNamespace(package, c(which.lib.loc,
2003 Jun 12
2
car package dependencies
Hello, I tried to install the "car" package but I can't solve the dependencies. car needs grid, lattice and dr but when I try to install grid I get this error prompt: wz3x64:/home/oggi/R/software/contrib # rpm -i R-car-1.0.R3-1.i386.rpm error: failed dependencies: R-grid is needed by R-car-1.0.R3-1 R-lattice is needed by R-car-1.0.R3-1
2016 Oct 24
4
improve 'package not installed' load errors?
Hi R-devel, One of the more common issues that new R users see, and become stumped by, is error messages during package load of the form: > library(ggplot2) Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'Rcpp' Error: package or namespace load failed for 'ggplot2' Typically, error messages of this form
2012 Mar 29
3
r-forge build failure bafflement
I am attempting to build a package on r-forge and running into a weird error. I have been in correspondence with the R-forge admins and am turning to r-devel on the remote chance that someone might have a guess as to what is going wrong or a suggestion about further diagnostics/experiments I could try ... The package seems to build fine on my system(s) with R CMD build --compact-vignettes
2007 May 17
1
2 questions about loading packages
My sessioninfo is below and I have two questions about loading packages in R : #======================================================================= ============================================================= R version 2.4.0 (2006-10-03) i686-pc-linux-gnu locale: C attached base packages: [1] "datasets" "methods" "utils" "stats"
2011 Jun 09
1
Install R 2.14 From Source : lattice Error
I'm installing the latest development version of R on Ubuntu 10.04 Revision: 56096 Last Changed Date: 2011-06-08 and the make command runs for a while, then I get : ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/local/lib64/R/library/lattice/libs/lattice.so': libR.so: cannot open shared object
2019 Oct 10
2
How to refer to my package from another package DESCRIPTION
Hello, I am developing some packages. Package1 requires Package2, both of which I developed: Right now Package2 is installed properly here: /myHome/libraries/Package2 Package1 needs Package2. Package1 refers to Package2 both in the Roxygen @import field for one of the functions, and also in the Imports section in the DESCRIPTION However, when I do ?R CMD check Package1? I get: * checking
2010 Sep 12
0
packages update and error: no package called 'lattice',Error: package 'Hmisc could not be loaded; Tinn-R
Dear all, Since some months after updating packages via update.packages(ask='graphics'), sometimes I loose 'lattice', although already installed. At R restart, I get: Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'lattice' Error: package 'Hmisc' could not be loaded In this case I must re-install 'lattice' and