Skip to content

Commit

Permalink
Merge pull request #167 from ldecicco-USGS/master
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
ldecicco-USGS authored Nov 4, 2016
2 parents 5b753bb + a34fa42 commit 252537c
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 9,988 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: toxEval
Type: Package
Title: ToxCast Evaluations
Version: 0.2.3
Version: 0.2.4
Date: 2016-10-19
Authors@R: c( person("Steven", "Corsi", role = c("aut"),
email = "[email protected]"),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(endPointSumm)
export(endPointToxCreate)
export(explore_endpoints)
export(flagDF)
export(pCodeInfo)
export(siteSumm)
export(totalSamples)
import(DT)
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
20 changes: 3 additions & 17 deletions R/toxEval.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,13 @@ NULL
#'head(flagDF)
NULL

#' passiveData
#'
#'
#'@aliases passiveData
#'@name passiveData
#'@docType data
#'@keywords datasets
NULL

#' wData
#'
#'@aliases wData
#'@name wData
#'@docType data
#'@keywords datasets
NULL

#' pCodeInfo
#'
#'@aliases pCodeInfo
#'@name pCodeInfo
#'@docType data
#'@keywords datasets
#'@export pCodeInfo
#'@examples
#'head(pCodeInfo)
NULL
Binary file removed data/pCodeInfo.RData
Binary file not shown.
Binary file removed data/passiveData.RData
Binary file not shown.
Binary file removed data/wData.RData
Binary file not shown.
Loading

0 comments on commit 252537c

Please sign in to comment.