r - Why does the .Rd file not contain a link to another function when I \code{\link{functionname}}? -
i using package::roxygen2 develop package rstudio. below roxygen comments 1 of functions, called coltrain().
#' collect raw training data using external sql queries. #' #' @details wrapper \code{get_data} function. #' runs of queries tagged training data queries. #' #' @seealso \code{\link{get_data}} the function get_data() in package, , have run load_all(".") , document(). yet there no hyperlink get_data file in coltrain file.
what missing?
thank you.
you'll have build , install package before links present. load_all() not enough create proper linking...
Comments
Post a Comment