[Stacomir-commits] r329 - pkg/stacomir/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 30 12:17:40 CEST 2017
Author: briand
Date: 2017-03-30 12:17:39 +0200 (Thu, 30 Mar 2017)
New Revision: 329
Modified:
pkg/stacomir/R/RefCoe.r
Log:
correction of a problem with date
Modified: pkg/stacomir/R/RefCoe.r
===================================================================
--- pkg/stacomir/R/RefCoe.r 2017-03-29 16:12:54 UTC (rev 328)
+++ pkg/stacomir/R/RefCoe.r 2017-03-30 10:17:39 UTC (rev 329)
@@ -44,7 +44,7 @@
requete at colonnefin="coe_date_fin"
# the coefficients are only loaded for bilanMigration
# to be consistent with current programming, we need to add it as a timestamp
- requete at datefin=as.POSIXlt(DateFin(object at datefin)+as.difftime("23:59:59"))
+ requete at datefin=as.POSIXlt(object at datefin)+as.difftime("23:59:59")
requete at select=stringr::str_c("select * from ",
get("sch",envir=envir_stacomi),
"tj_coefficientconversion_coe")
More information about the Stacomir-commits
mailing list