Fixes v3.7.5 for CRAN

This commit is contained in:
Charlton, Scott R 2023-12-06 11:58:57 -07:00 committed by GitHub
parent 78e93f68cb
commit 220db26eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1248,7 +1248,7 @@ function(value) {
##' Retrieve the name of the selected_output file. ##' Retrieve the name of the selected_output file.
##' ##'
##' Retrieves the name of the selected_output file. The default value is selected_{nuser}.0.out. ##' Retrieves the name of the selected_output file. The default value is selected_\{nuser\}.0.out.
##' ##'
##' The selected_output file must be turned on using the \code{\link{phrSetSelectedOutputFileOn}} function. ##' The selected_output file must be turned on using the \code{\link{phrSetSelectedOutputFileOn}} function.
##' ##'
@ -1291,7 +1291,7 @@ function(nuser) {
##' Set the name of the selected_output file. ##' Set the name of the selected_output file.
##' ##'
##' Sets the name of the selected_output file. The default value is selected_{nuser}.0.out. ##' Sets the name of the selected_output file. The default value is selected_\{nuser\}.0.out.
##' ##'
##' The selected_output file must be turned on using the \code{\link{phrSetSelectedOutputFileOn}} function. ##' The selected_output file must be turned on using the \code{\link{phrSetSelectedOutputFileOn}} function.
##' ##'