Package: diario 0.1.0


Andre Leite
diario: 'R' Interface to the 'Diariodeobras' Application
Provides a set of functions for securely storing 'API' tokens and interacting with the <https://diariodeobras.net> system. Includes convenient wrappers around the 'httr2' package to perform authenticated requests, retrieve project details, tasks, reports, and more.
Authors:
diario_0.1.0.tar.gz
diario_0.1.0.zip(r-4.5)diario_0.1.0.zip(r-4.4)diario_0.1.0.zip(r-4.3)
diario_0.1.0.tgz(r-4.5-any)diario_0.1.0.tgz(r-4.4-any)diario_0.1.0.tgz(r-4.3-any)
diario_0.1.0.tar.gz(r-4.5-noble)diario_0.1.0.tar.gz(r-4.4-noble)
diario_0.1.0.tgz(r-4.4-emscripten)diario_0.1.0.tgz(r-4.3-emscripten)
diario.pdf |diario.html✨
diario/json (API)
# Install 'diario' in R: |
install.packages('diario', repos = c('https://strategicprojects.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/diario/issues
Last updated 2 months agofrom:f9291891bd. Checks:5 OK, 3 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 15 2025 |
R-4.5-win | NOTE | Feb 15 2025 |
R-4.5-mac | NOTE | Feb 15 2025 |
R-4.5-linux | NOTE | Feb 15 2025 |
R-4.4-win | OK | Feb 15 2025 |
R-4.4-mac | OK | Feb 15 2025 |
R-4.3-win | OK | Feb 15 2025 |
R-4.3-mac | OK | Feb 15 2025 |
Exports:diario_get_companydiario_get_entitiesdiario_get_project_detailsdiario_get_projectsdiario_get_report_detailsdiario_get_reportsdiario_get_task_detailsdiario_get_task_listdiario_perform_requestdiario_retrieve_tokendiario_store_token
Dependencies:askpassassertthatclicurlfansifilelockgluehttr2keyringlifecyclemagrittropensslpillarpkgconfigR6rappdirsrlangsodiumsystibbleutf8vctrswithryaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get company details | diario_get_company |
Get all registered entities (cadastros) | diario_get_entities |
Get details of a specific project | diario_get_project_details |
Get list of projects (obras) | diario_get_projects |
Get details of a specific report | diario_get_report_details |
Get reports of a specific project | diario_get_reports |
Get details of a specific task | diario_get_task_details |
Get the task list of a specific project | diario_get_task_list |
Perform an API request to Diario | diario_perform_request |
Retrieve the API token for Diario | diario_retrieve_token |
Store the API token for Diario | diario_store_token |