Skip to content

Commit

Permalink
import := from rlang in create_bysg function
Browse files Browse the repository at this point in the history
  • Loading branch information
milanwiedemann committed Aug 20, 2019
1 parent 8e6410f commit 622f349
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(":=")
export(check_interval)
export(count_intervals)
export(create_byperson)
Expand Down
11 changes: 0 additions & 11 deletions R/magrittrpipeoperator.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,3 @@
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL


#' dot dot equal
#'
#' @name :=
#' @rdname dotdotequal
#' @keywords internal
#' @export
#' @importFrom rlang :=
#' @usage dotdotequal
NULL
1 change: 1 addition & 0 deletions R/write_bysg.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#' @param stata_version Numeric, specifying STATA version number.
#' @references Tang, T. Z., & DeRubeis, R. J. (1999). Sudden gains and critical sessions in cognitive-behavioral therapy for depression. Journal of Consulting and Clinical Psychology, 67(6), 894–904. \url{https://doi.org/10.1037/0022-006X.67.6.894}.
#' @export
#' @importFrom rlang :=
#' @examples # Adjust "path" argument before running
#' # Create character string name for temporary "bysg.csv" file
#' temp <- tempfile(pattern = "bysg", fileext = ".csv")
Expand Down
12 changes: 0 additions & 12 deletions man/dotdotequal.Rd

This file was deleted.

0 comments on commit 622f349

Please sign in to comment.