Skip to content

Commit e557b07

Browse files
committed
URL dance
1 parent 7b9531d commit e557b07

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

R/data-table.R

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
#' Prepare for importing data.table
22
#'
3-
#' @description
4-
#'
53
#' `use_data_table()` imports the `data.table()` function from the data.table
64
#' package, as well as several important symbols: `:=`, `.SD`, `.BY`, `.N`,
7-
#' `.I`, `.GRP`, `.NGRP`, `.EACHI`. This is a minimal setup to get `data.table`s
8-
#' working with your package. See the [importing
9-
#' data.table](https://rdatatable.gitlab.io/data.table/articles/datatable-importing.html)
10-
#' vignette for other strategies. In addition to importing these function,
11-
#' `use_data_table()` also blocks the usage of data.table in the `Depends` field
12-
#' of the `DESCRIPTION` file; `data.table` should be used as an _imported_ or
13-
#' _suggested_ package only. See this
14-
#' [discussion](https://github.com/Rdatatable/data.table/issues/3076).
5+
#' `.I`, `.GRP`, `.NGRP`, `.EACHI`. This is a minimal setup and you can learn
6+
#' much more in the "Importing data.table" vignette:
7+
#' `https://rdatatable.gitlab.io/data.table/articles/datatable-importing.html`.
8+
#' In addition to importing these functions, `use_data_table()` also blocks the
9+
#' usage of data.table in the `Depends` field of the `DESCRIPTION` file;
10+
#' `data.table` should be used as an _imported_ or _suggested_ package only. See
11+
#' this [discussion](https://github.com/Rdatatable/data.table/issues/3076).
12+
#'
1513
#' @export
1614
use_data_table <- function() {
1715
check_is_package("use_data_table()")

R/github-pages.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
#'
3636

3737
#' @seealso
38-
#' * [use_pkgdown_github_pages()] combines `use_github_pages()` with other functions to
39-
#' fully configure a pkgdown site
40-
#' * <https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages>
41-
#' * <https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#pages>
38+
#' * [use_pkgdown_github_pages()] combines `use_github_pages()` with other
39+
#' functions to fully configure a pkgdown site
40+
#' * <https://docs.github.com/en/pages>
41+
#' * <https://docs.github.com/en/rest/pages>
4242

4343
#' @return Site metadata returned by the GitHub API, invisibly
4444
#' @export

man/use_data_table.Rd

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/use_github_pages.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)