Last updated on 2025-05-09 01:50:40 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
ast2ast | 2 | 11 | |
dfdr | 10 | 3 | |
paropt | 8 | 4 | 1 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.3.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Krämer Konrad <konrad_kraemer@yahoo.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Krämer",
family = "Konrad",
role = c("aut", "cre"),
email = "konrad_kraemer@yahoo.de")
as necessary.
The BugReports field in DESCRIPTION has
https://github.com/Konrad1991/ast2ast
which should likely be
https://github.com/Konrad1991/ast2ast/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 10, OK: 3
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘differentiate.R’ ‘gradient.R’ ‘simplify.R’
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
Current CRAN status: WARN: 8, NOTE: 4, OK: 1
Version: 0.3.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Krämer Konrad <Konrad_kraemer@yahoo.de>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Krämer",
family = "Konrad",
role = c("aut", "cre"),
email = "konrad_kraemer@yahoo.de"),
person(given = "Krämer",
family = "Johannes",
role = "aut"),
person(given = "Heyer",
family = "Arnd",
role = "ths"),
person(given = c("University", "of"),
family = "Stuttgart",
role = "uvp"),
person(given = c("Institute", "of"),
family = "Biomaterials"),
person(given = c("Biomolecular", "Systems", "at", "the", "University", "of", "Stuttgart", "|", "file"),
family = "AUTHORS",
role = "his"))
as necessary.
The BugReports field in DESCRIPTION has
https://github.com/Konrad1991/paropt
which should likely be
https://github.com/Konrad1991/paropt/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.a’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.a’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.a’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.3
Check: compiled code
Result: NOTE
File 'paropt/libs/x64/paropt.dll':
Found 'puts', possibly from 'printf' (C), 'puts' (C)
Object: '../inst/libsundials.a'
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.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.3.3
Check: compiled code
Result: WARN
File ‘paropt/libs/paropt.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘../inst/libsundials.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘../inst/libsundials.a’
Found ‘___vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘../inst/libsundials.a’
Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘../inst/libsundials.a’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-macos-arm64, r-release-macos-x86_64
Version: 0.3.3
Check: installed package size
Result: NOTE
installed size is 5.7Mb
sub-directories of 1Mb or more:
libs 4.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64