Skip to content

Commit

Permalink
Increment version number to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RDastgh1 committed Sep 26, 2024
1 parent da40f05 commit 47ba8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SciDataReportR
Title: Package for Generating Scientific Data Reports
Version: 2.11.0
Version: 2.12.0
Authors@R:
person("Raha", "Dastgheyb", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/signin"))
Expand Down
2 changes: 1 addition & 1 deletion R/CreateMCATable.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CreateMCATable <- function(Data, VarsToReduce, VariableCategories = NULL,

# Return results as a list
return(list(p_scree = p_scree,
pcaresults = mca_result,
mcaresults = mca_result,
LoadingTable = LoadingTable %>% select(-order),
Scores = MCAind,
CombinedData = CombinedData,
Expand Down

0 comments on commit 47ba8a4

Please sign in to comment.