- using R version 4.5.2 Patched (2026-01-31 r89374)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.3.0-10) 14.3.0
GNU Fortran (Debian 14.3.0-10) 14.3.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘psrwe/DESCRIPTION’ ... OK
- this is package ‘psrwe’ version ‘3.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘psrwe’ can be installed ... OK
See the install log for details.
- used C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
- checking C++ specification ... OK
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [6s/8s] OK
- checking whether the package can be loaded with stated dependencies ... [6s/7s] OK
- checking whether the package can be unloaded cleanly ... [6s/9s] OK
- checking whether the namespace can be loaded with stated dependencies ... [6s/7s] OK
- checking whether the namespace can be unloaded cleanly ... [6s/7s] OK
- checking loading without being on the library search path ... [10s/12s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [39s/50s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... INFO
GNU make is a SystemRequirements.
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [12s/16s] OK
- checking for unstated dependencies in ‘demo’ ... OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [52s/65s] ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘ps_matching.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘ps_matching.Rmd’
--- re-building ‘pskm_rct.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘pskm_rct.Rmd’
--- re-building ‘pskm_single.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘pskm_single.Rmd’
--- re-building ‘vignette.Rmd’ using rmarkdown
Quitting from vignette.Rmd:45-47 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/lifecycle_error_deprecated>
Error:
! The `.dots` argument of `group_by()` was deprecated in dplyr 1.0.0 and
is now defunct.
---
Backtrace:
▆
1. ├─base::plot(dta_ps, plot_type = "balance")
2. ├─base::plot(dta_ps, plot_type = "balance")
3. ├─psrwe:::plot.PSRWE_DTA(dta_ps, plot_type = "balance")
4. │ └─psrwe:::plot_balance(x, ...)
5. │ └─psrwe:::plot_balance_fac(...)
6. │ └─psrwe:::get_freq_tbl(...)
7. │ └─... %>% rename(Value = v)
8. ├─dplyr::rename(., Value = v)
9. ├─dplyr::mutate(., Cov = v)
10. ├─dplyr::mutate_if(., is.factor, as.character)
11. │ └─dplyr:::check_grouped(.tbl, "mutate", "if")
12. │ └─dplyr::is_grouped_df(tbl)
13. ├─dplyr::ungroup(.)
14. ├─dplyr::mutate(., Sum = sum(.data$n), Freq = .data$n/sum(.data$n))
15. ├─dplyr::group_by(., !!as.name(var_groupby))
16. ├─dplyr::count(., .dots = c(var_groupby, v))
17. └─dplyr:::count.data.frame(., .dots = c(var_groupby, v))
18. ├─dplyr::group_by(x, ..., .add = TRUE, .drop = .drop)
19. └─dplyr:::group_by.data.frame(x, ..., .add = TRUE, .drop = .drop)
20. └─dplyr::group_by_prepare(.data, ..., .add = .add, error_call = current_env())
21. └─lifecycle::deprecate_stop("1.0.0", "group_by(.dots = )")
22. └─lifecycle:::deprecate_stop0(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'vignette.Rmd' failed with diagnostics:
The `.dots` argument of `group_by()` was deprecated in dplyr 1.0.0 and
is now defunct.
--- failed re-building ‘vignette.Rmd’
SUMMARY: processing the following file failed:
‘vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [1s/3s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR