Skip to content

Commit

Permalink
Remove pvec
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Aug 11, 2020
1 parent cc3ec0c commit cc9cc43
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 139 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ Imports:
Suggests:
devtools,
usethis,
furrr,
future,
testthat
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
"collate"))
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(build_id)
export(calc_dig)
export(carf_build_id)
Expand All @@ -17,7 +18,6 @@ export(gather_subjects)
export(lsos)
export(pattern_cnj)
export(precision)
export(pvec)
export(reais)
export(rm_accent)
export(sample_cnj)
Expand Down
2 changes: 1 addition & 1 deletion R/cnj.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ verify_cnj <- function(cnj) {
#' @param parts String or string vector with desired parts (see **description**)
#'
#' @examples
#' {
#' \dontrun{
#' extract_parts("001040620018260004", "N")
#' extract_parts("001040620018260004", c("N", "A", "O"))
#' }
Expand Down
91 changes: 0 additions & 91 deletions R/pvec.R

This file was deleted.

11 changes: 11 additions & 0 deletions R/utils_pipe.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
2 changes: 1 addition & 1 deletion man/extract_parts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/lsos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/pipe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions man/pvec.Rd

This file was deleted.

12 changes: 10 additions & 2 deletions man/sample_cnj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc9cc43

Please sign in to comment.