Skip to content

Commit

Permalink
Remove middle initial from maintainer name
Browse files Browse the repository at this point in the history
CRAN checks flag this as a new maintainer. It's not worth the hassle to
explain to them.
  • Loading branch information
joshuaulrich committed Nov 27, 2023
1 parent 0f2e8ef commit 9e9bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Technical Trading Rules
Version: 0.24.3.1
Authors@R: c(
person(given=c("Joshua","M."), family="Ulrich", role=c("cre","aut"), email="josh.m.ulrich@gmail.com"),
person(given="Joshua", family="Ulrich", role=c("cre","aut"), email="josh.m.ulrich@gmail.com"),
person(given=c("Ethan","B."), family="Smith", role="ctb")
)
Imports: xts (>= 0.10-0), zoo, curl
Expand Down

0 comments on commit 9e9bfc9

Please sign in to comment.