Skip to content

Commit

Permalink
Merge branch 'release/v1.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Jul 6, 2020
2 parents 47fe0c5 + 24d4d58 commit 1c746f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: master
branches: develop

name: pkgdown

Expand Down Expand Up @@ -37,6 +37,10 @@ jobs:
remotes::install_dev("pkgdown")
shell: Rscript {0}

- name: Generate documentation
run: devtools::document()
shell: Rscript {0}

- name: Install package
run: R CMD INSTALL .

Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.3.5
Version: 1.3.6
Date: 2020-07-05
Encoding: UTF-8
Authors@R: c(person(given = "James", family = "Howard",
Expand All @@ -22,7 +22,8 @@ Imports:
Suggests:
testthat,
knitr,
markdown
markdown,
devtools
LinkingTo: Rcpp,
BH
RoxygenNote: 7.1.0
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generated by roxygen2: do not edit by hand

0 comments on commit 1c746f0

Please sign in to comment.