RAQSAPI - Acknowledgements

Acknowledgements

RAQSAPI was included in the Rblogger’s March 2021: “Top 40” New CRAN Packages.

The RAQSAPI package borrows upon functions and code provided by sources not mentioned in the DESCRIPTION file. Here we attempt to acknowledge those sources with them RAQSAPI would not be possible.

  • README badges are provided by R package badgecreator1.
  • The R package usethis2 was used to generate GitHub actions for Continuous integration (CI).
  • Code cleanup was assisted by the R package lintr3
  • the function install.packages are provided by the R package utils4
  • the function install_github are provided by the R package remotes5
  • .gitignore file borrowed examples from https://github.com/github/gitignore/blob/master/R.gitignore
  • . CITATION.cff file was generated by the R package cffr6
  • R package urlchecker7 was used to check urls in RAQSAPI documentation
(1)
(2)
Wickham, H.; Bryan, J.; Barrett, M. Usethis: Automate Package and Project Setup; 2021.
(3)
Hester, J.; Angly, F.; Hyde, R. Lintr: A ’Linter’ for r Code; 2020.
(4)
Team, R. C. R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2019.
(5)
Csárdi, G.; Hester, J.; Wickham, H.; Chang, W.; Morgan, M.; Tenenbaum, D. Remotes: R Package Installation from Remote Repositories, Including ’GitHub’; 2021.
(6)
Druskat, S.; Spaaks, J. H.; Chue Hong, N.; Haines, R.; Baker, J.; Bliven, S.; Willighagen, E.; Pérez-Suárez, D.; Konovalov, A. Citation File Format, 2021. https://doi.org/10.5281/zenodo.5171937.
(7)