Skip to contents

semptools 0.2.10.1

  • Revised change_node_label() to address an issue with plot.qgraph(). label.cex should now be used as expected. (0.2.10.1)

semptools 0.2.10

CRAN release: 2023-10-15

New Features

Bug Fixes

Miscellaneous

  • Added an R CMD check for noSuggests. (0.2.9.12)
  • Fixed a bug in the setting for pkgdown. (0.2.9.16)
  • Add DoNotPlot = TRUE in all tests to prevent semPlot::semPaths() from plotting the graphs in the tests. (0.2.9.17, 0.2.9.20)
  • Added the helper add_object(). (0.2.9.18)
  • Removed dplyr functions from the code and removed dplyr from Imports. (0.2.9.19)
  • Removed the check for factors with no direction specified in auto_factor_point_to(). The “factor” may be a manifest variable without indicators. (0.2.9.20)
  • Added two internal helpers to check node labels (labels changed? labels non-string?). (0.2.9.22)
  • Removed the mention of change_node_label2, which was not exported, from the help page. (0.2.9.26, 0.2.9.27)
  • Made the warning and error messages of set_cfa_layout() and set_sem_layout() more informative. (0.2.9.28)

semptools 0.2.9.11

CRAN release: 2023-05-31

  • Used the native functions of semPlot (semPlot::man() and semPlot::lat()) to check nodes in drop_nodes() and keep_nodes(). As a consequence, the semPlot package is now in the Import section. (More native functions will be used in the future to ensure compatibility.) (0.2.9.11)

semptools 0.2.9.10

  • Updated pkgdown site.

semptools 0.2.9.9

  • Added support for 2nd order factor (see vignette("second_order")). (0.2.9.7)
  • Fixed doc due to Roxygen updated to 7.2.1. (0.2.9.7)
  • Update the GitHub actions. (0.2.9.8)
  • Fixed doc due to Roxygen updated to 7.2.3. (0.2.9.9)
  • Fixed set_curve(). It should now work for bidirectional edges regardless of the order of the nodes in the specification. (0.2.9.9)

semptools 0.2.9.6

CRAN release: 2022-08-25

  • Fixed several problems with pkgdown setting.

  • Roxygen updated to 7.2.0 and some man pages are updated accordingly.

semptools 0.2.9.5

semptools 0.2.9.4

semptools 0.2.9.3

CRAN release: 2021-10-11

  • Minor fixes to errors in CRAN checks.

semptools 0.2.9.2

CRAN release: 2021-09-27

  • Minor fixes to the DESCRIPTION file and examples.

semptools 0.2.9.1

Bug Fix

  • Fixed a bug in set_sem_layout(). Failed to work with models in which all factors have the same number of indicators.

Misc

  • Reformatted the help sections of the functions (wrap the text for readability). This has no impact on uses and the generated help files.

semptools 0.2.9

semptools 0.2.8.1

  • Added change_node_label() for changing the labels of nodes. Several other functions were modified to adapt for this function.

  • Added to_list_of_lists() for converting a named vector to a list of lists. Specifying a list of lists is necessary in some cases because the a label may not be string (e.g., it may be an expression). However, in most cases, all elements are strings or numbers and so a named vector will do. This function is to be used internally by other functions, not to be used by users.

semptools 0.2.8

  • Fix a bug in set_cfa_layout(). It now will not raise an error for one-factor models.

  • Fix some typo errors in documentation pages.

semptools 0.2.7

  • Import the pipe operator from magrittr so users no need to load the package themselves.

semptools 0.2.6

  • Update the documentation of mark_sig() and mark_se() to emphasize that currently they require a lavaan output.

semptools 0.2.5

  • Used pkgdown to build a site. The first draft, with minimal customization.

semptools 0.2.4

  • Alpha release. Ready for testing.