Last updated on 2023-03-20 09:50:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4.2 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 2.4.2 | 16.30 | 103.80 | 120.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.4.2 | 224.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.4.2 | 217.83 | OK | |||
r-devel-windows-x86_64 | 2.4.2 | 42.00 | 231.00 | 273.00 | OK | |
r-patched-linux-x86_64 | 2.4.2 | 15.11 | 146.66 | 161.77 | OK | |
r-release-linux-x86_64 | 2.4.2 | 12.73 | 148.00 | 160.73 | OK | |
r-release-macos-arm64 | 2.4.2 | 68.00 | OK | |||
r-release-macos-x86_64 | 2.4.2 | 93.00 | OK | |||
r-release-windows-x86_64 | 2.4.2 | 43.00 | 236.00 | 279.00 | OK | |
r-oldrel-macos-arm64 | 2.4.2 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 2.4.2 | 98.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.4.2 | 91.00 | 223.00 | 314.00 | OK |
Version: 2.4.2
Check: examples
Result: ERROR
Running examples in ‘SWMPr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_quants
> ### Title: Create a plot of data for a single year overlaid on historical
> ### data.
> ### Aliases: plot_quants plot_quants.swmpr
>
> ### ** Examples
>
> # qaqc
> dat <- qaqc(apacpwq)
>
> # generate a plot of salinity for 2013 overlaid on 2012-2013 data
> plot_quants(dat, 'sal', yr = 2013, yrstart = 2012, yrend = 2013)
Error in vectbl_assign(x[[j]], i, recycled_value[[j]]) :
DLL requires the use of native symbols
Calls: plot_quants ... tbl_subassign_row -> withCallingHandlers -> vectbl_assign
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc