Skip to content

Commit 708dadc

Browse files
committed
ready for CRAN
1 parent 4fdd152 commit 708dadc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tutorial.helpers (development version)
1+
# tutorial.helpers 0.2.7
22

33
* Get test cases for `format_tutorial()` working again.
44

TODO.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Does the existence of new RStudio tools (typist?) mean we can make PDF files more easily? No longer need gridExtra? Related: Do we really need gridExtra in order to be able to create a pdf file? Seems like overkill. Must be an easier way.
44

5-
* If you "Show in a new window" a tutorial, then clicking on links in that tutorial does not work on my local computer. If you keep the tutorial in the Tutorial pane, links do work. It works either way on Posit Cloud.
5+
* If you "Show in a new window" a tutorial, then clicking on links in that tutorial does not work on my local computer. If you keep the tutorial in the Tutorial pane, links do work. On Posit Cloud, the latter also works. In the former case, clicking the link switches the pulled out window to the new location, but does not provide a way back, so you need to restart the tutorial.
66

77
* It is annoying that, after installing tutorial.helpers on Posit Cloud, and hitting "Start Tutorial," it asks you to install tidyverse. Less friction would be better. Even removing tidyverse from Suggests does not fix the problem! Perhaps connected: Do we really need to import stringr? Other packages like tibble and dplyr? purrrr? readr??? Get rid of them, if possible! Indeed, try to get rid of as many of the packages in Suggests/Depends as possible. Many were left over from when this was a part of primer.tutorials.
88

@@ -103,6 +103,8 @@ Blanks are detected using regular expressions (since blanks may make the code un
103103
* Want to change the color of the OK box so that it is green when students enter
104104
their email or other text. This seem relevant: https://stackoverflow.com/questions/33620133/change-the-color-of-action-button-in-shiny/35871042.
105105

106+
* Running devtools::check(remote = TRUE, manual = TRUE) produces some spurious documentation warnings. Produce a reprex for the devtools folks.
107+
106108

107109
## Get a better understanding of package locations
108110

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ We checked 1 reverse dependencies, comparing R CMD check results across CRAN and
88

99
* We saw 0 new problems
1010
* We failed to check 0 packages
11+

0 commit comments

Comments
 (0)