Skip to content

Commit

Permalink
Update README for forking
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanlo77 committed Jun 20, 2022
1 parent 5f7ffaa commit 78cb5ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ LinkingTo: Rcpp, RcppArmadillo
Description: Latent class analysis and latent class regression models
for polytomous outcome variables. Also known as latent structure analysis.
License: GPL (>= 2)
URL: https://github.com/shermanlo77/poLCAParallel
LazyLoad: yes
NeedsCompilation: yes
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ please check the possible following prerequisites are installed:
* [LAPACK](http://www.netlib.org/lapack/)
* [OpenBLAS](https://www.openblas.net/)

## Installation using R

Requires the R package
[devtools](https://www.r-project.org/nosvn/pandoc/devtools.html)

Run the following in R

```r
devtools::install_github("shermanlo77/poLCAParallel")
```

## Installation using Linux Terminal

Requires the R packages [Rcpp](https://cran.r-project.org/web/packages/Rcpp) and
Expand All @@ -72,11 +83,6 @@ then in a Linux terminal at the directory containing the repository
R CMD INSTALL --preclean --no-multiarch poLCAParallel
```

## Installation using RStudio

You may install it using RStudio by opening the `.Rproj` file and clicking on
`Build -> Install and Restart`.

## About poLCAParallel

The library poLCAParallel reimplements poLCA in C++. This was done using
Expand Down

0 comments on commit 78cb5ca

Please sign in to comment.