[R-pkg-devel] API client package failing due to API authentication

2023-10-26 Thread Cole Johanson
Hello, My package https://github.com/cole-johanson/smartsheetr requires an environment variable, the API access token, to run most of the functions. The steps for setting this are documented in the README, but my package is being auto-rejected by CRAN for failing the examples. I have wrapped the

Re: [R-pkg-devel] API client package failing due to API authentication

2023-10-26 Thread Cole Johanson
Thank you. I did forget to re-document. I appreciate the help! On Thu, Oct 26, 2023 at 12:30 PM Ivan Krylov wrote: > В Thu, 26 Oct 2023 11:14:15 -0400 > Cole Johanson пишет: > > > I have wrapped the examples with the roxygen2 tag *\dontrun*, but it > > is still attemptin