Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 1, 2024
1 parent 0fcbc96 commit 9464800
Show file tree
Hide file tree
Showing 15 changed files with 659 additions and 328 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
{1 + 3}
{2 + sin(pi)}
}

{

{1 + 3}
{2 + sin(pi)}


}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
2 + sin(pi)
}
}

{
{
1 + 3
}
{
2 + sin(pi)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ a <- function(x, y, z) {
x[i] +1
}
}


if (

require("logspline") &&
require("rstanarm")



) {

NULL


}
Loading

0 comments on commit 9464800

Please sign in to comment.