Skip to content

Commit 92c91e3

Browse files
committed
Change this URL
Win-builder doesn't like support.posit.co links, so let's just link to R Packages (it's that or have no link here)
1 parent f923cc9 commit 92c91e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/create.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' @param roxygen Do you plan to use roxygen2 to document your package?
1616
#' @param rstudio If `TRUE`, calls [use_rstudio()] to make the new package or
1717
#' project into an [RStudio
18-
#' Project](https://support.posit.co/hc/en-us/articles/200526207-Using-Projects).
18+
#' Project](https://r-pkgs.org/workflow101.html#sec-workflow101-rstudio-projects).
1919
#' If `FALSE` and a non-package project, a sentinel `.here` file is placed so
2020
#' that the directory can be recognized as a project by the
2121
#' [here](https://here.r-lib.org) or
@@ -159,7 +159,7 @@ create_project <- function(path,
159159
#' "https://github.acme.com/api/v3" or "https://github.acme.com" is
160160
#' acceptable.
161161
#' @param rstudio Initiate an [RStudio
162-
#' Project](https://support.posit.co/hc/en-us/articles/200526207-Using-Projects)?
162+
#' Project](https://r-pkgs.org/workflow101.html#sec-workflow101-rstudio-projects)?
163163
#' Defaults to `TRUE` if in an RStudio session and project has no
164164
#' pre-existing `.Rproj` file. Defaults to `FALSE` otherwise (but note that
165165
#' the cloned repo may already be an RStudio Project, i.e. may already have a

man/create_from_github.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/create_package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)