Skip to content

v1.0.0

v1.0.0 #341

Triggered via pull request September 10, 2023 22:18
@gadenbuiegadenbuie
synchronize #123
rc-v1.0.0
Status Success
Total duration 3m 23s
Artifacts

auto-pkg-maintenance.yaml

on: pull_request
auto-pkg-maintenance  /  auto-pkg-maintenance
3m 12s
auto-pkg-maintenance / auto-pkg-maintenance
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
lintr - style - whitespace_linter: R/deprecated.R#L19
R/deprecated.R:19:1: style: [whitespace_linter] Use spaces to indent, not tabs. lifecycle::deprecate_warn( ^
lintr - style - indentation_linter: R/deprecated.R#L19
R/deprecated.R:19:1: style: [indentation_linter] Indentation should be 2 spaces but is 1 spaces. lifecycle::deprecate_warn( ^~
lintr - style - whitespace_linter: R/deprecated.R#L20
R/deprecated.R:20:1: style: [whitespace_linter] Use spaces to indent, not tabs. when = "0.1.0", ^~
lintr - style - indentation_linter: R/deprecated.R#L20
R/deprecated.R:20:2: style: [indentation_linter] Indentation should be 4 spaces but is 2 spaces. when = "0.1.0", ^~~
lintr - style - whitespace_linter: R/deprecated.R#L21
R/deprecated.R:21:1: style: [whitespace_linter] Use spaces to indent, not tabs. what = "epoxy_style()", ^~
lintr - style - whitespace_linter: R/deprecated.R#L22
R/deprecated.R:22:1: style: [whitespace_linter] Use spaces to indent, not tabs. with = "epoxy_transform()" ^~
lintr - style - whitespace_linter: R/deprecated.R#L23
R/deprecated.R:23:1: style: [whitespace_linter] Use spaces to indent, not tabs. ) ^
lintr - style - indentation_linter: R/deprecated.R#L23
R/deprecated.R:23:1: style: [indentation_linter] Indentation should be 2 spaces but is 1 spaces. ) ^~
lintr - style - whitespace_linter: R/deprecated.R#L24
R/deprecated.R:24:1: style: [whitespace_linter] Use spaces to indent, not tabs. epoxy_transform(...) ^
lintr - style - whitespace_linter: R/deprecated.R#L30
R/deprecated.R:30:1: style: [whitespace_linter] Use spaces to indent, not tabs. lifecycle::deprecate_warn( ^
lintr - style - line_length_linter: R/bechdel.R#L9
R/bechdel.R:9:81: style: [line_length_linter] Lines should not be more than 80 characters. #' \item{bechdel_rating}{Rating (0-3): 0 = unscored; 1 = It has to have at least two (named) women in it; 2 = Who talk to each other; 3 = About something besides a man.} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lintr - style - line_length_linter: R/bechdel.R#L25
R/bechdel.R:25:81: style: [line_length_linter] Lines should not be more than 80 characters. #' \item{poster}{URL of movie poster image, sourced from [themoviedb.org](https://www.themoviedb.org). Poster images URLs ar provided from the TMDB API but \pkg{epoxy} is not endorsed or certified by TMDB.} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lintr - style - line_length_linter: R/bechdel.R#L27
R/bechdel.R:27:81: style: [line_length_linter] Lines should not be more than 80 characters. #' @source [TidyTuesday (2021-03-09)](https://github.com/rfordatascience/tidytuesday/blob/044e769/data/2021/2021-03-09/readme.md), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lintr - style - line_length_linter: R/bechdel.R#L28
R/bechdel.R:28:81: style: [line_length_linter] Lines should not be more than 80 characters. #' [FiveThirtyEight](https://github.com/fivethirtyeight/data/tree/master/bechdel), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
lintr - style - line_length_linter: R/engines.R#L252
R/engines.R:252:81: style: [line_length_linter] Lines should not be more than 80 characters. stop("data must be the same length: ", paste(x_len[!x_null], collapse = ", "), call. = FALSE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
lintr - style - object_length_linter: R/engines.R#L269
R/engines.R:269:1: style: [object_length_linter] Variable and function names should not be longer than 30 characters. deprecate_glue_data_chunk_option <- function(options) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lintr - style - object_length_linter: R/engines.R#L280
R/engines.R:280:1: style: [object_length_linter] Variable and function names should not be longer than 30 characters. deprecate_epoxy_style_chunk_option <- function(options) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lintr - style - line_length_linter: R/epoxy_transform_html.R#L197
R/epoxy_transform_html.R:197:81: style: [line_length_linter] Lines should not be more than 80 characters. rlang::abort("Multiple elements were specified, please specify only one element.") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
lintr - style - line_length_linter: R/epoxy_transform_inline.R#L101
R/epoxy_transform_inline.R:101:81: style: [line_length_linter] Lines should not be more than 80 characters. .squote = function(x) sQuote(x, q = getOption("epoxy.fancy_quotes", FALSE)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
lintr - style - line_length_linter: R/epoxy_transform_inline.R#L102
R/epoxy_transform_inline.R:102:81: style: [line_length_linter] Lines should not be more than 80 characters. .dquote = function(x) dQuote(x, q = getOption("epoxy.fancy_quotes", FALSE)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~