Skip to content

Commit

Permalink
October fix
Browse files Browse the repository at this point in the history
  • Loading branch information
babayoshihiko committed Oct 18, 2024
1 parent 081270d commit 0d80315
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
15 changes: 6 additions & 9 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"image": "geocompr/geocompr:qgis",
// "forwardPorts": [3000],
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["reditorsupport.r"]
}
"image": "pixi-r",
"customizations": {
"vscode": {
"extensions": ["reditorsupport.r"]
}
}
}
}
8 changes: 3 additions & 5 deletions .github/workflows/main-no-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
- main
name: Render-no-deploy
jobs:
bookdown:
Expand All @@ -17,5 +14,6 @@ jobs:
- uses: actions/checkout@v2
- name: Render Book
run: |
Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
Rscript -e 'remotes::install_dev("tmap")'
Rscript -e 'remotes::install_version("xfun", "0.46")'
Rscript -e 'bookdown::render_book("index.Rmd")'
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"editor.wordWrap": "on"
"editor.wordWrap": "on",
"makefile.configureOnOpen": false
}

0 comments on commit 0d80315

Please sign in to comment.