File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
R/bican.mccarroll.helloworld Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 run : |
4747 git config --local user.name "$GITHUB_ACTOR"
4848 git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
49+ cd R/bican.mccarroll.helloworld
4950 git add man/\* NAMESPACE
5051 git commit -m 'Document'
5152
8283 run : |
8384 git config --local user.name "$GITHUB_ACTOR"
8485 git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
86+ cd R/bican.mccarroll.helloworld
8587 git add \*.R
8688 git commit -m 'Style'
8789
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ Example R package for bican-mccarroll-manuscript1 repository
1212# install.packages("devtools")
1313devtools :: install_github(" broadinstitute/bican-mccarroll-manuscript1" , subdir = " R/bican.mccarroll.helloworld" )
1414```
15-
You can’t perform that action at this time.
0 commit comments