Skip to content

Commit

Permalink
updated CRAn comments and fixed deleted return
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Nov 11, 2022
1 parent c1ee3fb commit 821d78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,6 @@ check_token_rtoot <- function(token = NULL) {
selection <- 2L
}
}

invisible(token)
}
7 changes: 4 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Initial Submission
## Resubmission of Initial Submission

This is the initial submission of the rtoot package.
This is the Resubmission of the initial submission of the rtoot package.
This submission fixes the missing return values in two functions.
*(dontrun examples are used to not make unnecessary API calls)*

## Test environments
# Test environments
* ubuntu 20.04, R 4.2.1
* win-builder (devel and release)

Expand Down

0 comments on commit 821d78d

Please sign in to comment.