Package: pivotaltrackR Type: Package Title: A Client for the 'Pivotal Tracker' API Description: 'Pivotal Tracker' is a project management software-as-a-service that provides a REST API. This package provides an R interface to that API, allowing you to query it and work with its responses. Version: 0.2.0 Authors@R: person("Neal", "Richardson", role=c("aut", "cre"), email="neal.p.richardson@gmail.com") URL: https://enpiar.com/r/pivotaltrackR/, https://github.com/nealrichardson/pivotaltrackR/ BugReports: https://github.com/nealrichardson/pivotaltrackR/issues License: MIT + file LICENSE Depends: R (>= 3.0.0) Imports: curl, httr, utils Suggests: httptest (>= 3.0.0), knitr, magrittr, rmarkdown, spelling Language: en-US Encoding: UTF-8 RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://nealrichardson.r-universe.dev Date/Publication: 2023-04-07 14:55:36 UTC RemoteUrl: https://github.com/nealrichardson/pivotaltrackr RemoteRef: HEAD RemoteSha: 5c4d8c9e4ad6c2ad6ddb7a96fcdd22d4f9c4e639 NeedsCompilation: no Packaged: 2026-06-17 11:06:15 UTC; root Author: Neal Richardson [aut, cre] Maintainer: Neal Richardson