Main artifacts
paper/paper.mdpaper/paper.bibdocs/jose_blockers_report.mddocs/educational_use_evidence.mddocs/jose_review_checklist.mddocs/jose_submission_guide.mdinst/examples/example_course_module/
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.
This vignette points reviewers to the repository artifacts prepared for a future Journal of Open Source Education submission.
paper/paper.mdpaper/paper.bibdocs/jose_blockers_report.mddocs/educational_use_evidence.mddocs/jose_review_checklist.mddocs/jose_submission_guide.mdinst/examples/example_course_module/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")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.