Skip to content

Commit

Permalink
Tidy DESCRIPTION file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed May 4, 2024
1 parent ff4c679 commit c3c3ef8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 72 deletions.
119 changes: 55 additions & 64 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,70 +1,61 @@
Package: ChickpeaAscoDispersal
Title: Research Compendium for the Paper 'The role of conidia in the dispersal of Ascochyta rabiei'
Title: Research Compendium for the Paper 'The role of conidia in the
dispersal of Ascochyta rabiei'
Version: 1.0.2
Authors@R: c(person("Ihsanul", "Khaliq",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4171-0917")),
person("Joshua", "Fanning",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-7730-8498")),
person("Paul", "Melloy",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4253-7167")),
person("Jean", "Galloway",
email = "[email protected]",
role = "aut"),
person("Kevin", "Moore",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-9643-6885")),
person("Daniel", "Burrell",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-9173-651X")),
person("Adam H.", "Sparks",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("GRDC Project USQ1903-003RTX", role = "fnd"),
person("Agriculture Victoria and GRDC co-investment project DAV00150",
role = c("fnd", "dtc")),
person("GRDC Project DJP1097-001RTX", role = "fnd"),
person("The Birchip Cropping Group", role = "dtc"))
Description: Documents the workflow and processes involved in the analysis of
data for the paper 'The role of conidia in the dispersal of Ascochyta
rabiei', <https://doi.org/10.1007/s10658-020-02126-2>.
Depends: R (>= 3.5.0)
Imports:
graphics,
mgcViz
Suggests:
broom,
bomrang,
clifro,
extrafont,
ggpubr (>= 0.2.5),
here,
kableExtra,
knitr,
leaflet,
lme4,
lubridate,
mgcv,
scales,
skimr,
stationaRy,
testthat,
tidyverse,
viridis
Authors@R: c(
person("Ihsanul", "Khaliq", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4171-0917")),
person("Joshua", "Fanning", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7730-8498")),
person("Paul", "Melloy", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4253-7167")),
person("Jean", "Galloway", , "[email protected]", role = "aut"),
person("Kevin", "Moore", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9643-6885")),
person("Daniel", "Burrell", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9173-651X")),
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("GRDC Project USQ1903-003RTX", role = "fnd"),
person("Agriculture Victoria and GRDC co-investment project DAV00150", role = c("fnd", "dtc")),
person("GRDC Project DJP1097-001RTX", role = "fnd"),
person("The Birchip Cropping Group", role = "dtc")
)
Description: Documents the workflow and processes involved in the analysis
of data for the paper 'The role of conidia in the dispersal of
Ascochyta rabiei', <https://doi.org/10.1007/s10658-020-02126-2>.
License: GPL (>= 3)
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
Remotes: rOpenSci/bomrang
URL: https://github.com/adamhsparks/ChickpeaAscoDispersal
BugReports: https://github.com/adamhsparks/ChickpeaAscoDispersal/issues
Depends:
R (>= 3.5.0)
Imports:
graphics,
mgcViz
Suggests:
bomrang,
broom,
clifro,
extrafont,
ggpubr (>= 0.2.5),
here,
kableExtra,
knitr,
leaflet,
lme4,
lubridate,
mgcv,
scales,
skimr,
stationaRy,
testthat,
tidyverse,
viridis
VignetteBuilder:
knitr
Remotes:
rOpenSci/bomrang
DOI: 10.5281/zenodo.3810826
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
16 changes: 8 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@type": "SoftwareSourceCode",
"identifier": "ChickpeaAscoDispersal",
"description": "Documents the workflow and processes involved in the analysis of data for the paper 'The role of conidia in the dispersal of Ascochyta rabiei', <https://doi.org/10.1007/s10658-020-02126-2>.",
"name": "ChickpeaAscoDispersal: Research Compendium for the Paper 'The role of conidia in the dispersal of Ascochyta rabiei'",
"name": "ChickpeaAscoDispersal: Research Compendium for the Paper 'The role of conidia in the\n dispersal of Ascochyta rabiei'",
"codeRepository": "https://github.com/adamhsparks/ChickpeaAscoDispersal",
"issueTracker": "https://github.com/adamhsparks/ChickpeaAscoDispersal/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
Expand Down Expand Up @@ -98,6 +98,12 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "bomrang",
"name": "bomrang",
"sameAs": "https://github.com/rOpenSci/bomrang"
},
{
"@type": "SoftwareApplication",
"identifier": "broom",
Expand All @@ -110,12 +116,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=broom"
},
{
"@type": "SoftwareApplication",
"identifier": "bomrang",
"name": "bomrang",
"sameAs": "https://github.com/rOpenSci/bomrang"
},
{
"@type": "SoftwareApplication",
"identifier": "clifro",
Expand Down Expand Up @@ -336,7 +336,7 @@
},
"SystemRequirements": null
},
"fileSize": "12557.203KB",
"fileSize": "12556.664KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit c3c3ef8

Please sign in to comment.