Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 25, 2017
1 parent 2e9b884 commit 0c0799d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Suggests:
rmarkdown,
knitr
License: GPL
URL: http://yihui.name/formatR
URL: https://yihui.name/formatR
BugReports: https://github.com/yihui/formatR/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
2 changes: 1 addition & 1 deletion R/eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @return Evaluated R code with corresponding output (printed on screen or
#' written in a file).
#' @export
#' @references \url{http://yihui.name/formatR}
#' @references \url{https://yihui.name/formatR}
#' @examples library(formatR)
#' ## evaluate simple code as a character vector
#' tidy_eval(text = c('a<-1+1;a','matrix(rnorm(10),5)'))
Expand Down
4 changes: 2 additions & 2 deletions R/tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
#' character vector} \item{text.mask}{the code containing comments, which are
#' masked in assignments or with the weird operator}
#' @note Be sure to read the reference to know other limitations.
#' @author Yihui Xie <\url{http://yihui.name}> with substantial contribution
#' @author Yihui Xie <\url{https://yihui.name}> with substantial contribution
#' from Yixuan Qiu <\url{http://yixuan.cos.name}>
#' @seealso \code{\link{parse}}, \code{\link{deparse}}
#' @references \url{http://yihui.name/formatR} (an introduction to this package,
#' @references \url{https://yihui.name/formatR} (an introduction to this package,
#' with examples and further notes)
#' @import utils
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/tidy_eval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tidy_source.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c0799d

Please sign in to comment.