CRAN Package Check Results for Package tosca

Last updated on 2024-08-31 22:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-2 9.97 88.46 98.43 NOTE
r-devel-linux-x86_64-debian-gcc 0.3-2 6.98 59.81 66.79 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-2 160.95 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-2 165.31 NOTE
r-devel-windows-x86_64 0.3-2 12.00 142.00 154.00 NOTE
r-patched-linux-x86_64 0.3-2 13.94 82.53 96.47 NOTE
r-release-linux-x86_64 0.3-2 10.31 83.10 93.41 NOTE
r-release-macos-arm64 0.3-2 84.00 NOTE
r-release-macos-x86_64 0.3-2 118.00 NOTE
r-release-windows-x86_64 0.3-2 11.00 138.00 149.00 NOTE
r-oldrel-macos-arm64 0.3-2 83.00 NOTE
r-oldrel-macos-x86_64 0.3-2 110.00 NOTE
r-oldrel-windows-x86_64 0.3-2 14.00 0.00 14.00 FAIL

Check Details

Version: 0.3-2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘toscaData’ 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

Version: 0.3-2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: LDAprep.Rd: lda plotTopic.Rd: top.topic.words plotTopicWord.Rd: top.topic.words plotWordSub.Rd: top.topic.words plotWordpt.Rd: top.topic.words readWiki.Rd: WikipediR, pages_in_category Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.3-2
Check: tests
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: > ### ** Examples > > ## Not run: > ##D data(politics) > ##D poliClean <- cleanTexts(politics) > ##D words10 <- makeWordlist(text=poliClean$text) > ##D words10 <- words10$words[words10$wordtable > 10] > ##D poliLDA <- LDAprep(text=poliClean$text, vocab=words10) > ##D LDAresult <- LDAgen(documents=poliLDA, K=10, vocab=words10) > ##D topicsInText(text=politics$text, ldaID=names(poliLDA), id="ID2756", > ##D ldaresult=LDAresult, vocab=words10) > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 11.94 0.31 12.25 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-oldrel-windows-x86_64