Skip to content

Commit

Permalink
Correct README spelling, close #111 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-dray committed Dec 5, 2023
1 parent 11a9e50 commit b04ca12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: a11ytables
Title: Create Spreadsheet Publications Following Best Practice
Version: 0.2.0
Version: 0.2.0.9001
Authors@R: c(
person(given = "Crown Copyright", role = c("cph", "fnd")),
person(given = "Matt", family = "Dray", role = c("aut", "cre"), email = "mwdray@gmail.com"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# a11ytables 0.2.0.9001

* Hotfix: correct spelling error in installation instructions in README (#111).

# a11ytables 0.2.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ remotes::install_github(
library(a11ytables) # attach package
```

If you need an earlier version of the package, you should replace the `repo` argument call with, for example, `"co-analysis/allytables@v0.1.0"` for the version 0.1.0 release.
If you need an earlier version of the package, you should replace the `repo` argument call with, for example, `"co-analysis/a11ytables@v0.1.0"` for the version 0.1.0 release.

The package depends on [{openxlsx}](https://ycphs.github.io/openxlsx/) and [{pillar}](https://pillar.r-lib.org/), which are also installed with {a11ytables}.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library(a11ytables) # attach package

If you need an earlier version of the package, you should replace the
`repo` argument call with, for example,
`"co-analysis/allytables@v0.1.0"` for the version 0.1.0 release.
`"co-analysis/a11ytables@v0.1.0"` for the version 0.1.0 release.

The package depends on [{openxlsx}](https://ycphs.github.io/openxlsx/)
and [{pillar}](https://pillar.r-lib.org/), which are also installed with
Expand Down

0 comments on commit b04ca12

Please sign in to comment.