Last updated on 2025-09-11 21:51:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.0 | 7.35 | 63.60 | 70.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.0 | 5.46 | 47.19 | 52.65 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.3.0 | 112.11 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 103.58 | ERROR | |||
r-devel-windows-x86_64 | 2.3.0 | 9.00 | 78.00 | 87.00 | OK | |
r-patched-linux-x86_64 | 2.3.0 | 7.02 | 56.09 | 63.11 | OK | |
r-release-linux-x86_64 | 2.3.0 | 6.27 | 56.14 | 62.41 | OK | |
r-release-macos-arm64 | 2.3.0 | 29.00 | OK | |||
r-release-macos-x86_64 | 2.3.0 | 52.00 | OK | |||
r-release-windows-x86_64 | 2.3.0 | 10.00 | 76.00 | 86.00 | OK | |
r-oldrel-macos-arm64 | 2.3.0 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3.0 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.0 | 12.00 | 93.00 | 105.00 | OK |
Version: 2.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Lucas Venezian Povoa <lucasvenez@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Lucas", "Venezian"),
family = "Povoa",
role = c("aut", "cre"),
email = "lucasvenez@gmail.com"),
person(given = c("Jonas", "Teixeira"),
family = "Nery",
role = "ctb"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘precintcon-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pplot.deciles
> ### Title: Plot deciles
> ### Aliases: pplot.deciles precintcon.plot.deciles
> ### Keywords: deciles precipitation
>
> ### ** Examples
>
> ## Loading the monthly precipitation serie.
> #
> data(monthly)
>
> ## Performing the a set of statistical analysis
> #
> pplot.deciles(monthly)
Error:
! The `show_guide` argument of `layer()` was deprecated in ggplot2 2.0.0
and is now defunct.
ℹ Please use the `show.legend` argument instead.
Backtrace:
▆
1. └─precintcon::pplot.deciles(monthly)
2. └─precintcon::precintcon.plot.deciles(...)
3. └─base::mapply(...)
4. └─precintcon (local) `<fn>`(...)
5. └─ggplot2::geom_boxplot(...)
6. └─ggplot2::layer(...)
7. └─lifecycle::deprecate_stop("2.0.0", "layer(show_guide)", "layer(show.legend)")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘precintcon-Ex.R’ failed
The error most likely occurred in:
> ### Name: pplot.deciles
> ### Title: Plot deciles
> ### Aliases: pplot.deciles precintcon.plot.deciles
> ### Keywords: deciles precipitation
>
> ### ** Examples
>
> ## Loading the monthly precipitation serie.
> #
> data(monthly)
>
> ## Performing the a set of statistical analysis
> #
> pplot.deciles(monthly)
Error:
! The `show_guide` argument of `layer()` was deprecated in ggplot2 2.0.0
and is now defunct.
ℹ Please use the `show.legend` argument instead.
Backtrace:
▆
1. └─precintcon::pplot.deciles(monthly)
2. └─precintcon::precintcon.plot.deciles(...)
3. └─base::mapply(...)
4. └─precintcon (local) `<fn>`(...)
5. └─ggplot2::geom_boxplot(...)
6. └─ggplot2::layer(...)
7. └─lifecycle::deprecate_stop("2.0.0", "layer(show_guide)", "layer(show.legend)")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc