CRAN Package Check Results for Package sass

Last updated on 2026-07-29 04:55:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.10 169.29 51.10 220.39 OK
r-devel-linux-x86_64-debian-gcc 0.4.10 124.14 42.30 166.44 NOTE
r-devel-linux-x86_64-fedora-clang 0.4.10 287.00 79.21 366.21 OK
r-devel-linux-x86_64-fedora-gcc 0.4.10 137.00 42.94 179.94 OK
r-devel-windows-x86_64 0.4.10 241.00 109.00 350.00 OK
r-patched-linux-x86_64 0.4.10 161.23 52.34 213.57 OK
r-release-linux-x86_64 0.4.10 175.09 51.88 226.97 OK
r-release-macos-arm64 0.4.10 42.00 22.00 64.00 OK
r-release-macos-x86_64 0.4.10 134.00 149.00 283.00 OK
r-release-windows-x86_64 0.4.10 243.00 112.00 355.00 OK
r-oldrel-macos-arm64 0.4.10 OK
r-oldrel-macos-x86_64 0.4.10 131.00 133.00 264.00 OK
r-oldrel-windows-x86_64 0.4.10 315.00 131.00 446.00 OK

Check Details

Version: 0.4.10
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/sass/libs/sass.so’: Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++) Found ‘exit’, possibly from ‘exit’ (C) Found ‘stderr’, possibly from ‘stderr’ (C) Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. The detected symbols are linked into the code but might come from libraries and not actually be called. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc