Closed ramiromagno closed 6 years ago
Correct: the README.md in GitHub reflects what is in GitHub, which has not yet been released to CRAN. https://cran.r-project.org/web/packages/httptest/readme/README.html does not mention use_httptest()
We're due for a CRAN release, which will resolve this. Thanks for bringing it to my attention. In the meantime, README.md does explain what use_httptest()
does, so you can add the package manually.
Fair enough.
But if you keep upfront in your Github README.md:
install.packages("httptest")
Then people are going to assume that whatever follows is applicable to your pkg regardless of where it's coming from.
Yes, you are right, and thanks for pointing it out.
hi,
It seems your guidelines on how to use this package are broken for CRAN's version 3.1.0 because the function
use_httptest()
is not exported.Works fine though with version 3.1.1. (installed from github):