Here the messages when I try to install the package in a clean, new R session:
> remotes::install_github("kwb-r/kwbGompitz@dev") # solves warning message due to rounding
Downloading GitHub repo kwb-r/kwbGompitz@dev
These packages have more recent versions available.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: kwb.utils (92fe9ecbd... -> dcbe1b79c...) [GitHub]
5: digest (0.6.18 -> 0.6.20 ) [CRAN]
6: ellipsis (0.1.0 -> 0.2.0.1 ) [CRAN]
7: ggplot2 (3.2.0 -> 3.2.1 ) [CRAN]
8: pillar (1.4.0 -> 1.4.2 ) [CRAN]
9: Rcpp (1.0.1 -> 1.0.2 ) [CRAN]
10: tibble (2.1.1 -> 2.1.3 ) [CRAN]
11: vctrs (0.1.0 -> 0.2.0 ) [CRAN]
Enter one or more numbers separated by spaces, or an empty line to cancel
1: 3
√ checking for file 'C:\Users\mriech.KWB\AppData\Local\Temp\RtmpIpN7GY\remotes26887b313e51\KWB-R-kwbGompitz-ac68de7461ec6c49d316943ed0a623a4c0339e44/DESCRIPTION' ...
- preparing 'kwbGompitz':
√ checking DESCRIPTION meta-information ...
- cleaning src
- checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- building 'kwbGompitz_0.6.4.9000.tar.gz'
Installing package into ‘C:/Users/mriech.KWB/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
ERROR: failed to lock directory 'C:/Users/mriech.KWB/Documents/R/win-library/3.6' for modifying
Try removing 'C:/Users/mriech.KWB/Documents/R/win-library/3.6/00LOCK-kwbGompitz'
Error in i.p(...) :
(converted from warning) installation of package ‘C:/Users/mriech.KWB/AppData/Local/Temp/RtmpIpN7GY/file26883bc13550/kwbGompitz_0.6.4.9000.tar.gz’ had non-zero exit status
In addition: Warning messages:
1: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
Is it the same as for you?
Here the messages when I try to install the package in a clean, new R session:
Is it the same as for you?