Last updated on 2025-08-01 13:49:55 CEST.
Package | FAIL | NOTE | OK |
---|---|---|---|
BalanceCheck | 2 | 11 | |
falcon | 4 | 9 | |
falconx | 2 | 11 | |
gCat | 2 | 11 | |
gSeg | 2 | 11 | |
gStream | 2 | 11 | |
gTests | 1 | 2 | 10 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = "Dylan",
family = "Small",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 4, OK: 9
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = c("Nancy", "R."),
family = "Zhang",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2
Check: compiled code
Result: NOTE
File ‘falcon/libs/falcon.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = c("Nancy", "R."),
family = "Zhang",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = c("Nancy", "R."),
family = "Zhang",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = c("Nancy", "R."),
family = "Zhang",
role = "aut"),
person(given = "Lynna",
family = "Chu",
role = "aut"),
person(given = "Hoseung",
family = "Song",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = "Lynna",
family = "Chu",
role = "aut"))
as necessary.
The Description field contains
high-dimensional and non-Euclidean data <arXiv:1810.05973>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: FAIL: 1, NOTE: 2, OK: 10
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hao Chen <hxchen@ucdavis.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Hao",
family = "Chen",
role = c("aut", "cre"),
email = "hxchen@ucdavis.edu"),
person(given = "Jingru",
family = "Zhang",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2
Check: PDF version of manual
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:
$maxtype$test.statistic_u
[1] 3.545608
$maxtype$pval.approx_u
[1] 0.001326199
>
> ## Uncomment the following line to get permutation p-value with 200 permutations.
> # Knnl = 3
> # E1 = getGraph(counts1, ds1, Knnl, graph = "nnlink")
> # g.tests_discrete(E1, counts1, test.type = "all", maxtype.kappa = 1.31, perm = 300)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.9 0.14 1.05 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-devel-windows-x86_64