Last updated on 2025-02-21 02:52:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 15.77 | 143.11 | 158.88 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 9.84 | 97.26 | 107.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 241.32 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 266.25 | ERROR | |||
r-devel-macos-arm64 | 0.3.0 | 94.00 | OK | |||
r-devel-macos-x86_64 | 0.3.0 | 6.00 | ERROR | |||
r-devel-windows-x86_64 | 0.3.0 | 18.00 | 147.00 | 165.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.0 | 14.58 | 130.51 | 145.09 | ERROR | |
r-release-linux-x86_64 | 0.3.0 | 13.57 | 130.85 | 144.42 | ERROR | |
r-release-macos-arm64 | 0.3.0 | 83.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 134.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 18.00 | 148.00 | 166.00 | ERROR | |
r-oldrel-macos-arm64 | 0.3.0 | 83.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.0 | 171.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.0 | 24.00 | 184.00 | 208.00 | ERROR |
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-18 06:46:07.3345 pid:1256653 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘teal-modules-general.Rmd’ using rmarkdown
Quitting from lines 43-70 [unnamed-chunk-1] (teal-modules-general.Rmd)
Error: processing vignette 'teal-modules-general.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘teal-modules-general.Rmd’
--- re-building ‘using-association-plot.Rmd’ using rmarkdown
Quitting from lines 61-294 [unnamed-chunk-3] (using-association-plot.Rmd)
Error: processing vignette 'using-association-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-association-plot.Rmd’
--- re-building ‘using-bivariate-plot.Rmd’ using rmarkdown
Quitting from lines 66-618 [unnamed-chunk-3] (using-bivariate-plot.Rmd)
Error: processing vignette 'using-bivariate-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-bivariate-plot.Rmd’
--- re-building ‘using-cross-table.Rmd’ using rmarkdown
Quitting from lines 60-135 [unnamed-chunk-3] (using-cross-table.Rmd)
Error: processing vignette 'using-cross-table.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-cross-table.Rmd’
--- re-building ‘using-data-table.Rmd’ using rmarkdown
Quitting from lines 56-106 [unnamed-chunk-3] (using-data-table.Rmd)
Error: processing vignette 'using-data-table.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-data-table.Rmd’
--- re-building ‘using-outliers-module.Rmd’ using rmarkdown
Quitting from lines 57-188 [unnamed-chunk-3] (using-outliers-module.Rmd)
Error: processing vignette 'using-outliers-module.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-outliers-module.Rmd’
--- re-building ‘using-regression-plots.Rmd’ using rmarkdown
Quitting from lines 66-266 [unnamed-chunk-3] (using-regression-plots.Rmd)
Error: processing vignette 'using-regression-plots.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-regression-plots.Rmd’
--- re-building ‘using-response-plot.Rmd’ using rmarkdown
Quitting from lines 65-375 [unnamed-chunk-3] (using-response-plot.Rmd)
Error: processing vignette 'using-response-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-response-plot.Rmd’
--- re-building ‘using-scatterplot-matrix.Rmd’ using rmarkdown
Quitting from lines 66-153 [unnamed-chunk-3] (using-scatterplot-matrix.Rmd)
Error: processing vignette 'using-scatterplot-matrix.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-scatterplot-matrix.Rmd’
--- re-building ‘using-scatterplot.Rmd’ using rmarkdown
Quitting from lines 72-373 [unnamed-chunk-4] (using-scatterplot.Rmd)
Error: processing vignette 'using-scatterplot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-scatterplot.Rmd’
SUMMARY: processing the following files failed:
‘teal-modules-general.Rmd’ ‘using-association-plot.Rmd’
‘using-bivariate-plot.Rmd’ ‘using-cross-table.Rmd’
‘using-data-table.Rmd’ ‘using-outliers-module.Rmd’
‘using-regression-plots.Rmd’ ‘using-response-plot.Rmd’
‘using-scatterplot-matrix.Rmd’ ‘using-scatterplot.Rmd’
Error: Vignette re-building failed.
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.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-20 18:02:10.9200 pid:1432672 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-19 09:32:37.6999 pid:3246988 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘teal-modules-general.Rmd’ using rmarkdown
Quitting from lines 43-70 [unnamed-chunk-1] (teal-modules-general.Rmd)
Error: processing vignette 'teal-modules-general.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘teal-modules-general.Rmd’
--- re-building ‘using-association-plot.Rmd’ using rmarkdown
Quitting from lines 61-294 [unnamed-chunk-3] (using-association-plot.Rmd)
Error: processing vignette 'using-association-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-association-plot.Rmd’
--- re-building ‘using-bivariate-plot.Rmd’ using rmarkdown
Quitting from lines 66-618 [unnamed-chunk-3] (using-bivariate-plot.Rmd)
Error: processing vignette 'using-bivariate-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-bivariate-plot.Rmd’
--- re-building ‘using-cross-table.Rmd’ using rmarkdown
Quitting from lines 60-135 [unnamed-chunk-3] (using-cross-table.Rmd)
Error: processing vignette 'using-cross-table.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-cross-table.Rmd’
--- re-building ‘using-data-table.Rmd’ using rmarkdown
Quitting from lines 56-106 [unnamed-chunk-3] (using-data-table.Rmd)
Error: processing vignette 'using-data-table.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-data-table.Rmd’
--- re-building ‘using-outliers-module.Rmd’ using rmarkdown
Quitting from lines 57-188 [unnamed-chunk-3] (using-outliers-module.Rmd)
Error: processing vignette 'using-outliers-module.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-outliers-module.Rmd’
--- re-building ‘using-regression-plots.Rmd’ using rmarkdown
Quitting from lines 66-266 [unnamed-chunk-3] (using-regression-plots.Rmd)
Error: processing vignette 'using-regression-plots.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-regression-plots.Rmd’
--- re-building ‘using-response-plot.Rmd’ using rmarkdown
Quitting from lines 65-375 [unnamed-chunk-3] (using-response-plot.Rmd)
Error: processing vignette 'using-response-plot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-response-plot.Rmd’
--- re-building ‘using-scatterplot-matrix.Rmd’ using rmarkdown
Quitting from lines 66-153 [unnamed-chunk-3] (using-scatterplot-matrix.Rmd)
Error: processing vignette 'using-scatterplot-matrix.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-scatterplot-matrix.Rmd’
--- re-building ‘using-scatterplot.Rmd’ using rmarkdown
Quitting from lines 72-373 [unnamed-chunk-4] (using-scatterplot.Rmd)
Error: processing vignette 'using-scatterplot.Rmd' failed with diagnostics:
no slot of name "env" for this object of class "teal_data"
--- failed re-building ‘using-scatterplot.Rmd’
SUMMARY: processing the following files failed:
‘teal-modules-general.Rmd’ ‘using-association-plot.Rmd’
‘using-bivariate-plot.Rmd’ ‘using-cross-table.Rmd’
‘using-data-table.Rmd’ ‘using-outliers-module.Rmd’
‘using-regression-plots.Rmd’ ‘using-response-plot.Rmd’
‘using-scatterplot-matrix.Rmd’ ‘using-scatterplot.Rmd’
Error: Vignette re-building failed.
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-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-20 21:52:11.1714 pid:3203163 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘teal’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-macos-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'teal.modules.general-Ex.R' failed
The error most likely occurred in:
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-15 05:43:18.6720 pid:37568 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-19 06:14:36.2484 pid:942229 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘teal.modules.general-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-20 06:03:56.1242 pid:810918 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'teal.modules.general-Ex.R' failed
The error most likely occurred in:
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-20 06:58:22.0251 pid:132208 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'teal.modules.general-Ex.R' failed
The error most likely occurred in:
> ### Name: tm_a_pca
> ### Title: 'teal' module: Principal component analysis
> ### Aliases: tm_a_pca
>
> ### ** Examples
>
> library(teal.widgets)
>
> # general data example
> data <- teal_data()
> data <- within(data, {
+ require(nestcolor)
+ USArrests <- USArrests
+ })
>
> datanames(data) <- "USArrests"
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
>
> app <- init(
+ data = data,
+ modules = modules(
+ tm_a_pca(
+ "PCA",
+ dat = data_extract_spec(
+ dataname = "USArrests",
+ select = select_spec(
+ choices = variable_choices(
+ data = data[["USArrests"]], c("Murder", "Assault", "UrbanPop", "Rape")
+ ),
+ selected = c("Murder", "Assault"),
+ multiple = TRUE
+ ),
+ filter = NULL
+ ),
+ ggplot2_args = ggplot2_args(
+ labs = list(subtitle = "Plot generated by PCA Module")
+ )
+ )
+ )
+ )
[INFO] 2025-02-19 14:37:43.8507 pid:50488 token:[] teal.modules.general Initializing tm_a_pca
Error in as.list(data@env) :
no slot of name "env" for this object of class "teal_data"
Calls: init -> create_app_id -> as.list
Execution halted
Flavor: r-oldrel-windows-x86_64