Skip to content

Commit

Permalink
add info to readme on how to import needed functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Apr 18, 2024
1 parent a29d73e commit b22a6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ library(bcbioR)

You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this.

Use `usethis::use_import_from()` to make sure all the imports are correct.
Use `usethis::use_import_from("stringr","str_replace_all")` to add a function you are using in the code.

Don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ library(bcbioR)
You’ll still need to render `README.Rmd` regularly, to keep `README.md`
up-to-date. `devtools::build_readme()` is handy for this.

Use `usethis::use_import_from()` to make sure all the imports are
correct.
Use `usethis::use_import_from("stringr","str_replace_all")` to add a
function you are using in the code.

Don’t forget to commit and push the resulting figure files, so they
display on GitHub and CRAN.

0 comments on commit b22a6a7

Please sign in to comment.