-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28f86f0
commit 9a64b7b
Showing
39 changed files
with
941 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
^_pkgdown\.yml$ | ||
^pkgdown$ | ||
^\.github$ | ||
^CRAN-RELEASE$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
.Rhistory | ||
.RData | ||
inst/doc | ||
docs |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2021-04-18. | ||
Once it is accepted, delete this file and tag the release (commit 28f86f0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
Package: phonenumber | ||
Title: Convert Letters to Numbers and Back as on a Telephone Keypad | ||
Version: 0.2.3 | ||
Authors@R: person("Steve", "Myles", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Convert English letters to numbers or numbers to English letters as | ||
on a telephone keypad. When converting letters to numbers, a character | ||
vector is returned with "A," "B," or "C" becoming 2, "D," "E", or "F" | ||
becoming 3, etc. When converting numbers to letters, a character vector is | ||
returned with multiple elements (i.e., "2" becomes a vector of "A," "B," and | ||
"C"). | ||
URL: https://stevemyles.site/phonenumber/, https://github.com/scumdogsteev/phonenumber | ||
BugReports: https://github.com/scumdogsteev/phonenumber/issues | ||
Depends: R (>= 3.1.3) | ||
Authors@R: | ||
person(given = "Steve", | ||
family = "Myles", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: Convert English letters to numbers or numbers to English | ||
letters as on a telephone keypad. When converting letters to numbers, | ||
a character vector is returned with "A," "B," or "C" becoming 2, "D," | ||
"E", or "F" becoming 3, etc. When converting numbers to letters, a | ||
character vector is returned with multiple elements (i.e., "2" becomes | ||
a vector of "A," "B," and "C"). | ||
License: MIT + file LICENSE | ||
VignetteBuilder: knitr | ||
Suggests: knitr, rmarkdown, | ||
URL: https://stevemyles.site/phonenumber/, | ||
https://github.com/scumdogsteev/phonenumber | ||
BugReports: https://github.com/scumdogsteev/phonenumber/issues | ||
Depends: | ||
R (>= 3.1.3) | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.