{
  "_id": "6a200d28b401979e73447c5f",
  "Package": "sched",
  "Title": "Request Scheduler",
  "Version": "1.0.3",
  "Authors@R": "c(person(\"Pierrick\", \"Roger\", email=\"pierrick.roger@cea.fr\", role=c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0001-8177-4873\")))",
  "Maintainer": "Pierrick Roger <pierrick.roger@cea.fr>",
  "Description": "Offers classes and functions to contact web servers while\nenforcing scheduling rules required by the sites. The URL class\nmakes it easy to construct a URL by providing parameters as a\nvector. The Request class allows to describes SOAP (Simple\nObject Access Protocol) or standard requests: URL, method (POST\nor GET), header, body. The Scheduler class controls the request\nfrequency for each server address by mean of rules (Rule\nclass). The RequestResult class permits to get the request\nstatus to handle error cases and the content.",
  "URL": "https://gitlab.com/cnrgh/databases/r-sched",
  "BugReports": "https://gitlab.com/cnrgh/databases/r-sched/-/issues",
  "License": "AGPL-3",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "RoxygenNote": "7.3.2",
  "Collate": "'Request.R' 'RequestResult.R' 'Rule.R' 'URL.R'\n'request_fcts.R' 'Scheduler.R' 'package.R' 'rule_fcts.R'",
  "VignetteBuilder": "knitr",
  "Packaged": {
    "Date": "2026-06-03 11:11:18 UTC",
    "User": "root"
  },
  "Author": "Pierrick Roger [aut, cre]\n(<https://orcid.org/0000-0001-8177-4873>)",
  "Config/pak/sysreqs": "make libicu-dev libssl-dev",
  "Repository": "https://pkrog.r-universe.dev",
  "Date/Publication": "2024-10-03 03:01:51 UTC",
  "RemoteUrl": "https://github.com/cran/sched",
  "RemoteRef": "HEAD",
  "RemoteSha": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
  "MD5sum": "adc559886e28b88a9c0eccc5a4fd993f",
  "_user": "pkrog",
  "_type": "src",
  "_file": "sched_1.0.3.tar.gz",
  "_fileid": "22cc3a1a27ff31ff1940824a370f1ac1d0397e4e7360f3f768392c21a9b4dd06",
  "_filesize": 168365,
  "_sha256": "22cc3a1a27ff31ff1940824a370f1ac1d0397e4e7360f3f768392c21a9b4dd06",
  "_created": "2026-06-03T11:11:18.000Z",
  "_published": "2026-06-03T11:16:56.244Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79280660635,
      "time": 262,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7383032322"
    },
    {
      "job": 79280660549,
      "time": 194,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383008623"
    },
    {
      "job": 79280660538,
      "time": 204,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7383003975"
    },
    {
      "job": 79280660519,
      "time": 285,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383022019"
    },
    {
      "job": 79279928623,
      "time": 272,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382936125"
    },
    {
      "job": 79280660471,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382981031"
    },
    {
      "job": 79280660531,
      "time": 271,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7383036007"
    },
    {
      "job": 79280660625,
      "time": 208,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7383013822"
    },
    {
      "job": 79280660782,
      "time": 175,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7383002304"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/sched",
  "_commit": {
    "id": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
    "author": "Pierrick Roger <pierrick.roger@cea.fr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.3\n",
    "time": 1727924511
  },
  "_maintainer": {
    "name": "Pierrick Roger",
    "email": "pierrick.roger@cea.fr",
    "login": "pkrog",
    "description": "Research engineer at CNRGH",
    "uuid": 15377906,
    "orcid": "0000-0001-8177-4873"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "fscache",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "chk",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "openssl",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pkrog",
      "count": 3,
      "uuid": 15377906
    }
  ],
  "_userbio": {
    "uuid": 15377906,
    "type": "user",
    "name": "Pierrick Roger",
    "description": "Research engineer at CNRGH"
  },
  "_downloads": {
    "count": 212,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sched"
  },
  "_devurl": "https://gitlab.com/cnrgh/databases",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/sched.html",
    "manual.pdf"
  ],
  "_realowner": "pkrog",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2024-06-14"
    },
    {
      "version": "1.0.2",
      "date": "2024-08-20"
    },
    {
      "version": "1.0.3",
      "date": "2024-10-02"
    }
  ],
  "_exports": [
    "get_url_request_result",
    "make_post_request",
    "Request",
    "Rule",
    "Scheduler",
    "URL"
  ],
  "_help": [
    {
      "page": "sched-package",
      "title": "sched: Request Scheduler",
      "topics": [
        "sched-package",
        "sched"
      ]
    },
    {
      "page": "get_url_request_result",
      "title": "Send a request and get results.",
      "topics": [
        "get_url_request_result"
      ]
    },
    {
      "page": "make_post_request",
      "title": "Make a POST request.",
      "topics": [
        "make_post_request"
      ]
    },
    {
      "page": "Request",
      "title": "Class Request.",
      "topics": [
        "Request"
      ]
    },
    {
      "page": "RequestResult",
      "title": "Class RequestResult.",
      "topics": [
        "RequestResult"
      ]
    },
    {
      "page": "Rule",
      "title": "Scheduling rule class.",
      "topics": [
        "Rule"
      ]
    },
    {
      "page": "Scheduler",
      "title": "Class for scheduling web requests.",
      "topics": [
        "Scheduler"
      ]
    },
    {
      "page": "URL",
      "title": "URL class.",
      "topics": [
        "URL"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "bitops",
    "chk",
    "cli",
    "fscache",
    "lgr",
    "lifecycle",
    "openssl",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "RCurl",
    "rlang",
    "stringi",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to sched package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Initializing the scheduler",
        "Sending a request to a web service",
        "Using a custom rule",
        "Downloading a file from a URL"
      ],
      "created": "2024-06-15 02:42:15",
      "modified": "2024-06-15 02:42:15",
      "commits": 1
    },
    {
      "source": "fcts.Rmd",
      "filename": "fcts.html",
      "title": "sched package helper functions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "make_post_request()",
        "get_url_request_result()"
      ],
      "created": "2024-06-15 02:42:15",
      "modified": "2024-06-15 02:42:15",
      "commits": 1
    }
  ],
  "_score": 3.079181246047625,
  "_indexed": true,
  "_nocasepkg": "sched",
  "_universes": [
    "pkrog",
    "gitlab-cnrgh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:47.000Z",
      "distro": "noble",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "bddfcdd34e68cab1554817c454134339b728ec744ccd2e7e6140fec7120d9565",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:43.000Z",
      "distro": "noble",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "97d483ff24ea7c0b7bf539a92c855729542527f049bb3a5df049e35d4b83492d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:55.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "1d96b2f701486cb656abf6e60a55b8e091ec7d41b19477b41d02b0accb775123",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-03T11:14:08.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "fca09f84e3f0d459908c48c71b8c00f274aa08f477151e11618e340b37f1d830",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:43.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "ef621b7efe760b8af164b1788d7e662d2dc0671b426a6c2b2a3ebcae9f2557ce",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-03T11:14:23.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "25eab534e53ed9249f4f62177bc00380fccc051c824bb942a61dc5e0ceaaf7c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:11.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "7e26d0acc988953d991c0c4f076927cfde9ecebcc862e42ab49340abfe0a426c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-03T11:13:40.000Z",
      "commit": "06fe45a2982afab0ec259d97f066eda6d76aa6c2",
      "fileid": "e3221f126366f8e7c4b617e27448fbc68c4387b8735d48a0ccbb49d1e2bca36c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pkrog/actions/runs/26880757454"
    }
  ]
}