Skip to content

Commit 73922a4

Browse files
committed
fix missing anchor in link
1 parent 68f60d6 commit 73922a4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
^docs$
1111
^paper$
1212
^_pkgdown\.yml$
13+
^README.RMD$
1314
^.github$

R/resetJobs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @templateVar ids.default none
1010
#' @template ids
1111
#' @template reg
12-
#' @return [\code{\link{data.table}}] of job ids which have been reset.
12+
#' @return [\code{\link[data.table]{data.table}}] of job ids which have been reset.
1313
#' See \code{\link{JoinTables}} for examples on working with job tables.
1414
#' @family debug
1515
#' @export

man/resetJobs.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)