Skip to content

Commit 834781b

Browse files
authored
Finally get R github actions succeeding
* Another trivial change to trigger github actions * Document * Another trivial change to trigger github actions * Fix syntax error in roxygen annotation
1 parent 44bb6de commit 834781b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
.Ruserdata
55
.idea
66
**/venv
7+
**/*.Rcheck
8+
R/*.tar.gz

R/bican.mccarroll.helloworld/R/hello.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Document Package: 'Cmd + Shift + D'
1616

1717
#' Hello, world!
18-
#' @@param mom If TRUE, say hello to mom instead of world.
18+
#' @param mom If TRUE, say hello to mom instead of world.
1919
#' @export
2020
hello <- function(mom=FALSE) {
2121
if (!is.logical(mom)) {

R/bican.mccarroll.helloworld/man/hello.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R/bican.mccarroll.helloworld/man/reverseComplementAlternateCase.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)