Thank you again andresrcs. RStudio is great software, though from time to time there are snags.
I am also now having trouble with ggplotgui. I also had trouble with it in an R Markdown file, though this might have been due to my adding a call to plotly() along with a ggplotgui call in the same file: might have been just too much to take.
I am not sure about the gg3D call.
library("ggplotgui")
package �ggplotgui� was built under R version 3.6.3Error: package or namespace load failed for ‘ggplotgui’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.5 is already loaded, but >= 0.4.6 is required
devtools::install_github("AckerDWM/gg3D")
Downloading GitHub repo AckerDWM/gg3D@master
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: ellipsis (0.3.0 -> 0.3.1) [CRAN]
5: rlang (0.4.5 -> 0.4.6) [CRAN]
6: glue (1.4.0 -> 1.4.1) [CRAN]
7: backports (1.1.6 -> 1.1.7) [CRAN]
8: ps (1.3.2 -> 1.3.3) [CRAN]
9: vctrs (0.2.4 -> 0.3.0) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
1
ellipsis (0.3.0 -> 0.3.1) [CRAN]
rlang (0.4.5 -> 0.4.6) [CRAN]
glue (1.4.0 -> 1.4.1) [CRAN]
backports (1.1.6 -> 1.1.7) [CRAN]
ps (1.3.2 -> 1.3.3) [CRAN]
vctrs (0.2.4 -> 0.3.0) [CRAN]
Installing 6 packages: ellipsis, rlang, glue, backports, ps, vctrs
Installing packages into �C:/Users/Documents/R/win-library/3.6�
(as �lib� is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/ellipsis_0.3.1.zip'
Content type 'application/zip' length 45992 bytes (44 KB)
downloaded 44 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/rlang_0.4.6.zip'
Content type 'application/zip' length 1129315 bytes (1.1 MB)
downloaded 1.1 MB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/glue_1.4.1.zip'
Content type 'application/zip' length 154103 bytes (150 KB)
downloaded 150 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/backports_1.1.7.zip'
Content type 'application/zip' length 81581 bytes (79 KB)
downloaded 79 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/ps_1.3.3.zip'
Content type 'application/zip' length 333928 bytes (326 KB)
downloaded 326 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/vctrs_0.3.0.zip'
Content type 'application/zip' length 1123563 bytes (1.1 MB)
downloaded 1.1 MB
package ‘ellipsis’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �ellipsis�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\ellipsis\libs\x64\ellipsis.dll to C:\Users\Documents\R\win-library\3.6\ellipsis\libs\x64\ellipsis.dll: Permission deniedrestored �ellipsis�package ‘rlang’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �rlang�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\rlang\libs\x64\rlang.dll to C:\Users\Documents\R\win-library\3.6\rlang\libs\x64\rlang.dll: Permission deniedrestored �rlang�package ‘glue’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �glue�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\glue\libs\x64\glue.dll to C:\Users\Documents\R\win-library\3.6\glue\libs\x64\glue.dll: Permission deniedrestored �glue�package ‘backports’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �backports�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\backports\libs\x64\backports.dll to C:\Users\Documents\R\win-library\3.6\backports\libs\x64\backports.dll: Permission deniedrestored �backports�package ‘ps’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �ps�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\ps\libs\x64\ps.dll to C:\Users\Documents\R\win-library\3.6\ps\libs\x64\ps.dll: Permission deniedrestored �ps�package ‘vctrs’ successfully unpacked and MD5 sums checked
cannot remove prior installation of package �vctrs�problem copying C:\Users\Documents\R\win-library\3.6\00LOCK\vctrs\libs\x64\vctrs.dll to C:\Users\Documents\R\win-library\3.6\vctrs\libs\x64\vctrs.dll: Permission deniedrestored �vctrs�
The downloaded binary packages are in
C:\Users\AppData\Local\Temp\RtmpGe57sV\downloaded_packages
√ checking for file 'C:\Users\AppData\Local\Temp\RtmpGe57sV\remotes49a473d34dc\AckerDWM-gg3D-ffdd837/DESCRIPTION' (557ms)
- preparing 'gg3D':
√ checking DESCRIPTION meta-information ...
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- building 'gg3D_0.0.0.9000.tar.gz'
Installing package into �C:/Users/Documents/R/win-library/3.6�
(as �lib� is unspecified)
- installing source package 'gg3D' ...
** using staged installation
** R
** byte-compile and prepare package for lazy loading
Error: (converted from warning) package 'ggplot2' was built under R version 3.6.3
Execution halted
ERROR: lazy loading failed for package 'gg3D'
- removing 'C:/Users/Documents/R/win-library/3.6/gg3D'
installation of package �C:/Users/AppData/Local/Temp/RtmpGe57sV/file49a47f5e58b2/gg3D_0.0.0.9000.tar.gz� had non-zero exit status