#' FooBar
#'
#' `FooBar()` implements the methods of
#' \insertCite{GarciaDiaz2017,GarciaDiaz2019}{MyPackage}.
# [...]
#' @seealso [ExactKCentre()] for the proven optimum;
#' [FarFirst()] for the \insertCite{Gonzalez1985;textual}{MyPackage}
#' 2-approximation baseline.
#' @references \insertAllCited{}
yields:
References
García-Díaz J, Menchaca-Méndez R, Menchaca-Méndez R, Pomares Hernández S, Pérez-Sansalvador JC, Lakouari N (2019). “Approximation algorithms for the vertex-center problem: survey and experimental evaluation.” IEEE Access, 7, 109228–109245. doi:10.1109/ACCESS.2019.2933875 .
García-Díaz J, Sánchez-Hernández J, Menchaca-Méndez R, Menchaca-Méndez R (2017). “When a worse approximation factor gives better performance: a 3-approximation algorithm for the vertex
-center problem.” Journal of Heuristics, 23(5), 349–366. doi:10.1007/s10732-017-9345-x .
See also
ExactKCentre() for the proven optimum; FarFirst() for the González (1985) 2-approximation baseline.
Gonzalez1985 is missing from the \insertAllCited{} section.
My guess is that, although it's included before \insertAllCited{} in the roxygen2 block, it's rendered after the References section in the .Rd file, and thus not included in the References list.
yields:
Gonzalez1985is missing from the\insertAllCited{}section.My guess is that, although it's included before \insertAllCited{} in the
roxygen2block, it's rendered after the References section in the .Rd file, and thus not included in the References list.