Skip to content

Commit

Permalink
Remove file at end of example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed Feb 17, 2017
1 parent 9331a21 commit b63b838
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Suggests: icesAdvice
Description: Helper functions for the Transparent Assessment Framework (TAF)
used by the International Council for the Exploration of the Sea (ICES).
License: GPL (>= 2)
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
2 changes: 2 additions & 0 deletions R/dos2unix.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#'
#' unix2dos(file)
#' file.size(file)
#'
#' file.remove(file)
#' }
#'
#' @export
Expand Down
6 changes: 4 additions & 2 deletions R/readDLS.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
#'
#' @examples
#' \dontrun{
#' library(icesAdvice)
#' survey <- data.frame(year=2001:2010, randu[1:10,])
#' dls <- DLS3.2(1000, survey$y)
#' dls <- icesAdvice::DLS3.2(1000, survey$y)
#'
#' writeDLS(dls, "dls.txt")
#' readDLS("dls.txt")
#'
#' file.remove("dls.txt")
#' }
#'
#' @export
Expand Down
7 changes: 4 additions & 3 deletions R/writeDLS.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
#'
#' \code{\link{icesTAF-package}} gives an overview of the package.
#'
#' @examples
#' \dontrun{
#' library(icesAdvice)
#' survey <- data.frame(year=2001:2010, randu[1:10,])
#' dls <- DLS3.2(1000, survey$y)
#' dls <- icesAdvice::DLS3.2(1000, survey$y)
#'
#' writeDLS(dls, "dls.txt")
#' readDLS("dls.txt")
#'
#' file.remove("dls.txt")
#' }
#'
#' @export
Expand Down
1 change: 0 additions & 1 deletion man/dir.remove.Rd

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

3 changes: 2 additions & 1 deletion man/dos2unix.Rd

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

9 changes: 4 additions & 5 deletions man/icesTAF-package.Rd

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

7 changes: 4 additions & 3 deletions man/readDLS.Rd

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

21 changes: 10 additions & 11 deletions man/writeDLS.Rd

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

0 comments on commit b63b838

Please sign in to comment.