Skip to content

Commit

Permalink
v 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andjar committed Jun 5, 2022
1 parent 726f252 commit 7a83c4b
Show file tree
Hide file tree
Showing 73 changed files with 6,610 additions and 5,233 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ALASCA
Title: Assorted, Linear ASCA Functions
Version: 0.0.0.100
Version: 1.0.0
Authors@R:
person(given = "Anders H.",
family = "Jarmund",
Expand Down
4 changes: 2 additions & 2 deletions R/AlascaModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ AlascaModel <- R6::R6Class("AlascaModel",
#' @field ignore_missing_covars If TRUE, ignore missing covariate values
ignore_missing_covars = FALSE,
#' @field version Version number
version = "0.0.0.100",
version = "1.0.0",
#' @field update_date Date of latest update
update_date = "2022-05-27",
update_date = "2022-06-04",

# Effect matrices
#' @field separate_effects If TRUE, try to separate the effects
Expand Down
17 changes: 4 additions & 13 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,16 @@ reference:
- contents:
- ALASCA
- validate
- getScores
- getLoadings
- getCovars
- get_scores
- get_loadings
- get_covars
- summary.ALASCA
- RMASCA
- SMASCA
- appendModel
- printVer
- get_predictions
- title: "Plotting"
desc: "Functions for visualizing results"
- contents:
- plot.ALASCA
- screeplot.ALASCA
- flipIt
- assessGroupDifferences
- plotCovar
- plotParts
- plotPred
- plotProjection
- title: "Diagnostics"
desc: "Functions for checking statistical validity"
- contents:
Expand Down
136 changes: 37 additions & 99 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a83c4b

Please sign in to comment.