Last updated on 2025-11-01 00:50:35 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| codetools | 2 | 11 | |
| misc3d | 1 | 4 | 8 |
| proftools | 13 | ||
| snow | 4 | 9 | |
| tkrplot | 6 | 7 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2-20
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 4, OK: 8
Version: 0.9-1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Dai",
family = "Feng",
role = "aut"),
person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9-1
Check: for unstated dependencies in ‘demo’
Result: NOTE
'library' or 'require' call not declared from: ‘maps’
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.9-1
Check: examples
Result: ERROR
Running examples in 'misc3d-Ex.R' failed
The error most likely occurred in:
> ### Name: slices3d
> ### Title: Interactive Image Slices of 3D or 4D Volume Data
> ### Aliases: slices3d
> ### Keywords: hplot
>
> ### ** Examples
>
> #Example 1: View of a mixture of three tri-variate normal densities
> nmix3 <- function(x, y, z, m, s) {
+ 0.4 * dnorm(x, m, s) * dnorm(y, m, s) * dnorm(z, m, s) +
+ 0.3 * dnorm(x, -m, s) * dnorm(y, -m, s) * dnorm(z, -m, s) +
+ 0.3 * dnorm(x, m, s) * dnorm(y, -1.5 * m, s) * dnorm(z, m, s)
+ }
> x<-seq(-2, 2, len=40)
> g<-expand.grid(x = x, y = x, z = x)
> v<-array(nmix3(g$x,g$y,g$z, .5,.5), c(40,40,40))
> slices3d(vol1=v, main="View of a mixture of three tri-variate normals", col1=heat.colors(256))
Loading required namespace: tkrplot
Error in structure(.External(.C_dotTcl, ...), class = "tclObj") :
[tcl] can't get device image.
Calls: slices3d -> lapply -> FUN -> <Anonymous> -> .Tcl -> structure
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: NOTE: 13
Version: 0.99-3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu"),
person(given = "Riad",
family = "Jarjour",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.99-3
Check: Rd files
Result: NOTE
checkRd: (-1) proftools-package.Rd:40: Lost braces
40 | by the code{kcachegrind} program available on some operating
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 4, OK: 9
Version: 0.4-4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu"),
person(given = c("A.", "J."),
family = "Rossini",
role = "aut"),
person(given = "Na",
family = "Li",
role = "aut"),
person(given = "H.",
family = "Sevcikova",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4-4
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘Rmpi’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 6, OK: 7
Version: 0.0-30
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Luke Tierney <luke-tierney@uiowa.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Luke",
family = "Tierney",
role = c("aut", "cre"),
email = "luke-tierney@uiowa.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0-30
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
‘.my.tkdev’
Found the platform-specific device:
‘X11’
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64