f_install_package_from_github: Install last version of package on GitHub

View source: R/f - Install package from GitHub.R

f_install_package_from_githubR Documentation

Install last version of package on GitHub

Description

Install last version of package on GitHub.

Usage

f_install_package_from_github(c.package, c.auth.token = NULL)

Arguments

c.package

Package name.

c.auth.token

Authentication token to access private repo. (default: NULL)

Details

Note - Never insert a token in the script. GitHub recognizes these tokens when committing and revokes the concerned tokens. Great for security, bit unhandy in use!

Value

Nothing.

Author(s)

Pieter Overdevest

Examples

f_install_package_from_github(

    c.package    = "generaltoolbox"
    c.auth.token = NULL
)

pieterov/generaltoolbox documentation built on Jan. 25, 2025, 10:32 a.m.