-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Similar to #29 , I am unable to install the package.
The problem remains regardless of which options (here: "3") I choose during the process.
`> devtools::install_github('cttobin/ggthemr')
WARNING: Rtools is required to build R packages, but is not currently installed.
Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/.
Downloading GitHub repo cttobin/ggthemr@master
These packages have more recent versions available.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: rlang (0.4.3 -> 0.4.4) [CRAN]
5: stringi (1.4.4 -> 1.4.5) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
3
WARNING: Rtools is required to build R packages, but is not currently installed.
Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/.
√ checking for file 'C:\Users\awuttke\AppData\Local\Temp\RtmpeA6c5f\remotes24d87bda938\cttobin-ggthemr-10eb50a/DESCRIPTION' (368ms)
- preparing 'ggthemr': (432ms)
√ checking DESCRIPTION meta-information ... - checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
Removed empty directory 'ggthemr/README_files' - building 'ggthemr_1.1.0.tar.gz'
- installing source package 'ggthemr' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
Fehler: (konvertiert von Warnung) Paket 'ggplot2' wurde unter R Version 3.6.1 erstellt
Ausführung angehalten
ERROR: lazy loading failed for package 'ggthemr' - removing 'C:/Program Files/R/R-3.6.0/library/ggthemr'
Error: Failed to install 'ggthemr' from GitHub:
(converted from warning) installation of package ‘C:/Users/awuttke/AppData/Local/Temp/RtmpeA6c5f/file24d824b81ba0/ggthemr_1.1.0.tar.gz’ had non-zero exit status`
`> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)
Matrix products: default
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
[3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
[5] LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.3 rstudioapi_0.10 magrittr_1.5 usethis_1.5.1
[5] devtools_2.2.1 pkgload_1.0.2 R6_2.4.1 rlang_0.4.3
[9] fansi_0.4.1 tools_3.6.0 pkgbuild_1.0.6 packrat_0.5.0
[13] sessioninfo_1.1.1 cli_2.0.1 withr_2.1.2 ellipsis_0.3.0
[17] remotes_2.1.0 assertthat_0.2.1 digest_0.6.23 rprojroot_1.3-2
[21] crayon_1.3.4 processx_3.4.1 callr_3.4.1 fs_1.3.1
[25] ps_1.3.0 curl_4.0 testthat_2.3.1 memoise_1.1.0
[29] glue_1.3.1 compiler_3.6.0 desc_1.2.0 backports_1.1.4
[33] prettyunits_1.1.1`