Last updated on 2025-07-06 18:52:01 CEST.
Package | FAIL | NOTE | OK |
---|---|---|---|
card.pro | 1 | 12 | |
nextGenShinyApps | 4 | 9 | |
quickcode | 13 | ||
r2country | 4 | 9 | |
r2dictionary | 5 | 8 | |
r2fireworks | 1 | 2 | 10 |
r2resize | 1 | 12 | |
r2shortcode | 2 | 11 | |
r2social | 13 | ||
r2symbols | 13 | ||
scientific | 13 | ||
sciRmdTheme | 2 | 11 | |
shinyStorePlus | 13 | ||
symbol.equation.gpt | 2 | 11 |
Current CRAN status: FAIL: 1, OK: 12
Version: 2.3.0
Check: re-building of vignette outputs
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> wrapper(altPanel("hello"), shiny::mainPanel("test"))
<div class="xwrapper card-pro-wrapper bg-default">
<div class="col-12 col-md-4 ">
<form class="well" role="complementary">hello</form>
</div>
<div class="col-sm-8" role="main">test</div>
</div>
> wrapper(shiny::mainPanel("hello"), shiny::column(width = 2, "test"))
<div class="xwrapper card-pro-wrapper bg-default">
<div class="col-sm-8" role="main">hello</div>
<div class="col-sm-2">test</div>
</div>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.33 0.11 1.44 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64
Current CRAN status: NOTE: 4, OK: 9
Version: 2.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Obinna Obianom <idonshayo@gmail.com>’
The BugReports field in DESCRIPTION has
https://github.com/oobianom/nextGenShinyApps
which should likely be
https://github.com/oobianom/nextGenShinyApps/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘quickcode’ ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: NOTE: 4, OK: 9
Version: 2.0.2.4.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Obinna Obianom <idonshayo@gmail.com>’
The BugReports field in DESCRIPTION has
https://github.com/oobianom/r2country
which should likely be
https://github.com/oobianom/r2country/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0.2.4.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘quickcode’ ‘stats’ ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 5, OK: 8
Version: 0.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3
Check: installed package size
Result: NOTE
installed size is 5.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: FAIL: 1, NOTE: 2, OK: 10
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘shiny’ ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: re-building of vignette outputs
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
+ })
+
+ observeEvent(input$startFWspx4,{
+ showFireworks(speed = 1,particleCount = 10000)
+ })
+ observeEvent(input$stopFW,{
+ removeFireworks()
+ })
+ }
+
+ }
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.45 0.04 0.5 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64
Current CRAN status: FAIL: 1, OK: 12
Version: 1.9.2
Check: re-building of vignette outputs
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
+ border.color = "brown",
+ header.text.color = "white",
+ body.text.color = "black")
<div>
<div id="r2resize-windowcard-pane">
<div class="r2resize-windowcard-title">Sample Window card</div>
<div class="r2resize-windowcard-content"></div>
</div>
<div id="r2resize-windowcard-ghostpane"></div>
<style>#r2resize-windowcard-pane{position:absolute;min-width:25%;height:45%;width:500px;top:20%;left:20%;margin:0;padding:0;z-index:99;border:2px solid brown;background:white;overflow:hidden}.r2resize-windowcard-title{background:brown;color:white;font-size:24px;height:40px;text-align:center}.r2resize-windowcard-content{padding:10px;color:black}#r2resize-windowcard-ghostpane{background:#999;opacity:.2;min-width:25%;height:45%;width:500px;top:20%;left:20%;position:absolute;margin:0;padding:0;z-index:98;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}</style><script> "use strict";var onRightEdge,onBottomEdge,onLeftEdge,onTopEdge,rightScreenEdge,bottomScreenEdge,preSnapped,b,x,y,e,minWidth=60,minHeight=40,FULLSCREEN_MARGINS=-10,MARGINS=4,clicked=null,redraw=!1,pane=document.getElementById("r2resize-windowcard-pane"),ghostpane=document.getElementById("r2resize-windowcard-ghostpane");function setBounds(e,n,t,i,o){e.style.left=n+"px",e.style.top=t+"px",e.style.width=i+"px",e.style.height=o+"px"}function hintHide(){setBounds(ghostpane,b.left,b.top,b.width,b.height),ghostpane.style.opacity=0}function onTouchDown(e){onDown(e.touches[0]),e.preventDefault()}function onTouchMove(e){onMove(e.touches[0])}function onTouchEnd(e){0==e.touches.length&&onUp(e.changedTouches[0])}function onMouseDown(e){onDown(e),e.preventDefault()}function onDown(e){calc(e);var n=onRightEdge||onBottomEdge||onTopEdge||onLeftEdge;clicked={x:x,y:y,cx:e.clientX,cy:e.clientY,w:b.width,h:b.height,isResizing:n,isMoving:!n&&canMove(),onTopEdge:onTopEdge,onLeftEdge:onLeftEdge,onRightEdge:onRightEdge,onBottomEdge:onBottomEdge}}function canMove(){return 0<x&&x<b.width&&0<y&&y<b.height&&y<30}function calc(e){b=pane.getBoundingClientRect(),x=e.clientX-b.left,y=e.clientY-b.top,onTopEdge=y<MARGINS,onLeftEdge=x<MARGINS,onRightEdge=x>=b.width-MARGINS,onBottomEdge=y>=b.height-MARGINS,rightScreenEdge=window.innerWidth-MARGINS,bottomScreenEdge=window.innerHeight-MARGINS}function onMove(n){calc(n),e=n,redraw=!0}function animate(){var n;if(requestAnimationFrame(animate),redraw)return redraw=!1,clicked&&clicked.isResizing?(clicked.onRightEdge&&(pane.style.width=Math.max(x,minWidth)+"px"),clicked.onBottomEdge&&(pane.style.height=Math.max(y,minHeight)+"px"),clicked.onLeftEdge&&(n=Math.max(clicked.cx-e.clientX+clicked.w,minWidth),minWidth<n&&(pane.style.width=n+"px",pane.style.left=e.clientX+"px")),clicked.onTopEdge&&(n=Math.max(clicked.cy-e.clientY+clicked.h,minHeight),minHeight<n&&(pane.style.height=n+"px",pane.style.top=e.clientY+"px")),void hintHide()):clicked&&clicked.isMoving?(b.top<FULLSCREEN_MARGINS||b.left<FULLSCREEN_MARGINS||b.right>window.innerWidth-FULLSCREEN_MARGINS||b.bottom>window.innerHeight-FULLSCREEN_MARGINS?(setBounds(ghostpane,0,0,window.innerWidth,window.innerHeight),ghostpane.style.opacity=.2):b.top<MARGINS?(setBounds(ghostpane,0,0,window.innerWidth,window.innerHeight/2),ghostpane.style.opacity=.2):b.left<MARGINS?(setBounds(ghostpane,0,0,window.innerWidth/2,window.innerHeight),ghostpane.style.opacity=.2):b.right>rightScreenEdge?(setBounds(ghostpane,window.innerWidth/2,0,window.innerWidth/2,window.innerHeight),ghostpane.style.opacity=.2):b.bottom>bottomScreenEdge?(setBounds(ghostpane,0,window.innerHeight/2,window.innerWidth,window.innerWidth/2),ghostpane.style.opacity=.2):hintHide(),preSnapped?void setBounds(pane,e.clientX-preSnapped.width/2,e.clientY-Math.min(clicked.y,preSnapped.height),preSnapped.width,preSnapped.height):(pane.style.top=e.clientY-clicked.y+"px",void(pane.style.left=e.clientX-clicked.x+"px"))):void(onRightEdge&&onBottomEdge||onLeftEdge&&onTopEdge?pane.style.cursor="nwse-resize":onRightEdge&&onTopEdge||onBottomEdge&&onLeftEdge?pane.style.cursor="nesw-resize":onRightEdge||onLeftEdge?pane.style.cursor="ew-resize":onBottomEdge||onTopEdge?pane.style.cursor="ns-resize":canMove()?pane.style.cursor="move":pane.style.cursor="default")}function onUp(e){calc(e),clicked&&clicked.isMoving&&(e={width:b.width,height:b.height},preSnapped=b.top<FULLSCREEN_MARGINS||b.left<FULLSCREEN_MARGINS||b.right>window.innerWidth-FULLSCREEN_MARGINS||b.bottom>window.innerHeight-FULLSCREEN_MARGINS?(setBounds(pane,0,0,window.innerWidth,window.innerHeight),e):b.top<MARGINS?(setBounds(pane,0,0,window.innerWidth,window.innerHeight/2),e):b.left<MARGINS?(setBounds(pane,0,0,window.innerWidth/2,window.innerHeight),e):b.right>rightScreenEdge?(setBounds(pane,window.innerWidth/2,0,window.innerWidth/2,window.innerHeight),e):b.bottom>bottomScreenEdge?(setBounds(pane,0,window.innerHeight/2,window.innerWidth,window.innerWidth/2),e):null,hintHide()),clicked=null}pane.addEventListener("mousedown",onMouseDown),document.addEventListener("mousemove",onMove),document.addEventListener("mouseup",onUp),pane.addEventListener("touchstart",onTouchDown),document.addEventListener("touchmove",onTouchMove),document.addEventListener("touchend",onTouchEnd),animate(); </script>
</div>
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.2 0.25 1.57 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Obinna Obianom <idonshayo@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Obinna",
family = "Obianom",
role = c("aut", "cre"),
email = "idonshayo@gmail.com")
as necessary.
The BugReports field in DESCRIPTION has
https://github.com/oobianom/r2shortcode
which should likely be
https://github.com/oobianom/r2shortcode/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Obinna Obianom <idonshayo@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Obinna",
family = "Obianom",
role = c("aut", "cre"),
email = "idonshayo@gmail.com")
as necessary.
The BugReports field in DESCRIPTION has
https://github.com/oobianom/sciRmdTheme
which should likely be
https://github.com/oobianom/sciRmdTheme/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 1.1.4
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘htmltools’ ‘markdown’ ‘nextGenShinyApps’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc