Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 3, 2023
1 parent 5c30d3d commit d4234c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Type | Source | Command
---|---|---
Release | CRAN | `install.packages("crew.cluster")`
Development | GitHub | `remotes::install_github("wlandau/crew.cluster")`
Development | R-universe | `install.packages("crew", repos = "https://wlandau.r-universe.dev")`
Development | R-universe | `install.packages("crew.cluster", repos = "https://wlandau.r-universe.dev")`

# Documentation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ systems. Inspiration also comes from packages
|-------------|------------|---------------------------------------------------------------------------|
| Release | CRAN | `install.packages("crew.cluster")` |
| Development | GitHub | `remotes::install_github("wlandau/crew.cluster")` |
| Development | R-universe | `install.packages("crew", repos = "https://wlandau.r-universe.dev")` |
| Development | R-universe | `install.packages("crew.cluster", repos = "https://wlandau.r-universe.dev")` |

# Documentation

Expand Down

0 comments on commit d4234c4

Please sign in to comment.