Skip to content

Commit

Permalink
DATRAS: Name change from exportDatras/prepDatras to prepareDATRAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Umar committed Jan 28, 2019
1 parent 1718b52 commit f17c213
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export(distributeAbundance)
export(downloadProjectZip)
export(downloadXML)
export(expandSeed)
export(exportDatras)
export(extraxtAndSetDotDotAttributes)
export(factorNAfirst)
export(generateRScripts)
Expand Down Expand Up @@ -127,6 +126,7 @@ export(plotStratum)
export(pointToStoXFiles)
export(polyArea)
export(polyArea_test)
export(prepareDATRAS)
export(prepareRECA)
export(projectMatrixList)
export(rapplyKeepDataFrames)
Expand Down
6 changes: 3 additions & 3 deletions R/rstox_datras.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
#' @examples
#' \dontrun{
#' # Process existing project
#' datras <- exportDatras("NMD_CruiseNumber_2018102_ShipName_G.O.Sars")
#' datras <- prepareDATRAS("NMD_CruiseNumber_2018102_ShipName_G.O.Sars")
#' head(datras$outputData$DATRASConvert$DATRASConvert_BioticData_HH.txt)
#' head(datras$outputData$DATRASConvert$DATRASConvert_BioticData_HL.txt)
#' }
#'
#' @importFrom XML xmlParse getNodeSet xmlGetAttr
#' @export
#' @rdname exportDatras
#' @rdname prepareDATRAS
#'
exportDatras <- function(projectName, fileName=NULL)
prepareDATRAS <- function(projectName, fileName=NULL)
{
# For getting the ship code
# TODO: There is old and new ship code, must think of some way to differentiate that (currently, assuming only new)
Expand Down
Binary file modified inst/java/stox.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions man/exportDatras.Rd → man/prepareDATRAS.Rd

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

0 comments on commit f17c213

Please sign in to comment.