From 9e6d971403696d151aea45cbda6070b2b12bb084 Mon Sep 17 00:00:00 2001 From: Timothy Bates Date: Sun, 24 Jan 2021 03:11:32 +0000 Subject: [PATCH] update NEWS spell check NEWS --- NEWS.md | 26 ++++++++++++++++++++++++-- R/misc_and_utility.R | 8 ++++---- cran-comments.md | 2 +- inst/WORDLIST | 21 +++++++++++++++++++++ 4 files changed, 50 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6d0a1412e..ebb2eac9b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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` diff --git a/R/misc_and_utility.R b/R/misc_and_utility.R index 21c8d0bfc..bcf2e9ede 100644 --- a/R/misc_and_utility.R +++ b/R/misc_and_utility.R @@ -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 @@ -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. @@ -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 @@ -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()] diff --git a/cran-comments.md b/cran-comments.md index 676cfafe8..bd3350aa1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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) diff --git a/inst/WORDLIST b/inst/WORDLIST index 66ce08cac..63cbd41e8 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -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