Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
spell check
NEWS
  • Loading branch information
tbates committed Jan 24, 2021
1 parent c6bd074 commit 9e6d971
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 7 deletions.
26 changes: 24 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
**Development version** umx 4.3.0
* December 2020 R 4.0.3 (2020-06-22)


# Releases
## umx 4.3.0
* January 2021 R 4.0.3 (2020-10-10)
* NEW `plot` can output to pdf, png, svg!
* NEW `umx_set_plot_format` can pdf, png, svg output (in addition to DiagrammeR and graphviz)
* IMPROVED: `umxSummary` now reports algebra values when present in RAM models closes #70
* IMPROVED: `umxCompare` table output and plain-english summary printing (cat)
* IMPROVED: table captions and Rmarkdown compatibility
* IMPROVED: `umxSummary` tables have pandoc captions (see #145)
* IMPROVED: messages in console
* IMPROVED: `umxSimplex` summary tables have captions
* IMPROVED: `umxDoC` summary tables have captions
* FIXED: `umxSimplex` example
* IMPROVED: `umxCP` practical workflows for correlated ACE
* NEW: `umx_lower.tri` helper to get lower.tri values in 1 call
* HELP: `umxCP` Document that correlatedA works on a, c and e, allowing factors built by these matrices to correlate.
* BETA: `umxGxEbiv` lboundACE @ 0 by default
* FIXED: `umxGxEbiv` fix nonfunctional lboundACE and lboundM (thanks @mcneale)
* FIXED: `umxGxEbiv` selVars order was imposed on expectation dimnames but didn't match the cov matrix due to bespoke nature of expCov algebras...
* IMPROVED: `fin_compound_interest` now outputs a table of annual returns
* IMPROVED: `umxAPA` uses cat to improve usability of summary data
* NEW: `umx_set_plot_use_hrbrthemes` control
* NEW: `plot.percent` for percent change

## umx 4.2.5
* December 2020 R 4.0.3 (2020-06-22)
* December 2020 R 4.0.3 (2020-10-10)
* NEW: `tmx_show` display model matrices on the web, with color-coded free/false, values + roll-over labels.
* NEW: `harmonic_mean` with support for weights.
* NEW: `geometric_mean`
Expand Down
8 changes: 4 additions & 4 deletions R/misc_and_utility.R
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ umx_get_options <- function() {
#' Set output file suffix (default = "gv", alternative is "dot"). If you call this with no
#' value, it will return the current setting. If you call it with TRUE, it toggles the setting.
#'
#' @param umx.plot.use_hrbrthemes whether to them plots iwth hrbrthemes (if empty returns the current value)
#' @param umx.plot.use_hrbrthemes whether to them plots with hrbrthemes (if empty returns the current value)
#' @param silent If TRUE, no message will be printed.
#' @return - Current setting
#' @export
Expand Down Expand Up @@ -413,7 +413,7 @@ umx_set_plot_use_hrbrthemes <- function(umx.plot.use_hrbrthemes = NULL, silent =
#' Set output suffix used in umx SEM diagram files saved to disk.
#'
#' `umx` SEM diagram files can have a suffix of "gv" (default) or "dot".
#' Interogate the setting by calling with no value: it will return the current setting.
#' Interrogate the setting by calling with no value: it will return the current setting.
#' To change the setting call with "gv" or "dot". Or use TRUE to toggle the setting.
#'
#' @param umx.plot.suffix The suffix for plot files (if empty current value is returned). "TRUE", toggles setting.
Expand Down Expand Up @@ -664,7 +664,7 @@ umx_set_data_variance_check <- function(minVar = NULL, maxVarRatio = NULL, silen
#' If TRUE, then the progress messages from model runs are suppressed. Useful for power simulations etc.
#'
#' @param value Boolean stating if umx Models should run silently (TRUE).
#' @param silent If TRUE, this function itseld will just return the state of the option, with no user message.
#' @param silent If TRUE, this function itself will just return the state of the option, with no user message.
#' @return - Current silent value
#' @export
#' @family Get and set
Expand Down Expand Up @@ -4087,7 +4087,7 @@ umx_var <- function(df, format = c("full", "diag", "lower"), use = c("complete.o
#'
#' @param x a [matrix()] from which to extract values.
#' @param diag whether to include the diagonal (default = FALSE).
#' @return - values of cellss of the lower triangle.
#' @return - values of cells of the lower triangle.
#' @export
#' @family Miscellaneous Utility Functions
#' @seealso - [lower.tri()]
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Changes
Added a full stop to the new sentence in the DESCRIPTION.
new features
## Test environments
* OS X 11.0.0, R version 4.0.3 (2020-06-22)
* Win R Under development (unstable) (2020-12-09 r79601)
Expand Down
21 changes: 21 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Dzr
fullVarNames
gff
grp
hrbrthemes
lookahead
md
MV
ortho
PID
polyline
residualization
tryCatch
twinData
TypeCov
umxDescribeDataWLS
umxLav
umxPlot
umxTwinMaker
xmuRAM
Χ
Hermine
Maes
Neale
Expand Down

0 comments on commit 9e6d971

Please sign in to comment.