Last updated on 2025-03-25 08:58:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 3.44 | 32.58 | 36.02 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.42 | 25.08 | 27.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 58.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 54.29 | OK | |||
r-devel-macos-arm64 | 0.1.4 | 22.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 35.00 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 4.00 | 54.00 | 58.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 3.21 | 31.98 | 35.19 | OK | |
r-release-linux-x86_64 | 0.1.4 | 3.27 | 30.75 | 34.02 | OK | |
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 | 55.00 | 60.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 | 6.00 | 60.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