butalepaquet: Buta le paquet sun github

View source: R/butalepaquet.R

butalepaquetR Documentation

Buta le paquet sun github

Description

Buta le paquet sun github

Usage

butalepaquet(files.to.exclude = NULL)

Arguments

files.to.exclude

: a vector of character strings: list of files not to push

Details

Pushes the package [paquet] on the remote. this is equivalent to git add DESCRIPTION git add NAMESPACE git add ./*.pdf" git add inst/* git add XXX #(for all files in ./man, ./R, ./demo, ./data that are not listed in files.to.exclude) git ls-files | grep '\.Rproj$' | xargs git rm –cached git rm –cached .gitignore git rm –cached .Rbuildignore git rm –cached -r .git git rm –cached -r .Rproj.user git add -u git commit -m 'No information' git push origin master

Value

nothing


DanielBonnery/EspleitsPelsPaquets documentation built on April 26, 2022, 9:37 a.m.