Skip to content

Commit

Permalink
Revert "Add rowMeans.xts() and rowSums.xts()"
Browse files Browse the repository at this point in the history
This reverts commit acf204c.

I don't like that these mask the base functions, and I prefer the more
general solution in #380.

See #281.
  • Loading branch information
joshuaulrich committed Feb 2, 2023
1 parent d003522 commit 24a3ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
7 changes: 0 additions & 7 deletions NAMESPACE
Expand Up @@ -274,13 +274,6 @@ S3method(cummax, xts)
#S3method(lagts,xts)
S3method(rollapply, xts)

export(rowSums)
S3method(rowSums, xts)
S3method(rowSums, default)
export(rowMeans)
S3method(rowMeans, xts)
S3method(rowMeans, default)

# list specific methods
S3method(as.list,xts)

Expand Down
80 changes: 0 additions & 80 deletions R/rowFunctions.R

This file was deleted.

0 comments on commit 24a3ba3

Please sign in to comment.