Last updated on 2025-12-08 19:50:51 CET.
| Package | ERROR | OK |
|---|---|---|
| AgeBandDecomposition | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'AgeBandDecomposition-Ex.R' failed
The error most likely occurred in:
> ### Name: TRW_readExcel
> ### Title: TRW_readExcel
> ### Aliases: TRW_readExcel
>
> ### ** Examples
>
> # Download the 'ABD_example.xlsx' file from the GitLab page of the package
> package_gitlab_site <- 'https://gitlab.com/Puletti/agebanddecomposition_rpackage'
> xls_url <- "/-/raw/main/studio/dati/TRW_example.xlsx"
> url <- paste0(package_gitlab_site,xls_url)
>
> tmpfile <- tempfile(fileext = ".xlsx")
> download.file(url,
+ tmpfile,
+ mode = "wb")
trying URL 'https://gitlab.com/Puletti/agebanddecomposition_rpackage/-/raw/main/studio/dati/TRW_example.xlsx'
Warning in download.file(url, tmpfile, mode = "wb") :
cannot open URL 'https://gitlab.com/Puletti/agebanddecomposition_rpackage/-/raw/main/studio/dati/TRW_example.xlsx': HTTP status was '500 Internal Server Error'
Error in download.file(url, tmpfile, mode = "wb") :
cannot open URL 'https://gitlab.com/Puletti/agebanddecomposition_rpackage/-/raw/main/studio/dati/TRW_example.xlsx'
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.