R/zzz.R

Defines functions .onAttach

# On library attachment, print message to user.
.onAttach <- function(libname, pkgname) {

    msg <- paste0(
        "\n",
        "== Welcome to healthyR.data ===========================================================================",
        "\nIf you find this package useful, please leave a star: ",
        "\n   https://github.com/spsanderson/healthyR.data'",
        "\n",
        "\nIf you encounter a bug or want to request an enhancement please file an issue at:",
        "\n   https://github.com/spsanderson/healthyR.data/issues",
        "\n",
        "\nThank you for using healthyR.data"
    )

    packageStartupMessage(msg)

}
spsanderson/healthyR.data documentation built on Jan. 19, 2025, 2:11 a.m.