Last updated on 2020-01-16 12:48:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.9 | 288.56 | 42.12 | 330.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.9 | 269.01 | 33.99 | 303.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.9 | 522.40 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.9 | 522.04 | WARN | |||
r-devel-windows-ix86+x86_64 | 0.5.9 | 1510.00 | 67.00 | 1577.00 | WARN | |
r-devel-windows-ix86+x86_64-gcc8 | 0.5.9 | 870.00 | 52.00 | 922.00 | WARN | |
r-patched-linux-x86_64 | 0.5.9 | 295.84 | 38.69 | 334.53 | NOTE | |
r-patched-solaris-x86 | 0.5.9 | 1023.50 | NOTE | |||
r-release-linux-x86_64 | 0.5.9 | 288.24 | 39.00 | 327.24 | NOTE | |
r-release-windows-ix86+x86_64 | 0.5.9 | 1546.00 | 51.00 | 1597.00 | NOTE | |
r-release-osx-x86_64 | 0.5.9 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.5.9 | 1564.00 | 71.00 | 1635.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.5.9 | WARN |
Version: 0.5.9
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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.5.9
Check: R code for possible problems
Result: NOTE
readSWAT: no visible global function definition for 'read.fortran'
runSWAT2005: no visible global function definition for 'read.fortran'
runSWAT2009: no visible global function definition for 'read.fortran'
runSWAT2012: no visible global function definition for 'read.fortran'
Undefined global functions or variables:
read.fortran
Consider adding
importFrom("utils", "read.fortran")
to your NAMESPACE file.
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.5.9
Check: Rd line widths
Result: NOTE
Rd file 'build_swat_basic.Rd':
\examples lines wider than 100 characters:
build_swat_basic(dirname="test", iyr="1979", nbyr=13, wsarea=40, elev=200, declat=45, declon=-72, hist_wx=hist_wx)
Rd file 'readSWAT.Rd':
\examples lines wider than 100 characters:
} else { print ("You need to add your file type to this function if it is not output.sub or output.rch")}
These lines will be truncated in the PDF manual.
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.5.9
Check: include directives in Makefiles
Result: NOTE
Found the following Makefile(s) with an include directive with a pathname using R_HOME:
src/Makefile.win
src/SWAT2005/Makefile
src/SWAT2005/Makefile.win
src/SWAT2009/Makefile
src/SWAT2009/Makefile.win
src/SWAT2012/Makefile
src/SWAT2012/Makefile.win
Even though not recommended, variable R_HOME may contain spaces.
Makefile directives use space as a separator and there is no portable
way to quote/escape the space in Make rules and directives. However,
one can and should quote pathnames when passed from Makefile to the
shell, and this can be done specifically when invoking Make recursively.
It is therefore recommended to use the Make '-f' option to include files
in directories specified using R_HOME. This option can be specified
multiple times to include multiple Makefiles. Note that 'Makeconf' is
included automatically into top-level makefile of a package.
More information can be found in 'Writing R Extensions'.
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.5.9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: GNU Extension: Nonstandard type declaration REAL*8 at (1)
Warning: GNU Extension: Different type kinds at (1)
Warning: GNU Extension: initialization of common block variable ‘iset’ in DATA statement at (1)
Warning: GNU Extension: Variable ‘iset’ at (1) is in COMMON but only in BLOCK DATA initialization is allowed
Warning: GNU Extension: Missing comma at (1)
Warning: CHARACTER expression will be truncated in assignment (10/13) at (1) [-Wcharacter-truncation]
Warning: ‘pst_kg’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘burn_frlb’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘hi_ovr’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘harveff’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘cnop’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘frac_harvk’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘lai_init’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘orig_tnylda’ is used uninitialized in this function [-Wuninitialized]
Warning: CHARACTER expression will be truncated in assignment (1/3) at (1) [-Wcharacter-truncation]
Warning: ‘fr_curb’ is used uninitialized in this function [-Wuninitialized]
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5.9
Check: installed package size
Result: NOTE
installed size is 7.8Mb
sub-directories of 1Mb or more:
libs 7.6Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5.9
Check: data for non-ASCII characters
Result: NOTE
Note: found 8 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.5.9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: GNU Extension: Nonstandard type declaration REAL*8 at (1)
Warning: GNU Extension: Different type kinds at (1)
Warning: GNU Extension: initialization of common block variable ‘iset’ in DATA statement at (1)
Warning: GNU Extension: Variable ‘iset’ at (1) is in COMMON but only in BLOCK DATA initialization is allowed
Warning: ‘pst_kg’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘burn_frlb’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘hi_ovr’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘harveff’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘frac_harvk’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘cnop’ is used uninitialized in this function [-Wuninitialized]
Warning: GNU Extension: Missing comma at (1)
Warning: ‘lai_init’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘orig_tnylda’ is used uninitialized in this function [-Wuninitialized]
Warning: CHARACTER expression will be truncated in assignment (10/13) at (1) [-Wcharacter-truncation]
Warning: CHARACTER expression will be truncated in assignment (1/3) at (1) [-Wcharacter-truncation]
Warning: ‘fr_curb’ is used uninitialized in this function [-Wuninitialized]
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5.9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: GNU Extension: Nonstandard type declaration REAL*8 at (1)
Warning: GNU Extension: Different type kinds at (1)
Warning: GNU Extension: initialization of common block variable 'iset' in DATA statement at (1)
Warning: GNU Extension: Variable 'iset' at (1) is in COMMON but only in BLOCK DATA initialization is allowed
Warning: GNU Extension: Missing comma at (1)
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.5.9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: CHARACTER expression will be truncated in assignment (10/13) at (1) [-Wcharacter-truncation]
Warning: ‘pst_kg’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘burn_frlb’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘hi_ovr’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘harveff’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘frac_harvk’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘lai_init’ is used uninitialized in this function [-Wuninitialized]
Warning: ‘orig_tnylda’ is used uninitialized in this function [-Wuninitialized]
Warning: CHARACTER expression will be truncated in assignment (1/3) at (1) [-Wcharacter-truncation]
Warning: ‘fr_curb’ is used uninitialized in this function [-Wuninitialized]
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64