tests/test-all.R

library(testthat)
## Sys.setenv(NOT_CRAN = "true")
## filter_patt <- "^(?!readPDF)[A-Za-z0-9]+$"
file.parts.to.exclude  <- c("readPDF", "crossref", "Read", "zotero")
exclude.patt <- paste0(file.parts.to.exclude, collapse = "|")
filter.patt <- if (!identical(Sys.getenv("NOT_CRAN"), "true"))
                       paste0("^(?!", exclude.patt, ")[A-Za-z0-9]+$",
                            collapse = "|")

test_check("RefManageR", perl = TRUE, filter = filter.patt)

Try the RefManageR package in your browser

Any scripts or data that you put into this service are public.

RefManageR documentation built on Oct. 1, 2022, 1:08 a.m.