knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

seminrstudio

CRAN status Codecov test coverage R-CMD-check

The goal of seminrstudio is to to provide a UI based interface to the seminr package. Features are made available as RStudio Addins.

Installation

You can install seminrstudio directly from Github.

if(!require(remotes)) {
  install.packages("remotes")
}
remotes::install_github("sem-in-r/seminrstudio")

Someday, you will be able to install the released version of seminrstudio from CRAN with:

install.packages("seminrstudio")

But not yet. :(

Usage

The following tools are implemented at the moment:



sem-in-r/seminrstudio documentation built on Nov. 17, 2023, 11:31 a.m.