Skip to content

Commit

Permalink
Remove author Rd tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Feb 8, 2024
1 parent 87af8a2 commit 229eb0a
Show file tree
Hide file tree
Showing 38 changed files with 13 additions and 90 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ URL: https://epiverse-trace.github.io/linelist/, https://github.com/epiverse-tra
BugReports: https://github.com/epiverse-trace/linelist/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/README:
Expand Down
2 changes: 0 additions & 2 deletions R/drop_linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#' @param remove_tags a `logical` indicating if tags should be removed from the
#' attributes; defaults to `TRUE`
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @noRd
#'
#' @return The function returns the same object without the `linelist` class.
Expand Down
2 changes: 0 additions & 2 deletions R/linelist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#'
#' @aliases linelist
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @section Main functions:
#'
#' * [make_linelist()]: to create `linelist` objects from a `data.frame` or a
Expand Down
2 changes: 0 additions & 2 deletions R/lost_tags_action.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#'
#' @aliases lost_tags_action get_lost_tags_action
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @examples
#' # reset default - done automatically at package loading
#' lost_tags_action()
Expand Down
2 changes: 0 additions & 2 deletions R/make_linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a `linelist` object.
#'
#' @examples
Expand Down
2 changes: 0 additions & 2 deletions R/names.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @examples
#' if (require(outbreaks)) {
#'
Expand Down
2 changes: 0 additions & 2 deletions R/print.linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @examples
#' if (require(outbreaks)) {
#'
Expand Down
2 changes: 0 additions & 2 deletions R/prune_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#'
#' @noRd
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a `linelist` object.
#'

Expand Down
2 changes: 0 additions & 2 deletions R/restore_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#'
#' @seealso [prune_tags()] for removing tags which have lost their variables
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a `linelist` object with updated tags.
#'

Expand Down
2 changes: 0 additions & 2 deletions R/select_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#' @param ... the tagged variables to select, using [dplyr::select()] compatible
#' terminology; see [tags_names()] for default values
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return A `data.frame` of tagged variables.
#'
#' @export
Expand Down
2 changes: 0 additions & 2 deletions R/set_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a `linelist` object.
#'
#' @examples
Expand Down
2 changes: 0 additions & 2 deletions R/square_bracket.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#'
#' @aliases sub_linelist
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @examples
#' if (require(outbreaks) && require(dplyr) && require(magrittr)) {
#' ## create a linelist
Expand Down
2 changes: 0 additions & 2 deletions R/tag_variable.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#'
#' @noRd
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns the original object with an additional
#' attribute.
#'
Expand Down
2 changes: 0 additions & 2 deletions R/tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a named `list` where names indicate generic
#' types of data, and values indicate which column they correspond to.
#'
Expand Down
2 changes: 0 additions & 2 deletions R/tags_defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return A named `list`.
#'
#' @examples
Expand Down
2 changes: 0 additions & 2 deletions R/tags_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return A `data.frame` of tagged variables.
#'
#' @examples
Expand Down
2 changes: 0 additions & 2 deletions R/tags_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#'
#' @export
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return The function returns a `character` vector.
#'
#' @seealso [tags_defaults()] for a `list` of default values of the tags
Expand Down
2 changes: 0 additions & 2 deletions R/tags_types.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#'
#' @inheritParams make_linelist
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return A named `list`.
#'
#' @seealso
Expand Down
2 changes: 0 additions & 2 deletions R/validate_linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#'
#' @inheritParams set_tags
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return If checks pass, a `linelist` object; otherwise issues an error.
#'
#' @seealso
Expand Down
2 changes: 0 additions & 2 deletions R/validate_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#'
#' @inheritParams set_tags
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return If checks pass, a `linelist` object; otherwise issues an error.
#'
#' @seealso [validate_types()] to check if tagged variables have
Expand Down
2 changes: 0 additions & 2 deletions R/validate_type.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#'
#' @param ref_types a `list` providing allowed types for all tags
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return `TRUE` if the test is successful; otherwise, a `character` indicating
#' the issue
#'
Expand Down
2 changes: 0 additions & 2 deletions R/validate_types.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#' @param ref_types a `list` providing allowed types for all tags, as returned
#' by [tags_types()]
#'
#' @author Thibaut Jombart \email{thibaut@@data.org}
#'
#' @return A named `list`.
#'
#' @seealso
Expand Down
14 changes: 12 additions & 2 deletions man/linelist-package.Rd

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

3 changes: 0 additions & 3 deletions man/lost_tags_action.Rd

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

3 changes: 0 additions & 3 deletions man/make_linelist.Rd

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

3 changes: 0 additions & 3 deletions man/names-set-.linelist.Rd

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

3 changes: 0 additions & 3 deletions man/print.linelist.Rd

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

3 changes: 0 additions & 3 deletions man/select_tags.Rd

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

3 changes: 0 additions & 3 deletions man/set_tags.Rd

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

3 changes: 0 additions & 3 deletions man/sub_linelist.Rd

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

3 changes: 0 additions & 3 deletions man/tags.Rd

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

3 changes: 0 additions & 3 deletions man/tags_defaults.Rd

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

3 changes: 0 additions & 3 deletions man/tags_df.Rd

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

3 changes: 0 additions & 3 deletions man/tags_names.Rd

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

3 changes: 0 additions & 3 deletions man/tags_types.Rd

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

3 changes: 0 additions & 3 deletions man/validate_linelist.Rd

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

3 changes: 0 additions & 3 deletions man/validate_tags.Rd

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

3 changes: 0 additions & 3 deletions man/validate_types.Rd

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

0 comments on commit 229eb0a

Please sign in to comment.