Skip to content

Commit

Permalink
More cleaning prior to next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcapell committed Jun 12, 2016
1 parent bfdddd4 commit 595f755
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -68,6 +68,7 @@ export(WriteDamData)
export(WriteGeoClass)
export(WriteGeoData)
export(WriteLakeData)
export(WriteMgmtData)
export(WritePTQobs)
export(WritePar)
export(WritePmsf)
Expand Down
2 changes: 2 additions & 0 deletions R/functioncollection_export.R
Expand Up @@ -797,6 +797,8 @@ WriteLakeData <- function(x, filename = "LakeData.txt", digits = 10, nsmall = 0L
quote = FALSE, sep = "\t", row.names = FALSE)
}

#' @rdname HypeDataExport
#' @export
WriteMgmtData <- function(x, filename = "MgmtData.txt", digits = 10, nsmall = 0L, verbose = T) {
# test length of string columns elements, throws warning if any element longer than 100, since HYPE does not read them
if (verbose) {
Expand Down
4 changes: 1 addition & 3 deletions R/functioncollection_import.R
Expand Up @@ -1045,11 +1045,8 @@ ReadPmsf <- function(filename = "pmsf.txt") {

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ReadAllsim~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

#' @export
#' @title
#' Read an 'allsim.txt' file
#'
#' @description
#' This is a convenience wrapper function to import an allsim.txt optimisation result file as data frame into R.
#'
#' @param filename Path to and file name of the 'allsim.txt' file to import.
Expand All @@ -1064,6 +1061,7 @@ ReadPmsf <- function(filename = "pmsf.txt") {
#' @examples
#' \dontrun{ReadAllsim("allsim.txt")}
#'
#' @export


ReadAllsim <- function(filename = "allsim.txt") {
Expand Down
4 changes: 4 additions & 0 deletions man/HypeDataExport.Rd

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

Binary file modified src/HYPEtools.dll
Binary file not shown.

0 comments on commit 595f755

Please sign in to comment.