Skip to content

A package that provides a UI based approach to SEMinR.

License

Notifications You must be signed in to change notification settings

sem-in-r/seminrstudio

Repository files navigation

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:

  • Theme Editor: A tool to design a seminr_theme. Install the package. Load it once and you should have a new RStudio “Addin”.

About

A package that provides a UI based approach to SEMinR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published