Skip to content

Commit

Permalink
pass R check
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Apr 21, 2018
1 parent 96704ca commit f2671b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/roll.R
@@ -1,4 +1,4 @@
rollmean <- function(x, n, fill=NA) {
ans = .Call(Crollmean, x, as.integer(n), fill, PACKAGE="data.table")
ans = .Call(Crollmean, x, as.integer(n), fill)
ans
}

0 comments on commit f2671b8

Please sign in to comment.