Describe the bug
As of April 24 2024, the package is no longer available on CRAN and cannot be installed via install.packages("httpgd"). The page shows:
Package ‘httpgd’ was removed from the CRAN repository.
Formerly available versions can be obtained from the [archive](https://cran.r-project.org/src/contrib/Archive/httpgd).
Archived on 2025-04-23 as issues were not corrected in time
A summary of the most recent check results can be obtained from the [check results archive](https://cran-archive.r-project.org/web/checks/2025/2025-04-23_check_results_httpgd.html).
Please use the canonical form https://cran.r-project.org/package=httpgd to link to this page.
To Reproduce
- Visit https://cran.r-project.org/web/packages/httpgd/index.html
install.packages("httpgd")
Expected behavior
The package should be reachable in CRAN and it should be able to be installed via install.packages("httpgd")
Screenshots
Environment
- OS: Cent OS Linux 7
- Browser:
- R version: 4.0.3
- httpgd version:
Additional context
The errors in the checks seem to be related to eddelbuettel/asioheaders#10 and eddelbuettel/asioheaders#9 from the AsioHeaders.
Describe the bug
As of April 24 2024, the package is no longer available on CRAN and cannot be installed via
install.packages("httpgd"). The page shows:To Reproduce
install.packages("httpgd")Expected behavior
The package should be reachable in CRAN and it should be able to be installed via
install.packages("httpgd")Screenshots
Environment
Additional context
The errors in the checks seem to be related to eddelbuettel/asioheaders#10 and eddelbuettel/asioheaders#9 from the AsioHeaders.