strengejacke / strengejacke

Wrapper to quickly load the sj-packages.
25 stars 3 forks source link

Error during installation #4

Open apfelpfluecker opened 2 years ago

apfelpfluecker commented 2 years ago

I got this error message during the installation:

Fehler in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  es gibt kein Paket namens 'devtools'
Ruft auf: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Ausführung angehalten
ERROR: lazy loading failed for package 'strengejacke'
* removing 'C:/Users/XXXX/AppData/Local/R/win-library/4.2/strengejacke'
Warning message:
In i.p(...) :
  Installation des Pakets ‘C:/Users/XXXX~1/AppData/Local/Temp/Rtmpm29gl3/filef7423362e8d/strengejacke_0.5.0.tar.gz’ hatte Exit-Status ungleich 0
apfelpfluecker commented 1 year ago

On Linux I got this error message:

remotes::install_github("strengejacke/strengejacke")
Downloading GitHub repo strengejacke/strengejacke@HEAD
Skipping 1 packages not available: emmeans
Installing 3 packages: emmeans, sjstats, sjPlot
Installing packages into ‘/home/user/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
Warnung: dependency ‘emmeans’ is not available
versuche URL 'https://cloud.r-project.org/src/contrib/sjstats_0.18.1.tar.gz'
Content type 'application/x-gzip' length 159360 bytes (155 KB)
==================================================
downloaded 155 KB

versuche URL 'https://cloud.r-project.org/src/contrib/sjPlot_2.8.11.tar.gz'
Content type 'application/x-gzip' length 915023 bytes (893 KB)
==================================================
downloaded 893 KB

ERROR: dependency ‘emmeans’ is not available for package ‘sjstats’
* removing ‘/home/user/R/x86_64-pc-linux-gnu-library/3.6/sjstats’
ERROR: dependency ‘sjstats’ is not available for package ‘sjPlot’
* removing ‘/home/user/R/x86_64-pc-linux-gnu-library/3.6/sjPlot’

The downloaded source packages are in
    ‘/tmp/RtmpdLxj5F/downloaded_packages’
Running `R CMD build`...
* checking for file ‘/tmp/RtmpdLxj5F/remotes445269883b28/strengejacke-strengejacke-755ccc8/DESCRIPTION’ ... OK
* preparing ‘strengejacke’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘strengejacke_0.5.0.tar.gz’
Installing package into ‘/home/user/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
ERROR: dependencies ‘sjPlot’, ‘sjstats’ are not available for package ‘strengejacke’
* removing ‘/home/user/R/x86_64-pc-linux-gnu-library/3.6/strengejacke’
Warnmeldungen:
1: package ‘emmeans’ is not available (for R version 3.6.3) 
2: In i.p(...) :
  installation of package ‘sjstats’ had non-zero exit status
3: In i.p(...) : installation of package ‘sjPlot’ had non-zero exit status
4: In i.p(...) :
  installation of package ‘/tmp/RtmpdLxj5F/file445246318bf0/strengejacke_0.5.0.tar.gz’ had non-zero exit status