Skip to content

Commit

Permalink
Merge pull request #185 from sfcheung/devel
Browse files Browse the repository at this point in the history
0.2.3.11: Fix the wording of printout
  • Loading branch information
sfcheung authored Sep 28, 2024
2 parents b207a08 + 00c9a80 commit d4912be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: manymome
Title: Mediation, Moderation and Moderated-Mediation After Model Fitting
Version: 0.2.3.10
Version: 0.2.3.11
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# manymome 0.2.3.10
# manymome 0.2.3.11

## New Features

Expand Down Expand Up @@ -45,13 +45,16 @@
original standard error when
appropriate. (0.2.3.10)

## Documentation
## Documentation and Notes

- Corrected `README` to remark that
dichotomous `x`-variables are supported
by most functions if coded as a
numeric dummy variable. (0.2.3.7)

- Fix the wording in the printout
of `lm_list` objects. (0.2.3.11)

## Bug Fixes

- Fixed an issue related to
Expand Down
2 changes: 1 addition & 1 deletion R/print_lm_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @export

print.lm_list <- function(x, ...) {
cat("\nThe models:\n")
cat("\nThe model(s):\n")
lapply(x, function(y) print(y$call$formula))
cat("\n")
invisible(x)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![R-CMD-check](https://github.com/sfcheung/manymome/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/manymome/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

(Version 0.2.3.10, updated on 2024-09-28, [release history](https://sfcheung.github.io/manymome/news/index.html))
(Version 0.2.3.11, updated on 2024-09-29, [release history](https://sfcheung.github.io/manymome/news/index.html))

# manymome <img src="man/figures/logo.png" align="right" height="150" />

Expand Down

0 comments on commit d4912be

Please sign in to comment.