Skip to content

Commit

Permalink
Preparation for uploading version 0.2.2 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Sep 16, 2021
1 parent c6ab61e commit 9161e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prepare4CRAN
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ devtools::lint()
# the package itself (tar.gz) - build() also builds vignettes
# ping-pong between build() and check() until all errors, warnings, notes are resolved
devtools::build()
devtools::check()
devtools::check(force_suggests = TRUE, incoming = TRUE, remote = TRUE, env_vars = c(NOT_CRAN = "FALSE"))

# the next stage of ping-pong, either build on the standard platforms
devtools::check_rhub()
Expand Down
1 change: 1 addition & 0 deletions R/read_omv.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ read_omv <- function(fleNme = "", useFlt = FALSE, rmMsVl = FALSE, sveAtt = FALSE
savPBf <- list();
if (length(anlLst) > 0) {
flePtB <- system.file("jamovi.proto", package = "jmvcore");
# check whether all required packages and files are present
if (length(setdiff(c("RProtoBuf", "jmvcore", "rlang"), utils::installed.packages())) == 0 && file.exists(flePtB)) {
# try reading the protobuffer-file (if it can be read / parsed, tryCatch returns TRUE and the syntax can be extracted)
blnPtb <- tryCatch(expr = {
Expand Down

0 comments on commit 9161e68

Please sign in to comment.