Closed kmoravej closed 3 years ago
Submitting Author:
Repository: https://github.com/UBC-MDS/labzenr Version submitted: Editor: TBD Reviewers: TBD
Archive: TBD Version accepted: TBD
Package: labzenr
Title: A package to help UBC MDS students manage their labs
Version: 0.0.0.9000
Authors@R:
c(person(given = "Kamal",
family = "Moravej",
role = c("aut", "cre"),
email = "sk.moravej@gmail.com"),
person(given = "Rafael",
family = "Pilliard-Hellwig",
email = "rtaph@student.ubc.ca",
role = c("aut")),
person(given = "Sukhdeep",
family = "Kaur",
email = "Sukhdeep_2929@yahoo.com",
role = c("aut")))
Description: labzenr is a R package that adds more zen to your student experience of working on MDS labs.
It lets you manage common tasks such as counting total marks in an assignment, and performs common
checks for mechanics in your IPython notebooks and R markdown assignments.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/UBC-MDS/labzenr
BugReports: https://github.com/UBC-MDS/labzenr/issues
Suggests:
covr,
checkmate,
credentials,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
fs,
stringi,
usethis,
gert,
magrittr,
janitor,
dplyr,
tibble,
tidyr,
jsonlite,
stringr,
rlang,
purrr,
glue,
withr
VignetteBuilder: knitr
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
- The package is classified as workflow automation because it uses automate to help MDS student managing MDS labs.
- It is classified as version control because part of checks include verification on a git log.
Who is the target audience and what are scientific applications of this package?
- The target audience is MDS students and potentially MDS instructors.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
- To the authors' knowledge, no package yet exists in the R ecosystem that serves this specific purpose. However, several existing packages will be used to power the functionality of
labzenr
, includinggert
andusethis
.Some other python repos and past assignments may be used as inspiration, such as the parsing work done in the throughput database in DSCI 513.
(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Confirm each of the following by checking the box.
This package:
[ ] Do you intend for this package to go on CRAN?
[ ] Do you intend for this package to go on Bioconductor?
[ ] Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
Each team must initiate a review request by opening an issue per package in the UBC-MDS/software-review-2021 repository.
For initiating a reviewing request in R, use this template.
For initiating a reviewing request in Python, use the template under Submit Software for Review at this link.