Package: semlrtp Title: Likelihood Ratio Test P-Values for Structural Equation Models Version: 0.1.2 Authors@R: c( person(given = "Shu Fai", family = "Cheung", role = c("aut", "cre"), email = "shufai.cheung@gmail.com", comment = c(ORCID = "0000-0002-9871-9448")), person(given = "Mark Hok Chio", family = "Lai", role = c("aut"), email = "marklhc@gmail.com ", comment = c(ORCID = "0000-0002-9196-7406")) ) Description: Computes likelihood ratio test (LRT) p-values for free parameters in a structural equation model. Currently supports models fitted by the 'lavaan' package by Rosseel (2012) . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/testthat/parallel: true Imports: lavaan (>= 0.6-18), utils, parallel, pbapply VignetteBuilder: knitr URL: https://sfcheung.github.io/semlrtp/ BugReports: https://github.com/sfcheung/semlrtp/issues Config/Needs/website: rmarkdown Depends: R (>= 4.0.0) LazyData: true Config/roxygen2/version: 8.0.0 Repository: https://sfcheung.r-universe.dev Date/Publication: 2026-07-19 14:44:03 UTC RemoteUrl: https://github.com/sfcheung/semlrtp RemoteRef: HEAD RemoteSha: 567af20a46bf2e3ca52d8af6d962c5f529621914 NeedsCompilation: no Packaged: 2026-07-19 15:42:00 UTC; root Author: Shu Fai Cheung [aut, cre] (ORCID: ), Mark Hok Chio Lai [aut] (ORCID: ) Maintainer: Shu Fai Cheung