sched: Request Scheduler

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.1
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-06-14
DOI: 10.32614/CRAN.package.sched
Author: Pierrick Roger ORCID iD [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

Documentation:

Reference manual: sched.pdf
Vignettes: sched package helper functions
Introduction to sched package

Downloads:

Package source: sched_1.0.1.tar.gz
Windows binaries: r-devel: sched_1.0.1.zip, r-release: not available, r-oldrel: sched_1.0.1.zip
macOS binaries: r-release (arm64): sched_1.0.1.tgz, r-oldrel (arm64): sched_1.0.1.tgz, r-release (x86_64): sched_1.0.1.tgz, r-oldrel (x86_64): sched_1.0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=sched to link to this page.