Skip to content

Custom convenience functions

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

marianklose/mklcustom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mklcustom

The goal of the package mklcustom is to provide some convenience functions for myself, Marian Klose.

Installation

You can install the development version of mklcustom from GitHub with:

# install.packages("devtools")
devtools::install_github("marianklose/mklcustom")

So far this is only intended to be used privately by my own. Since the repo is private the following workflow needs to be used to install:

#set config
usethis::use_git_config(user.name = "marianklose", user.email = "[email protected]")

#Go to github page to generate token
usethis::create_github_token() 

#paste your PAT into pop-up that follows...
credentials::set_github_pat()

#now remotes::install_github() will work
remotes::install_github("marianklose/mklcustom")

About

Custom convenience functions

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages