close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 8 years ago

Last modified 8 years ago

#1940 closed defect

error Dseq — at Initial Version

Reported by: Jorge Owned by: Pedro Gea
Priority: high Milestone: Mantainance
Component: R API Version: 3.4
Severity: major Keywords:
Cc:

Description

Dsep parece que se salta la fecha inicial:

> require(tolBasis)
Loading required package: tolBasis
Loading required package: lubridate

Attaching package: ‘lubridate’

The following object is masked from ‘package:base’:

    date

> currYear <- Dfloor(Sys.Date(), Yearly) # año en curso
> Dseq(currYear, dating=Monthly, len=12) # meses del año en curso
 [1] "2017-02-01" "2017-03-01" "2017-04-01" "2017-05-01" "2017-06-01"
 [6] "2017-07-01" "2017-08-01" "2017-09-01" "2017-10-01" "2017-11-01"
[11] "2017-12-01" "2018-01-01"}}}

La fecha inicial debería ser "2017-01-01"

Change History (0)

Note: See TracTickets for help on using tickets.