Skip to contents

Function used to send information that a library has been updated to a mattermost server.

Usage

alert_mattermost_lib(
  lib,
  ver,
  server,
  hook,
  url_address = "http://www.floodam.org"
)

Arguments

lib

character, the library name.

ver

character, the new version of the library.

server

character, the address of the mattermost server.

hook

character, the hook to send message.

url_address

character, where to find some more information on the library.

Value

nothing

Examples


if (FALSE) {
alert_mattermost_lib("lib", "new")
}