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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -