CMAverse icon indicating copy to clipboard operation
CMAverse copied to clipboard

error: loading failed?

Open guhjy opened this issue 3 years ago • 0 comments

devtools::install_github("BS1125/CMAverse") Downloading GitHub repo BS1125/CMAverse@HEAD These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?

1: All
2: CRAN packages only
3: None
4: cli (2.5.0 -> 3.0.0 ) [CRAN] 5: curl (4.3.1 -> 4.3.2 ) [CRAN] 6: lme4 (1.1-27 -> 1.1-27.1) [CRAN] 7: car (3.0-10 -> 3.0-11 ) [CRAN]

Enter one or more numbers, or an empty line to skip updates: 3 √ checking for file 'C:\Users\user\AppData\Local\Temp\RtmpW6wPK9\remotes1dac10bb2dc9\BS1125-CMAverse-752dcb9/DESCRIPTION' (842ms)

  • preparing 'CMAverse': (1.7s) √ checking DESCRIPTION meta-information ...
  • checking for LF line-endings in source and make files and shell scripts
  • checking for empty or unneeded directories
  • building 'CMAverse_0.1.0.tar.gz'

Installing package into ‘D:/Dropbox/Stat/R/Library’ (as ‘lib’ is unspecified)

  • installing source package 'CMAverse' ... ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'CMAverse' finding HTML links ... done cma2020 html
    cmdag html
    cmest html
    finding level-2 HTML links ... done

Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/cmest.Rd:222: missing link 'glm.nb' cmsens html
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/cmsens.Rd:90: missing link 'glm.nb' ggcmest html
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmest.Rd:42: missing link 'ggplot2' Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmest.Rd:43: missing link 'ggplot2' Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmest.Rd:64: missing link 'ggplot2' ggcmsens html
Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmsens.Rd:28: file link 'geom_errorbar' in package 'ggplot2' does not exist and so has been treated as a topic Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmsens.Rd:34: file link 'geom_errorbar' in package 'ggplot2' does not exist and so has been treated as a topic Rd warning: C:/Users/user/AppData/Local/Temp/RtmpARl8Fs/R.INSTALL2fc06fa15372/CMAverse/man/ggcmsens.Rd:73: missing link 'ggplot2' rcreg html
simexreg html
svymultinom html
*** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location *** arch - i386 Error: package or namespace load failed for 'CMAverse' in library.dynam(lib, package, package.lib): DLL 'lattice' not found: maybe not installed for this architecture? error: loading failed

*** arch - x64 ERROR: loading failed for 'i386'

  • removing 'D:/Dropbox/Stat/R/Library/CMAverse'
  • restoring previous 'D:/Dropbox/Stat/R/Library/CMAverse' Warning message: In i.p(...) : installation of package ‘C:/Users/user/AppData/Local/Temp/RtmpW6wPK9/file1dac33326694/CMAverse_0.1.0.tar.gz’ had non-zero exit status

sessionInfo function (package = NULL) { z <- list() z$R.version <- R.Version() z$platform <- z$R.version$platform if (nzchar(.Platform$r_arch)) z$platform <- paste(z$platform, .Platform$r_arch, sep = "/") z$platform <- paste0(z$platform, " (", 8 * .Machine$sizeof.pointer, "-bit)") z$locale <- Sys.getlocale() z$running <- osVersion z$RNGkind <- RNGkind() if (is.null(package)) { package <- grep("^package:", search(), value = TRUE) keep <- vapply(package, function(x) x == "package:base" || !is.null(attr(as.environment(x), "path")), NA) package <- .rmpkg(package[keep]) } pkgDesc <- lapply(package, packageDescription, encoding = NA) if (length(package) == 0) stop("no valid packages were specified") basePkgs <- sapply(pkgDesc, function(x) !is.null(x$Priority) && x$Priority == "base") z$basePkgs <- package[basePkgs] if (any(!basePkgs)) { z$otherPkgs <- pkgDesc[!basePkgs] names(z$otherPkgs) <- package[!basePkgs] } loadedOnly <- loadedNamespaces() loadedOnly <- loadedOnly[!(loadedOnly %in% package)] if (length(loadedOnly)) { names(loadedOnly) <- loadedOnly pkgDesc <- c(pkgDesc, lapply(loadedOnly, packageDescription)) z$loadedOnly <- pkgDesc[loadedOnly] } z$matprod <- as.character(options("matprod")) es <- extSoftVersion() z$BLAS <- as.character(es["BLAS"]) z$LAPACK <- La_library() l10n <- l10n_info() if (!is.null(l10n["system.codepage"])) z$system.codepage <- as.character(l10n["system.codepage"]) if (!is.null(l10n["codepage"])) z$codepage <- as.character(l10n["codepage"]) class(z) <- "sessionInfo" z } <bytecode: 0x000001edcca9b230> <environment: namespace:utils>

guhjy avatar Jul 01 '21 11:07 guhjy