Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dajmcdon committed Aug 27, 2023
1 parent 3f314c8 commit a5560a8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions R/bccovid.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#'
#' @examples
#' bccovid
#'
"bccovid"

#' @details
Expand All @@ -40,6 +41,7 @@
#' @rdname bccovid
#' @examples
#' bccovid_train
#'
"bccovid_train"


Expand All @@ -51,6 +53,7 @@
#' @rdname bccovid
#' @examples
#' bccovid_test
#'
"bccovid_test"

#' @details
Expand All @@ -60,4 +63,5 @@
#' @rdname bccovid
#' @examples
#' bcpop
#'
"bcpop"
2 changes: 2 additions & 0 deletions R/nytimes.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ NULL
#' @rdname nytimes
#' @examples
#' nyt_raw
#'
"nyt_raw"

#' @rdname nytimes
Expand All @@ -67,4 +68,5 @@ NULL
#' @keywords datasets
#' @examples
#' nyt_tfidf
#'
"nyt_tfidf"
4 changes: 0 additions & 4 deletions R/test_latex_installation.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
#'
#'
#' @export
#' @examples
#' \dontrun{
#' test_latex_installation()
#' }
#'
test_latex_installation <- function() {
tmp <- paste0(tempfile(), ".tex")
Expand Down
6 changes: 4 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ cli::cli_h1("Next steps.")
cli::cli_alert_info("Try running this function again.")
cli::cli_alert_info("If you still see this message, run {.fn tinytex::install_tinytex}.")
```
Ideally, LaTeX automatically installed it self. Try the function again. You
may need to restart `R`. If it still doesn't work, follow the instructions.
Ideally, LaTeX automatically installed itself. Try the function again. You
may need to restart `R`. You may need to restart your machine.
If it still doesn't work, follow the instructions.

If you still get errors, then contact the teaching team on Slack or in
Office Hours.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ If it fails, you’ll see:
#> ℹ Try running this function again.
#> ℹ If you still see this message, run `tinytex::install_tinytex()`.

Ideally, LaTeX automatically installed it self. Try the function again.
You may need to restart `R`. If it still doesn’t work, follow the
instructions. If you still get errors, then contact the teaching team on
Slack or in Office Hours.
Ideally, LaTeX automatically installed itself. Try the function again.
You may need to restart `R`. You may need to restart your machine. If it
still doesn’t work, follow the instructions.

If you still get errors, then contact the teaching team on Slack or in
Office Hours.

0 comments on commit a5560a8

Please sign in to comment.