Skip to content

Commit

Permalink
Merge pull request #104 from sfcheung/devel
Browse files Browse the repository at this point in the history
Update to 0.1.5.7: Update README.md
  • Loading branch information
sfcheung committed Oct 5, 2023
2 parents 13019da + f46865f commit 2298811
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: semfindr
Title: Influential Cases in Structural Equation Modeling
Version: 0.1.5.6
Version: 0.1.5.7
Authors@R: c(
person(given = "Shu Fai",
family = "Cheung",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# semfindr 0.1.5.6
# semfindr 0.1.5.7

- Fixed typos in the article on
multiple-group models. (0.1.5.1)
Expand All @@ -21,6 +21,7 @@
statistic. (0.1.5.5)
- Make plot functions to work with NAs.
(0.1.5.6)
- Update `README.md`. (0.1.5.7)


# semfindr 0.1.5
Expand Down
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@
[![R-CMD-check](https://github.com/sfcheung/semfindr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/semfindr/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

(Version 0.1.5.6, updated on 2023-10-05, [release history](https://sfcheung.github.io/semfindr/news/index.html))
(Version 0.1.5.7, updated on 2023-10-05, [release history](https://sfcheung.github.io/semfindr/news/index.html))

# semfindr: Finding influential cases in SEM <img src="man/figures/logo.png" align="right" height="150" />

Expand Down Expand Up @@ -68,9 +68,15 @@ vignette *Approximate Case Influence Using Scores and Casewise Likelihood*

# Installation

The stable version at CRAN can be installed by `install.packages()`:

```r
install.packages("semfindr")
```

The latest developmental version can be installed by `remotes::install_github`:

```{r}
```r
remotes::install_github("sfcheung/semfindr")
```

Expand Down

0 comments on commit 2298811

Please sign in to comment.