CRAN Package Check Results for Package ggconf

Last updated on 2022-12-05 09:51:19 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 28.48 61.64 90.12 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 21.97 45.98 67.95 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 128.80 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 136.42 ERROR
r-devel-windows-x86_64 0.1.3 59.00 86.00 145.00 ERROR
r-patched-linux-x86_64 0.1.3 28.31 56.51 84.82 ERROR
r-release-linux-x86_64 0.1.3 26.87 61.02 87.89 ERROR
r-release-macos-arm64 0.1.3 33.00 NOTE
r-release-macos-x86_64 0.1.3 58.00 NOTE
r-release-windows-x86_64 0.1.3 76.00 96.00 172.00 ERROR
r-oldrel-macos-arm64 0.1.3 39.00 NOTE
r-oldrel-macos-x86_64 0.1.3 53.00 NOTE
r-oldrel-windows-ix86+x86_64 0.1.3 49.00 87.00 136.00 ERROR

Check Details

Version: 0.1.3
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in 'ggconf-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: theme2
    > ### Title: an enhanced version of ggplot2::theme()
    > ### Aliases: theme2
    >
    > ### ** Examples
    >
    >
    > if (requireNamespace("ggplot2", quietly = TRUE)) {
    +
    + library(ggplot2)
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=as.factor(cyl))) +
    + theme2(
    + text(f="bold", z=24, fmly="Times New Roman"),
    + pnl.bg(fill="white"),
    + lgd.box.margin(.2, .2, .2, .2, "cm"),
    + lgd.box.bg(c="black"),
    + lgd.key(fill="white"),
    + lgd.position("bottom"),
    + lgd.txt(z=rel(.8)),
    + lgd.title(fmly="Consolas", c="royalblue"),
    + axs.title(fmly="Consolas", c="royalblue"),
    + axs.title.y(angle=0, vjust=.5),
    + axs.txt(z=rel(1.1)),
    + axs.line(arrow=arrow(type="open", angle=20), z=2),
    + axs.tick(z=1),
    + axs.tick.len(.5, "cm"),
    + plt.subttl(f="plain", hjust=1),
    + plt.margin(.3, .3, .3, .1, "inch")
    + )
    +
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(a.txt(family = c("Consolas", "Times")[1]))
    +
    + # all of the following three generate the same plot
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme(text = element_text(size=20, face="bold"),
    + axis.line = element_line(size=2),
    + legend.key = element_rect(color="black"))
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(text(size=20, face="bold"), axis.line(size=2),
    + legend.key(color="black"))
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(txt(sz=20, f="bold"), aline(sz=2), l.key(c="black"))
    +
    +
    +
    + }
    Error in ggplot2::element_line(fill = 1) : unused argument (fill = 1)
    Calls: theme2 ... exec_ggconf -> eval -> eval -> <Anonymous> -> find_args -> mget
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running 'testthat.R' [5s/6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     == Failed tests ================================================================
     -- Error ('test-theme2.R:37'): theme2 ------------------------------------------
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     x
     1. \-ggconf::theme2(...) at test-theme2.R:37:4
     2. \-ggconf:::exec_ggconf(...)
     3. +-base::eval(parse(text = ggobj_verbose))
     4. | \-base::eval(parse(text = ggobj_verbose))
     5. \-ggplot2::theme(...)
     6. \-ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. \-base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-theme2.R:37'): theme2 ──────────────────────────────────────────
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     ▆
     1. └─ggconf::theme2(...) at test-theme2.R:37:4
     2. └─ggconf:::exec_ggconf(...)
     3. ├─base::eval(parse(text = ggobj_verbose))
     4. │ └─base::eval(parse(text = ggobj_verbose))
     5. └─ggplot2::theme(...)
     6. └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. └─base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in ‘ggconf-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: theme2
    > ### Title: an enhanced version of ggplot2::theme()
    > ### Aliases: theme2
    >
    > ### ** Examples
    >
    >
    > if (requireNamespace("ggplot2", quietly = TRUE)) {
    +
    + library(ggplot2)
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=as.factor(cyl))) +
    + theme2(
    + text(f="bold", z=24, fmly="Times New Roman"),
    + pnl.bg(fill="white"),
    + lgd.box.margin(.2, .2, .2, .2, "cm"),
    + lgd.box.bg(c="black"),
    + lgd.key(fill="white"),
    + lgd.position("bottom"),
    + lgd.txt(z=rel(.8)),
    + lgd.title(fmly="Consolas", c="royalblue"),
    + axs.title(fmly="Consolas", c="royalblue"),
    + axs.title.y(angle=0, vjust=.5),
    + axs.txt(z=rel(1.1)),
    + axs.line(arrow=arrow(type="open", angle=20), z=2),
    + axs.tick(z=1),
    + axs.tick.len(.5, "cm"),
    + plt.subttl(f="plain", hjust=1),
    + plt.margin(.3, .3, .3, .1, "inch")
    + )
    +
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(a.txt(family = c("Consolas", "Times")[1]))
    +
    + # all of the following three generate the same plot
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme(text = element_text(size=20, face="bold"),
    + axis.line = element_line(size=2),
    + legend.key = element_rect(color="black"))
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(text(size=20, face="bold"), axis.line(size=2),
    + legend.key(color="black"))
    +
    + ggplot(mtcars) + geom_point(aes(wt, hp, color=cyl)) +
    + theme2(txt(sz=20, f="bold"), aline(sz=2), l.key(c="black"))
    +
    +
    +
    + }
    Error in ggplot2::element_line(fill = 1) : unused argument (fill = 1)
    Calls: theme2 ... exec_ggconf -> eval -> eval -> <Anonymous> -> find_args -> mget
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-theme2.R:37'): theme2 ──────────────────────────────────────────
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     ▆
     1. └─ggconf::theme2(...) at test-theme2.R:37:4
     2. └─ggconf:::exec_ggconf(...)
     3. ├─base::eval(parse(text = ggobj_verbose))
     4. │ └─base::eval(parse(text = ggobj_verbose))
     5. └─ggplot2::theme(...)
     6. └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. └─base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-theme2.R:37'): theme2 ──────────────────────────────────────────
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     ▆
     1. └─ggconf::theme2(...) at test-theme2.R:37:4
     2. └─ggconf:::exec_ggconf(...)
     3. ├─base::eval(parse(text = ggobj_verbose))
     4. │ └─base::eval(parse(text = ggobj_verbose))
     5. └─ggplot2::theme(...)
     6. └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. └─base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-theme2.R:37'): theme2 ──────────────────────────────────────────
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     ▆
     1. └─ggconf::theme2(...) at test-theme2.R:37:4
     2. └─ggconf:::exec_ggconf(...)
     3. ├─base::eval(parse(text = ggobj_verbose))
     4. │ └─base::eval(parse(text = ggobj_verbose))
     5. └─ggplot2::theme(...)
     6. └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. └─base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-theme2.R:37'): theme2 ──────────────────────────────────────────
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     ▆
     1. └─ggconf::theme2(...) at test-theme2.R:37:4
     2. └─ggconf:::exec_ggconf(...)
     3. ├─base::eval(parse(text = ggobj_verbose))
     4. │ └─base::eval(parse(text = ggobj_verbose))
     5. └─ggplot2::theme(...)
     6. └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. └─base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(ggconf)
     >
     > test_check("ggconf")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
    
     == Failed tests ================================================================
     -- Error ('test-theme2.R:37'): theme2 ------------------------------------------
     Error in `ggplot2::element_line(fill = 1)`: unused argument (fill = 1)
     Backtrace:
     x
     1. \-ggconf::theme2(...) at test-theme2.R:37:4
     2. \-ggconf:::exec_ggconf(...)
     3. +-base::eval(parse(text = ggobj_verbose))
     4. | \-base::eval(parse(text = ggobj_verbose))
     5. \-ggplot2::theme(...)
     6. \-ggplot2:::find_args(..., complete = NULL, validate = NULL)
     7. \-base::mget(args, envir = env)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 33 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64