Skip to content

Commit

Permalink
tweak to 'append_data'
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Dec 30, 2024
1 parent f777c46 commit e2a0fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 6.0.4.0
Date: 2024-12-29
Version: 6.0.4.1
Date: 2024-12-30
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="[email protected]",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),
Expand Down
2 changes: 1 addition & 1 deletion R/bake.R
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ append_data <- function (
)
}
fwrite(data,file=file)
invisible(fread(file=file))
},
error=function (e) {
pStop(who="append_data",conditionMessage(e))
})
invisible(data)
}

0 comments on commit e2a0fd5

Please sign in to comment.