From 36e720848089f9e89fa5687ecff594bf7c9e5e5b Mon Sep 17 00:00:00 2001 From: Mikyung Shin Date: Mon, 5 Feb 2024 20:41:08 -0600 Subject: [PATCH] Delete about.md --- inst/TextAnalysisR.app/markdown/about.md | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 inst/TextAnalysisR.app/markdown/about.md diff --git a/inst/TextAnalysisR.app/markdown/about.md b/inst/TextAnalysisR.app/markdown/about.md deleted file mode 100644 index 5e6ff3c..0000000 --- a/inst/TextAnalysisR.app/markdown/about.md +++ /dev/null @@ -1,27 +0,0 @@ - - - -[![R-CMD-check](https://github.com/mshin77/TextAnalysisR/workflows/R-CMD-check/badge.svg)](https://github.com/mshin77/TextAnalysisR/actions) - -`TextAnalysisR` provides a supporting workflow for text mining analysis. -The web app incorporates -[quanteda](https://github.com/quanteda/quanteda) (text preprocessing), -[stm](https://github.com/bstewart/stm) (structural topic modeling), and -[ggraph](https://github.com/thomasp85/ggraph) as well as -[widyr](https://github.com/juliasilge/widyr) (network analysis). -[tidytext](https://github.com/cran/tidytext) was implemented to tidy -non-tidy format objects. - -## Installation - -The development version from [GitHub](https://github.com/) with: - - install.packages("devtools") - devtools::install_github("mshin77/TextAnalysisR") - -## Example - -Launch and browser the TextAnalysisR app: - - library(TextAnalysisR) - TextAnalysisR.app()