Skip to content

Commit

Permalink
Complete covarfile argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Dec 19, 2022
1 parent 6bf7bc4 commit aa7d1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ readFLSss3 <- function(dir, repfile="Report.sso", compfile="CompReport.sso",
readRESss3 <- function(dir, repfile="Report.sso", compfile="CompReport.sso", ...) {

# LOAD SS_output list
out <- readOutputss3(dir, repfile=repfile, compfile=compfile, covar=FALSE)
out <- readOutputss3(dir, repfile=repfile, compfile=compfile, covarfile=FALSE)

if(out$SS_versionNumeric > 3.24)
buildRESss330(out, ...)
Expand Down

0 comments on commit aa7d1b0

Please sign in to comment.