Skip to content

Commit

Permalink
Re-generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 14, 2023
1 parent c348591 commit 86da97a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Description: Multivariate Analysis methods and data sets used
This also serves as a companion package for the
STAT 571: Multivariate Analysis course offered by the Department of Statistics
at the University of Illinois at Urbana-Champaign ('UIUC').
URL: https://github.com/coatless/msos, https://coatless.github.io/msos/
BugReports: https://github.com/coatless/msos/issues
URL: https://github.com/coatless-rpkg/msos, https://r-pkg.thecoatlessprofessor.com/msos/
BugReports: https://github.com/coatless-rpkg/msos/issues
Depends: R (>= 3.0.0), mclust, tree
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
## msos

<!-- badges: start -->
[![R build status](https://github.com/coatless/msos/workflows/R-CMD-check/badge.svg)](https://github.com/coatless/msos/actions)
[![R-CMD-check](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/msos)](https://cran.r-project.org/package=msos)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/msos)](https://cran.r-project.org/package=msos)
<!-- badges: end -->
Expand Down Expand Up @@ -46,7 +46,7 @@ development version by doing:
if(!requireNamespace("remotes")) { install.packages("remotes") }

# Install the package from github
remotes::install_github("coatless/msos")
remotes::install_github("coatless-rpkg/msos")
```

### Authors
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

<!-- badges: start -->

[![R build
status](https://github.com/coatless/msos/workflows/R-CMD-check/badge.svg)](https://github.com/coatless/msos/actions)
[![R-CMD-check](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/msos/actions/workflows/R-CMD-check.yaml)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/msos)](https://cran.r-project.org/package=msos)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/msos)](https://cran.r-project.org/package=msos)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/msos)](https://cran.r-project.org/package=msos)
<!-- badges: end -->

Multivariate Analysis methods and data sets used in John Marden’s
Expand Down Expand Up @@ -40,7 +39,7 @@ development version by doing:
if(!requireNamespace("remotes")) { install.packages("remotes") }

# Install the package from github
remotes::install_github("coatless/msos")
remotes::install_github("coatless-rpkg/msos")
```

### Authors
Expand Down
12 changes: 4 additions & 8 deletions man/msos-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86da97a

Please sign in to comment.