Skip to content

Commit 2b15da7

Browse files
not available on old R
Co-authored-by: aitap <[email protected]>
1 parent 4efec00 commit 2b15da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if (getRversion() >= "3.6.0") {
155155
export(as.IDate,as.ITime,IDateTime)
156156
export(second,minute,hour,yday,wday,mday,week,isoweek,isoyear,month,quarter,year,yearmon,yearqtr)
157157

158-
S3method(chooseOpsMethod, IDate)
158+
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod, IDate)
159159
S3method("[", ITime)
160160
S3method("+", IDate)
161161
S3method("-", IDate)

0 commit comments

Comments
 (0)