Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
fikovnik committed Sep 1, 2024
1 parent 70b7162 commit b9cbf74
Show file tree
Hide file tree
Showing 15 changed files with 1,062 additions and 1,058 deletions.
5 changes: 4 additions & 1 deletion client/rsh/test6.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ f <- function (n) {
c(1,2) + n
}

rsh <- rsh:::rsh_cmpfun(f)
rsh <- rsh:::rsh_cmpfun(f, options=list(optimize=3))

f(1) == c(2,3)
stopifnot(f(1) == c(2,3))

g <- function() .External2("Rsh_call_trampoline", 1)
g()
2 changes: 1 addition & 1 deletion external/R
Submodule R updated 1 files
+1 −1 src/main/envir.c
Loading

0 comments on commit b9cbf74

Please sign in to comment.