Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glue message upgrade #57

Merged
merged 14 commits into from
Aug 6, 2019
Merged

Glue message upgrade #57

merged 14 commits into from
Aug 6, 2019

Conversation

chendaniely
Copy link
Member

No description provided.

@chendaniely chendaniely changed the base branch from master to dev August 5, 2019 15:05
@lintr-bot

This comment has been minimized.

1 similar comment
@lintr-bot
Copy link

R/check_code.R:37:1: style: Lines should not be more than 100 characters.

#' @param glue_pipe A glue string that returns the final message displayed when a user uses a pipe, \code{$>$}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/check_result.R Outdated Show resolved Hide resolved
man-roxygen/glue_correct.R Outdated Show resolved Hide resolved
man-roxygen/glue_incorrect.R Outdated Show resolved Hide resolved
man-roxygen/grader_args.R Outdated Show resolved Hide resolved
@schloerke schloerke self-requested a review August 6, 2019 14:33
@codecov-io
Copy link

Codecov Report

Merging #57 into dev will decrease coverage by 0.15%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #57      +/-   ##
==========================================
- Coverage   61.89%   61.74%   -0.16%     
==========================================
  Files          19       20       +1     
  Lines         622      630       +8     
==========================================
+ Hits          385      389       +4     
- Misses        237      241       +4
Impacted Files Coverage Δ
R/test_result.R 84.09% <ø> (-13.64%) ⬇️
R/zzz.R 0% <ø> (ø) ⬆️
R/view_tutorial.R 0% <0%> (ø) ⬆️
R/check_result.R 100% <100%> (ø) ⬆️
R/glue.R 100% <100%> (ø)
R/check_code.R 88.09% <66.66%> (+4%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 239acca...25dc315. Read the comment docs.

@chendaniely chendaniely merged commit 6e52ae9 into dev Aug 6, 2019
@chendaniely chendaniely deleted the glue_message_upgrade branch August 6, 2019 15:59
chendaniely added a commit that referenced this pull request Aug 7, 2019
* Message creation changes in check_result (#48)

* changes + tests to check_result messages

* I think I covered all message cases for check_result

* remove test_message_check_result.R

* unit tests for checking messages [wip]

* add default gradethis options to .onLoad

* correct message changes + tests for check_result

* uncomment incorrect tests and fix them

* rename match/correct to .is_match/.is_correct

* res returns a single bool using `all` and raises warning (#47)

* make sure res returns a single bool using `all`

* add reshape2, tibble, and tidyr to suggests section of DESCRPTION

* user/solution into fxns and skip tests if no pkg

* move common custom expect fxns to helper-expect.R

* add a warning before calling all() when length(res) >

* add documentation about == and identical

* remove dependencies only from billboard test

#47 (comment)

* Glue message upgrade + tests (#57), doc+DESCRIPTION changes

* upgrade glue_message ability (pair with barret)

* upgrade glue message generation for check result/code

* upgrade glue_message ability (pair with barret)

* upgrade glue message generation for check result/code

* fix R CMD check warnings

* small doc changes + lint fixes

* add \link to docs

* add \code brackets

* add \link

* add \code brackets to docs

* barret review changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants