1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-21 21:53:57 +01:00

fix [.osem_measurements

regression from 6d2f6f6
This commit is contained in:
noerw 2018-01-18 17:38:35 +01:00
parent faa58d4bb8
commit 6a95171bd3

View file

@ -42,8 +42,8 @@ mutate.osem_measurements = dplyr_class_wrapper(osem_as_measurements)
#' @noRd #' @noRd
#' @export #' @export
`[.osem_measurements` = function(x, i, ...) { `[.osem_measurements` = function(x, i, ...) {
s = NextMethod('[') s = NextMethod()
mostattributes(s) = attributes(s) mostattributes(s) = attributes(x)
s s
} }