Welcome to ClientVPS Mirrors

JOSE Submission Readiness

JOSE Submission Readiness

This vignette points reviewers to the repository artifacts prepared for a future Journal of Open Source Education submission.

Main artifacts

Local verification

testthat::test_local()
lintr::lint_package()

tmpdir <- tempfile("tutorizeR-source-")
dir.create(tmpdir)
system2("rsync", c(
  "-a",
  "--exclude=.git",
  "--exclude=*.Rcheck",
  "--exclude=*.tar.gz",
  "./",
  file.path(tmpdir, "tutorizeR/")
))
old <- setwd(file.path(tmpdir, "tutorizeR"))
on.exit(setwd(old), add = TRUE)
system("R CMD build .")
system("R CMD check --as-cran --no-manual tutorizeR_0.4.5.tar.gz")

Evidence boundaries

Educational use cases are documented in the repository.

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.