Package: tblcheck 0.3.1

tblcheck: Grade Tables in Learning Exercises
'tblcheck' extends 'gradethis' with functions that inspect data frame or tibble objects to make it easier for teachers to check that student tables meet expectations.
Authors:
tblcheck_0.3.1.tar.gz
tblcheck_0.3.1.zip(r-4.7)tblcheck_0.3.1.zip(r-4.6)tblcheck_0.3.1.zip(r-4.5)
tblcheck_0.3.1.tgz(r-4.6-any)tblcheck_0.3.1.tgz(r-4.5-any)
tblcheck_0.3.1.tar.gz(r-4.7-any)tblcheck_0.3.1.tar.gz(r-4.6-any)
tblcheck_0.3.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
tblcheck/json (API)
| # Install 'tblcheck' in R: |
| install.packages('tblcheck', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/tblcheck/issues
Pkgdown/docs site:https://pkgs.rstudio.com
autogradinggradethislearnrtablestibbles
Last updated from:539b54e8a0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 244 | ||
| source / vignettes | OK | 243 | ||
| linux-release-x86_64 | OK | 221 | ||
| macos-release-arm64 | OK | 174 | ||
| macos-oldrel-arm64 | OK | 221 | ||
| windows-devel | OK | 198 | ||
| windows-release | OK | 194 | ||
| windows-oldrel | OK | 208 | ||
| wasm-release | OK | 118 |
Exports:.result.solution%>%as_problemfriendly_classgrade_this_tablegrade_this_vectorhinted_class_messageis_problemis_tblcheck_problemproblemproblem_gradeproblem_messageproblem_typetbl_checktbl_check_classtbl_check_columntbl_check_dimensionstbl_check_groupstbl_check_is_tabletbl_check_namestbl_check_tabletbl_equaltbl_gradetbl_grade_classtbl_grade_columntbl_grade_dimensionstbl_grade_groupstbl_grade_is_tabletbl_grade_namestbl_grade_tabletblcheck_gradetblcheck_messagevec_checkvec_check_classvec_check_dimensionsvec_check_lengthvec_check_levelsvec_check_namesvec_check_valuesvec_check_vectorvec_gradevec_grade_classvec_grade_dimensionsvec_grade_lengthvec_grade_levelsvec_grade_namesvec_grade_valuesvec_grade_vector
Dependencies:backportsbase64encbslibcachemcheckmateclicommonmarkcrayondiffobjdigestdplyrellipsisevaluatefastmapfontawesomefsgenericsgluegradethishighrhtmltoolshtmlwidgetshttpuvjquerylibjsonliteknitrlaterlearnrlifecyclelitedownmagrittrmarkdownmemoisemimeotelpillarpkgconfigpromisespurrrR6rappdirsRcpprenvrlangrmarkdownrprojrootrstudioapisassshinysourcetoolstibbletidyselecttinytexutf8vctrswaldowithrxfunxtableyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generate a human-readable description of an object's class | friendly_class friendly_class,ANY-method friendly_class,array-method friendly_class,character-method friendly_class,complex-method friendly_class,data.frame-method friendly_class,Date-method friendly_class,factor-method friendly_class,grouped_df-method friendly_class,integer-method friendly_class,list-method friendly_class,logical-method friendly_class,matrix-method friendly_class,numeric-method friendly_class,Period-method friendly_class,POSIXt-method friendly_class,raw-method friendly_class,rowwise_df-method friendly_class,tbl_df-method |
| Grade this table | grade_this_table |
| Grade this vector | grade_this_vector |
| Generate a hint for how to convert one object type to another | hinted_class_message hinted_class_message,ANY,ANY-method hinted_class_message,data.frame,grouped_df-method hinted_class_message,data.frame,rowwise_df-method hinted_class_message,grouped_df,data.frame-method hinted_class_message,rowwise_df,data.frame-method hinted_class_message,rowwise_df,grouped_df-method |
| Declare a problem | problem |
| Apply automatic grading to a problem object | problem_grade problem_grade.default problem_grade.gradethis_problem problem_grade.list problem_grade.tblcheck_problem |
| Create a message from a problem object | problem_message |
| Problem helper functions | as_problem is_problem is_tblcheck_problem problem_type |
| Check that the rows and columns of two tables are the same | tbl_check tbl_grade |
| Checks that two objects have the same classes | tbl_check_class tbl_grade_class vec_check_class vec_grade_class |
| Checks that a column is identical across two tables | tbl_check_column tbl_grade_column |
| Check that the dimensions of two object are the same | tbl_check_dimensions tbl_grade_dimensions vec_check_dimensions vec_check_length vec_grade_dimensions vec_grade_length |
| Check that the groups of two object are the same | tbl_check_groups tbl_grade_groups |
| Checks that an object is a table | tbl_check_is_table tbl_grade_is_table |
| Check that the names of two object are the same | tbl_check_names tbl_grade_names vec_check_names vec_grade_names |
| Check that the rows and columns of two tables are the same | tbl_equal |
| Checks that two vectors are the same | vec_check vec_grade |
| Check that the levels of two factors are the same | vec_check_levels vec_grade_levels |
| Checks that two vectors are contain the same values | vec_check_values vec_grade_values |
