Skip to content

Commit e2a0fd5

Browse files
committed
tweak to 'append_data'
1 parent f777c46 commit e2a0fd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 6.0.4.0
5-
Date: 2024-12-29
4+
Version: 6.0.4.1
5+
Date: 2024-12-30
66
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
77
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
88
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),

R/bake.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ append_data <- function (
363363
)
364364
}
365365
fwrite(data,file=file)
366+
invisible(fread(file=file))
366367
},
367368
error=function (e) {
368369
pStop(who="append_data",conditionMessage(e))
369370
})
370-
invisible(data)
371371
}

0 commit comments

Comments
 (0)