-
Notifications
You must be signed in to change notification settings - Fork 6
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
678adf5
commit a5bef4c
Showing
3 changed files
with
103 additions
and
109 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 |
---|---|---|
@@ -1,47 +1,39 @@ | ||
Package: Reproducibility.in.Plant.Pathology | ||
Type: Package | ||
Title: A Systematic Quantitative Review of Articles Providing a Basis for Identifying Reproducible Research Efforts the Field of Plant Pathology | ||
Version: 1.0.1 | ||
Package: Reproducibility.in.Plant.Pathology | ||
Title: A Systematic Quantitative Review of Articles Providing a Basis for | ||
Identifying Reproducible Research Efforts the Field of Plant Pathology | ||
Version: 1.0.2 | ||
Authors@R: c( | ||
person(given = "Adam H.", family = "Sparks", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-0061-8359")), | ||
person(given = "Emerson M.", family ="Del Ponte", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4398-409X")), | ||
person(given = "Kaique S.", family = "Alves", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "https://orcid.org/0000-0001-9187-0252")), | ||
person(given = "Zachary S. L.", family = "Foster", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "https://orcid.org/0000-0002-5075-0948")), | ||
person(given = "Niklaus J.", family = "Grünwald", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1656-7602")) | ||
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0061-8359")), | ||
person("Emerson M.", "Del Ponte", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-4398-409X")), | ||
person("Kaique S.", "Alves", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "https://orcid.org/0000-0001-9187-0252")), | ||
person("Zachary S. L.", "Foster", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "https://orcid.org/0000-0002-5075-0948")), | ||
person("Niklaus J.", "Grünwald", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-1656-7602")) | ||
) | ||
URL: https://github.com/openplantpathology/Reproducibility_in_Plant_Pathology | ||
BugReports: https://github.com/openplantpathology/Reproducibility_in_Plant_Pathology/issues | ||
Description: A research compendium for a perspectives paper, | ||
"Reproducibility in plant pathology: where we stand and a way forward", | ||
published in "Phytopathology". | ||
DOI: 10.5281/zenodo.1250664 | ||
"Reproducibility in plant pathology: where we stand and a way | ||
forward", published in "Phytopathology". | ||
License: MIT + file LICENSE | ||
URL: | ||
https://github.com/openplantpathology/Reproducibility_in_Plant_Pathology | ||
BugReports: | ||
https://github.com/openplantpathology/Reproducibility_in_Plant_Pathology/issues | ||
Depends: | ||
R (>= 3.5.0) | ||
License: MIT + file LICENSE | ||
Imports: | ||
dplyr, | ||
magrittr, | ||
readODS | ||
Suggests: | ||
bib2df, | ||
bibtex, | ||
bayesplot, | ||
bayestestR, | ||
bib2df, | ||
bibtex, | ||
brms, | ||
extrafont, | ||
flextable, | ||
|
@@ -53,26 +45,28 @@ Suggests: | |
irr, | ||
janitor, | ||
knitr, | ||
officedown, | ||
officer, | ||
pander, | ||
parallel, | ||
patchwork, | ||
psych, | ||
rcrossref, | ||
report (<= 0.4.0), | ||
readr, | ||
report (<= 0.4.0), | ||
rmarkdown, | ||
roxygen2 (>= 6.0.1), | ||
officedown, | ||
officer, | ||
pander, | ||
parallel, | ||
see, | ||
sessioninfo, | ||
spelling, | ||
stringr, | ||
testthat, | ||
tibble, | ||
tidyverse, | ||
spelling | ||
RoxygenNote: 7.2.3 | ||
tidyverse | ||
VignetteBuilder: | ||
knitr | ||
DOI: 10.5281/zenodo.1250664 | ||
Encoding: UTF-8 | ||
NeedsCompilation: no | ||
VignetteBuilder: knitr | ||
Language: en-US | ||
NeedsCompilation: no | ||
RoxygenNote: 7.3.2 |
Oops, something went wrong.