Skip to content

References not included in \insertAllCited{} when rendered after §References #44

Description

@ms609
#' 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions