Skip to content

Commit

Permalink
Don´t append the package version into the filename - it is still in t…
Browse files Browse the repository at this point in the history
…he metadata
  • Loading branch information
MartinRoth committed Jun 30, 2017
1 parent 677597a commit ea93866
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/SpecifyFileName.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ SpecifyFileName <- function(name, path, area, period) {
periodString <- GetFullySpecifiedPeriod(name, period)
areaString <- GetFullySpecifiedArea(name, area)
fileName <- paste0(path, name, "_", periodString, "_", areaString,
"_knmiR_", utils::packageVersion("knmiR"), ".rds")
# "_knmiR_", utils::packageVersion("knmiR"),
".rds")
return(fileName)
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified tests/testthat/referenceOutput/correctReadingPrecip.rds
Binary file not shown.
Binary file modified tests/testthat/referenceOutput/correctReadingQuakes.rds
Binary file not shown.

0 comments on commit ea93866

Please sign in to comment.