-
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.
* Bump roxygen2 to latest version * Update docs * Update authors list * Update .gitignore * Ignore CITATION.cff on build * Capitalize title field * Lists Suggests at the end This way the file reflects the Depends > Imports > Suggests hierarchy * Add ifadv as a dependency Ranks as a Suggests type dependency * Enable GitHub action for branch 61-cran * Perform check --as-cran * Revert "Perform check --as-cran" This reverts commit 5c35d9f. * Remove devtools from description * Update .Rbuildignore * Update .github/workflows/R-CMD-check.yaml * Update .gitignore
- Loading branch information
Showing
9 changed files
with
119 additions
and
59 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 |
---|---|---|
|
@@ -3,6 +3,4 @@ | |
^LICENSE\.md$ | ||
^\.github$ | ||
sonar.project.properties | ||
^working_example.R | ||
|
||
notepad.R | ||
CITATION.cff |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
inst/doc | ||
*.wav | ||
.DS_Store | ||
notepad.R | ||
|
||
## Build and check files | ||
*.tar.gz | ||
*Rcheck |
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,24 +1,21 @@ | ||
Package: talkr | ||
Type: Package | ||
Title: Plotting conversation data | ||
Title: Plotting Conversation Data | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Mark", "Dingemanse", email = "[email protected]", role = c("aut", "cre")), | ||
person("Barbara", "Vreede", email = "b.vreede@esciencecenter.nl", role = "aut"), | ||
person("Barbara", "Vreede", email = "b.vreede@gmail.com", role = "aut"), | ||
person("Eva", "Viviani", email = "[email protected]", role = "aut"), | ||
person("Pablo", "Rodríguez-Sánchez", email = "[email protected]", role = "aut"), | ||
person("Andreas", "Liesenfeld", email = "[email protected]", role = "ctb"), | ||
person("Netherlands eScience Center", role = c("cph", "fnd")) | ||
) | ||
Description: Functions to plot elements of conversations. | ||
License: Apache License (>= 2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Suggests: | ||
devtools, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
|
@@ -35,4 +32,9 @@ Imports: | |
tidyselect, | ||
tibble, | ||
viridis | ||
Suggests: | ||
rmarkdown, | ||
testthat (>= 3.0.0), | ||
ifadv | ||
Remotes: git::https://github.com/elpaco-escience/ifadv.git | ||
Config/testthat/edition: 3 |
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
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