- using R Under development (unstable) (2026-08-31 r90457 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-09-01 14:12:02 UTC
- checking for file 'discourseGT/DESCRIPTION' ... OK
- this is package 'discourseGT' version '1.2.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'discourseGT' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s] OK
- checking loading without being on the library search path ... [0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking sizes of PDF files under 'inst/doc' ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [4s] ERROR
Running examples in 'discourseGT-Ex.R' failed
The error most likely occurred in:
> ### Name: plot1Att
> ### Title: Plots Graphs using ggplot2 with one attribute
> ### Aliases: plot1Att
>
> ### ** Examples
>
> df <- sampleData1
> prepNet <- tabulate_edges(df, silentNodes = 0)
> baseNet <- prepareGraphs(prepNet, project_title = "Sample Data 1", weightedGraph = TRUE)
> attdata <- attributeData
> plot1Att(baseNet, prop = 20, graphmode = "fruchtermanreingold",
+ attribute = attdata$gender,
+ attribute.label = "Gender",
+ attribute.node.labels = attdata$node, attribute.nodesize = 12)
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [6s] ERROR
Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(discourseGT)
>
> test_check("discourseGT")
Saving _problems/test-plot1Att-17.R
Saving _problems/test-plot1Att-27.R
Saving _problems/test-plot1Att-36.R
Saving _problems/test-plot2Att-16.R
Saving _problems/test-plot2Att-26.R
Saving _problems/test-plot2Att-35.R
[ FAIL 6 | WARN 20 | SKIP 0 | PASS 27 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot1Att.R:14:3'): plot1Att returns a list with correct components ──
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot1Att(...) at test-plot1Att.R:14:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
── Error ('test-plot1Att.R:24:3'): plot1Att returns a ggplot object ────────────
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot1Att(...) at test-plot1Att.R:24:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
── Error ('test-plot1Att.R:33:3'): plot1Att returns saveDataVar as 1 ───────────
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot1Att(...) at test-plot1Att.R:33:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
── Error ('test-plot2Att.R:13:3'): plot2Att returns a list with correct components ──
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot2Att(...) at test-plot2Att.R:13:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
── Error ('test-plot2Att.R:23:3'): plot2Att returns a ggplot object ────────────
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot2Att(...) at test-plot2Att.R:23:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
── Error ('test-plot2Att.R:32:3'): plot2Att returns saveDataVar as 2 ───────────
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Backtrace:
▆
1. ├─discourseGT::plot2Att(...) at test-plot2Att.R:32:3
2. │ └─base::suppressWarnings(...)
3. │ └─base::withCallingHandlers(...)
4. └─base::loadNamespace(x)
5. └─base::namespaceImportFrom(...)
6. └─base::importIntoEnv(impenv, impnames, ns, impvars)
[ FAIL 6 | WARN 20 | SKIP 0 | PASS 27 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [1s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 2 ERRORs