Skip to content

Commit

Permalink
temporary define again nSeasons() in this package
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Boshnakov committed Aug 22, 2018
1 parent de82b96 commit 3e86137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
## 2018-08-22 delay uncommenting to upload the update regarding 'Makefiles'.
## This is the entry for NEWS:
## * `nSeasons()` and `nSeasons<-()`are now imported from package lagged.
## setGeneric("nSeasons", def = function(object){ standardGeneric("nSeasons") } )
## setGeneric("nSeasons<-", def = function(object, ..., value){ standardGeneric("nSeasons<-") } )
setGeneric("nSeasons", def = function(object){ standardGeneric("nSeasons") } )
setGeneric("nSeasons<-", def = function(object, ..., value){ standardGeneric("nSeasons<-") } )

0 comments on commit 3e86137

Please sign in to comment.