The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.