Skip to content

Commit 85bbebf

Browse files
committed
extend docs
1 parent b9659c2 commit 85bbebf

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

R/githubify_images.R

+3-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55
#' @param github_user Your github username, Default: Sys.getenv(x = "GITHUB_USER")
66
#' @param github_repo The github repo hosting the article and image, Default: Sys.getenv(x = "GITHUB_REPO")
77
#' @param github_branch The branch on the github repo to publish from, Default: Sys.getenv(x = "GITHUB_BRANCH")
8-
#' @return The article string with the image paths changed from a local path to an expected location on github
9-
#' @details DETAILS
10-
#' @examples
11-
#' \dontrun{
12-
#' if(interactive()){
13-
#' #EXAMPLE1
14-
#' }
15-
#' }
8+
#' @return The article string with the image paths changed from a local path to an expected location on GitHub.
9+
#' @details At no point does dev.to.ol check that the image is at the expected path, so remember to push your work,
10+
#' and double check the paths are set correctly. \code{\link[dev.to.ol]{setup_environ}} can help with this.
1611
#' @seealso
1712
#' \code{\link[readr]{read_file}}
1813
#' \code{\link[glue]{glue}}

man/githubify_images.Rd

+3-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)