Last updated on 2020-01-20 01:50:46 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
amap | 1 | 12 | |
geotools | 13 | ||
gmp | 2 | 11 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.8-18
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-osx-x86_64
Current CRAN status: NOTE: 13
Version: 0.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1
Check: R code for possible problems
Result: NOTE
Found the following calls to data() loading into the global environment:
File 'geotools/R/zzz.R':
data(fr_geo_rad)
See section 'Good practice' in '?data'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.5-13.5
Check: top-level files
Result: NOTE
possible bashism in configure line 399 (trap with signal numbers):
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
possible bashism in configure line 511 (unsafe echo with backslash):
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
possible bashism in configure line 513 (echo -n):
if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
possible bashism in configure line 526 (test -a/-o):
if test /usr/local != "$exec_prefix" -a /usr/local != "$prefix" ; then
possible bashism in configure line 595 (trap with signal numbers):
trap '' 1 2 15
possible bashism in configure line 643 (trap with signal numbers):
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
possible bashism in configure line 656 (trap with signal numbers):
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
possible bashism in cleanup line 10 (brace expansion):
rm -f src/*.{o,so,d}
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc