Skip to content

Commit

Permalink
updates. version 1.0 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
taddallas committed Jan 3, 2021
1 parent 1333e2b commit 933ad3e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: InsectDisease
Title: Ecological Database of the World's Insect Pathogens
Version: 0.1
Author: David W. Onstad, Macroecology of Infectious Disease RCN
Version: 1.0
Author: David Onstad
Maintainer: Tad Dallas <[email protected]>
Description: David Onstad from the USDA provided us with this USDA-gathered insect disease database. Files have been converted from SQL to csv, and ported into R for easy exploration and analysis.
Description: David Onstad from the USDA provided us with this USDA-gathered insect disease database, sometimes referred to as the "Ecological Database of the World's Insect Pathogens" or EDWIP. Files have been converted from SQL to csv, and ported into R for easy exploration and analysis. Thanks to the Macroecology of Infectious Disease RCN for funding and support.
Depends: R (>= 4.0.0)
License: GPL-2
LazyData: true
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exportPattern("^[[:alpha:]]+")
# Generated by roxygen2: do not edit by hand

3 changes: 1 addition & 2 deletions R/negative.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#' \item DateEntered. Date of initial data entry
#' \item DateModified. Modification date of entry
#' \item LogMaxDose. Dosage, in many different units
#' \item HostStageTested. Host stage exposed to pathogen (e.g. Larvae, Nymph, Adult, or
#' Egg\Larva\Pupa)
#' \item HostStageTested. Host stage exposed to pathogen (e.g. Larvae, Nymph, Adult)
#' \item Host. Host species examined
#' \item Group. Pathogen group (e.g. viruses)
#' \item HighTaxon. General classification of pathogen (e.g. DNA virus)
Expand Down
3 changes: 1 addition & 2 deletions R/nvpassoc.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#' \item Host. Host species examined
#' \item Order. Host taxonomic order.
#' \item Family. Host taxonomic family.
#' \item HostStageTested. Host stage exposed to pathogen (e.g. Larvae, Nymph, Adult, or
#' Egg\Larva\Pupa)
#' \item HostStageTested. Host stage exposed to pathogen (e.g. Larvae, Nymph, Adult)
#' \item HostTissueInfected. Host tissue infected
#' \item FieldOrLab. Was this a field or lab tested association?
#' \item Country. What country did the interaction occur in?
Expand Down
3 changes: 1 addition & 2 deletions man/negative.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/nvpassoc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 933ad3e

Please sign in to comment.