-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DESCRIPTION and vignette based on CRAN comments
- Loading branch information
1 parent
9ea7c75
commit b4a48ec
Showing
6 changed files
with
15 additions
and
8 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 @@ | |
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ | ||
^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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2019-05-17. | ||
Once it is accepted, delete this file and tag the release (commit 9ea7c75f17). |
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,13 +1,15 @@ | ||
Package: tidycode | ||
Type: Package | ||
Title: A Package to Analyze Lines of R Code the Tidy Way | ||
Title: Analyze Lines of R Code the Tidy Way | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Lucy", "D'Agostino McGowan", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7297-9359")), | ||
person("Jim", "Hester", email = "[email protected]", role = "ctb"), | ||
person("Jeff", "Leek", email = "[email protected]", role = c("ldr")) | ||
) | ||
Description: Analyze lines of R code using tidy principles. | ||
Description: Analyze lines of R code using tidy principles. This allows you to | ||
input lines of R code and output a data frame with one row per function | ||
included. Additionally, it facilitates code classification via included lexicons. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
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