Last updated on 2025-04-03 17:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 3.03 | 32.44 | 35.47 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.31 | 24.94 | 27.25 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 60.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 54.29 | OK | |||
r-devel-macos-arm64 | 0.1.4 | 23.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 35.00 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 5.00 | 55.00 | 60.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 3.84 | 31.98 | 35.82 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 2.72 | 30.92 | 33.64 | ERROR | |
r-release-macos-arm64 | 0.1.4 | 22.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 30.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 5.00 | 54.00 | 59.00 | OK | |
r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.4 | 30.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 5.00 | 61.00 | 66.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘bsplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bs_modal
> ### Title: Modal window
> ### Aliases: bs_modal bs_modal_closebutton bs_attach_modal
>
> ### ** Examples
>
> library("htmltools") # also needs `markdown` package
> library("shiny")
>
> bs_modal(id = "modal", title = "I'm a modal", body = "Yes, I am.")
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modal-title">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modal-title">I'm a modal</h4>
</div>
<div class="modal-body">Yes, I am.</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
> bs_button("Click for modal") %>%
+ bs_attach_modal(id_modal = "modal")
<button class="btn btn-default" data-toggle="modal" data-target="#modal">Click for modal</button>
>
> bs_modal(
+ id = "modal_large",
+ title = "I'm a modal",
+ size = "large",
+ body = includeMarkdown(system.file("markdown", "modal.md", package = "bsplus"))
+ )
Warning in file(con, "w") :
cannot open file '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/bsplus/markdown/modal.md': Read-only file system
Error in file(con, "w") : cannot open the connection
Calls: bs_modal ... includeMarkdown -> <Anonymous> -> <Anonymous> -> writeLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘bsplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bs_modal
> ### Title: Modal window
> ### Aliases: bs_modal bs_modal_closebutton bs_attach_modal
>
> ### ** Examples
>
> library("htmltools") # also needs `markdown` package
> library("shiny")
>
> bs_modal(id = "modal", title = "I'm a modal", body = "Yes, I am.")
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modal-title">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modal-title">I'm a modal</h4>
</div>
<div class="modal-body">Yes, I am.</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
> bs_button("Click for modal") %>%
+ bs_attach_modal(id_modal = "modal")
<button class="btn btn-default" data-toggle="modal" data-target="#modal">Click for modal</button>
>
> bs_modal(
+ id = "modal_large",
+ title = "I'm a modal",
+ size = "large",
+ body = includeMarkdown(system.file("markdown", "modal.md", package = "bsplus"))
+ )
Warning in file(con, "w") :
cannot open file '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/bsplus/markdown/modal.md': Read-only file system
Error in file(con, "w") : cannot open the connection
Calls: bs_modal ... includeMarkdown -> <Anonymous> -> <Anonymous> -> writeLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘bsplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bs_modal
> ### Title: Modal window
> ### Aliases: bs_modal bs_modal_closebutton bs_attach_modal
>
> ### ** Examples
>
> library("htmltools") # also needs `markdown` package
> library("shiny")
>
> bs_modal(id = "modal", title = "I'm a modal", body = "Yes, I am.")
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modal-title">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modal-title">I'm a modal</h4>
</div>
<div class="modal-body">Yes, I am.</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
> bs_button("Click for modal") %>%
+ bs_attach_modal(id_modal = "modal")
<button class="btn btn-default" data-toggle="modal" data-target="#modal">Click for modal</button>
>
> bs_modal(
+ id = "modal_large",
+ title = "I'm a modal",
+ size = "large",
+ body = includeMarkdown(system.file("markdown", "modal.md", package = "bsplus"))
+ )
Warning in file(con, "w") :
cannot open file '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/bsplus/markdown/modal.md': Read-only file system
Error in file(con, "w") : cannot open the connection
Calls: bs_modal ... includeMarkdown -> <Anonymous> -> <Anonymous> -> writeLines -> file
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘bsplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bs_modal
> ### Title: Modal window
> ### Aliases: bs_modal bs_modal_closebutton bs_attach_modal
>
> ### ** Examples
>
> library("htmltools") # also needs `markdown` package
> library("shiny")
>
> bs_modal(id = "modal", title = "I'm a modal", body = "Yes, I am.")
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modal-title">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="modal-title">I'm a modal</h4>
</div>
<div class="modal-body">Yes, I am.</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
> bs_button("Click for modal") %>%
+ bs_attach_modal(id_modal = "modal")
<button class="btn btn-default" data-toggle="modal" data-target="#modal">Click for modal</button>
>
> bs_modal(
+ id = "modal_large",
+ title = "I'm a modal",
+ size = "large",
+ body = includeMarkdown(system.file("markdown", "modal.md", package = "bsplus"))
+ )
Warning in file(con, "w") :
cannot open file '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/bsplus/markdown/modal.md': Read-only file system
Error in file(con, "w") : cannot open the connection
Calls: bs_modal ... includeMarkdown -> <Anonymous> -> <Anonymous> -> writeLines -> file
Execution halted
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.