Skip to content

Commit

Permalink
Automated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeksterslab committed Jul 8, 2023
1 parent 93eb844 commit 9c647ec
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 19 deletions.
24 changes: 12 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"vscode": {
"extensions": [
"GitHub.codespaces",
"GitHub.copilot",
"GitHub.vscode-github-actions",
"ms-azuretools.vscode-docker",
"ms-vscode.makefile-tools",
Expand All @@ -21,18 +22,17 @@
"r.plot.useHttpgd": true
}
}
}
},

"forwardPorts": [8787],
"portsAttributes": {
"8787": {
"label": "Rstudio",
"requireLocalPort": true,
"onAutoForward": "ignore"
}
},

// Uncomment to enable RStudio Server
// "forwardPorts": [8787],
// "portsAttributes": {
// "8787": {
// "label": "Rstudio",
// "requireLocalPort": true,
// "onAutoForward": "ignore"
// }
// },
//
// "postAttachCommand": "sudo rstudio-server start"
"postAttachCommand": "sudo rstudio-server start"

}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,8 @@ detritus
# library
.library

# README
README.html
README_files/

# etc
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ preferred-citation:
doi: 10.1080/00273171.2023.2201277
journal: Multivariate Behavioral Research
notes: R package version 1.0.5
repository: https://packagemanager.rstudio.com/all/__linux__/focal/latest/
repository: https://packagemanager.rstudio.com/all/__linux__/jammy/latest/
repository-code: https://github.com/jeksterslab/betaSandwich
url: https://jeksterslab.github.io/betaSandwich/
contact:
Expand Down
13 changes: 8 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all build local localforce dotfiles project pkg tinytex clean cleanpkg cleantinytex cleanall coverage lint qmd

all: build latex
all: build latex qmd

build: pkg clean
@echo TinyTex...
Expand All @@ -19,6 +19,8 @@ build: pkg clean
@Rscript -e "rProject::VignettesPrecompile(\"${PWD}\")"
@echo Building project...
@Rscript -e "rProject::Build(\"${PWD}\")"
@echo Building README.md...
@Rscript -e "rProject::ReadMe(\"${PWD}\")"
@echo Building website...
@Rscript -e "rProject::Site(\"${PWD}\")"
@echo Building manual...
Expand All @@ -36,7 +38,7 @@ project:
@echo Building project...
@Rscript tools/make-project.R ${PWD}

pkg: project
pkg: project dotfiles
@echo Installing packages...
@Rscript tools/make-packages.R ${PWD}

Expand Down Expand Up @@ -82,8 +84,9 @@ lint:
@Rscript -e "rProject::Lint(\"${PWD}\")"

latex:
@echo Compiling latex...
@Rscript -e "rProject::LatexMake(\"${PWD}\")"

qmd: lint
@Rscript qmd/r-script/prerender.R
@quarto render ${PWD}
qmd:
@echo Rendering quarto...
@Rscript -e "rProject::Quarto(\"${PWD}\")"
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
2023-07-01
2023-07-08

<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->
Expand Down
Binary file modified betaSandwich.pdf
Binary file not shown.
Binary file modified betaSandwich_1.0.5.tar.gz
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-001-description.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-999-session.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-zzz-references.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-zzz-tests-benchmark.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-zzz-tests-external.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-zzz-tests-internal.pdf
Binary file not shown.
Binary file modified latexsrc/pdf/betaSandwich-zzz-tests-staging.pdf
Binary file not shown.

0 comments on commit 9c647ec

Please sign in to comment.