Skip to content

Commit

Permalink
Automated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeksterslab committed Apr 9, 2024
1 parent f798fa5 commit dfba662
Show file tree
Hide file tree
Showing 16 changed files with 3,792 additions and 12 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*\.Rcheck$
.*\.Rproj$
.*\.sif$
^CITATION\.cff$
^LICENSE\.md$
^Makefile$
Expand Down
Binary file modified .setup/build/betaSandwich.pdf
Binary file not shown.
Binary file modified .setup/build/betaSandwich_1.0.6.9000.tar.gz
Binary file not shown.
11 changes: 0 additions & 11 deletions .setup/latex/bib/quarto.bib

This file was deleted.

Binary file modified .setup/latex/figures/pdf/std-reg.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions .setup/latex/pdf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
*/
!*.pdf
!.gitignore
!bib.bib
Binary file added .setup/latex/pdf/betaSandwich-001-description.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/betaSandwich-999-session.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/betaSandwich-zzz-references.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,773 changes: 3,773 additions & 0 deletions .setup/latex/pdf/bib.bib

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions .setup/latex/r-scripts/knitr.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ x <- c(
recursive = TRUE
)
)
x <- c(
x,
list.files(
path = rproj$find_file(
"R"
),
pattern = "\\.rda$",
full.names = TRUE,
all.files = TRUE,
recursive = TRUE
)
)
if (length(x) > 0) {
for (i in seq_along(x)) {
load(x[i])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
betaSandwich
================
Ivan Jacob Agaloos Pesigan
2024-03-17
2024-04-09

<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->
Expand Down

0 comments on commit dfba662

Please sign in to comment.