Skip to content

Commit

Permalink
Merge pull request #139 from hugomflavio/issue_120
Browse files Browse the repository at this point in the history
Closes #120
  • Loading branch information
hugomflavio authored Oct 27, 2024
2 parents 202f4fa + 94a03db commit b5171c6
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 198 deletions.
2 changes: 1 addition & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ checkToken <- function(token, timestamp) {
else
x <- NULL
if ((is.null(token) | is.null(timestamp) | is.null(x)) || !any(x$Token == token & x$Timestamp == timestamp))
stopAndReport("The datapack's token is invalid or missing. Please the function preload() to compile the input data.\nAdditionally, data must to be compiled during the current R session.")
stopAndReport("The datapack's token is invalid or missing. Please use the function preload() to compile the input data.\nData must be compiled during the current R session to avoid complications.")
}


Expand Down
Loading

0 comments on commit b5171c6

Please sign in to comment.