Offers classes and functions to contact web servers while enforcing scheduling rules required by the sites. The URL class makes it easy to construct a URL by providing parameters as a vector. The Request class allows to describes SOAP (Simple Object Access Protocol) or standard requests: URL, method (POST or GET), header, body. The Scheduler class controls the request frequency for each server address by mean of rules (Rule class). The RequestResult class permits to get the request status to handle error cases and the content.
Version: | 1.0.3 |
Depends: | R (≥ 4.1) |
Imports: | R6, fscache (≥ 1.0.3), chk, lgr, methods, RCurl, tools, openssl |
Suggests: | roxygen2, testthat, knitr, rmarkdown, covr, lintr |
Published: | 2024-10-02 |
DOI: | 10.32614/CRAN.package.sched |
Author: | Pierrick Roger [aut, cre] |
Maintainer: | Pierrick Roger <pierrick.roger at cea.fr> |
BugReports: | https://gitlab.com/cnrgh/databases/r-sched/-/issues |
License: | AGPL-3 |
URL: | https://gitlab.com/cnrgh/databases/r-sched |
NeedsCompilation: | no |
CRAN checks: | sched results |
Reference manual: | sched.pdf |
Vignettes: |
sched package helper functions (source, R code) Introduction to sched package (source, R code) |
Package source: | sched_1.0.3.tar.gz |
Windows binaries: | r-devel: sched_1.0.3.zip, r-release: sched_1.0.3.zip, r-oldrel: sched_1.0.3.zip |
macOS binaries: | r-release (arm64): sched_1.0.3.tgz, r-oldrel (arm64): sched_1.0.3.tgz, r-release (x86_64): sched_1.0.3.tgz, r-oldrel (x86_64): sched_1.0.3.tgz |
Old sources: | sched archive |
Please use the canonical form https://CRAN.R-project.org/package=sched to link to this page.