diff --git a/.github/workflows/lintr.yml b/.github/workflows/lintr.yml deleted file mode 100644 index b912ba25..00000000 --- a/.github/workflows/lintr.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# lintr provides static code analysis for R. -# It checks for adherence to a given style, -# identifying syntax errors and possible semantic issues, -# then reports them to you so you can take action. -# More details at https://lintr.r-lib.org/ - -name: lintr - -on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '42 11 * * 0' - -permissions: - contents: read - -jobs: - lintr: - name: Run lintr scanning - runs-on: ubuntu-latest - permissions: - contents: read # for checkout to fetch code - security-events: write # for github/codeql-action/upload-sarif to upload SARIF results - actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Setup R - uses: r-lib/actions/setup-r@4e1feaf90520ec1215d1882fdddfe3411c08e492 - - - name: Setup lintr - uses: r-lib/actions/setup-r-dependencies@4e1feaf90520ec1215d1882fdddfe3411c08e492 - with: - extra-packages: lintr - - - name: Run lintr - run: lintr::sarif_output(lintr::lint_dir("."), "lintr-results.sarif") - shell: Rscript {0} - continue-on-error: true - - - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: lintr-results.sarif - wait-for-processing: true diff --git a/README.md b/README.md index ae28ed31..a26bfe02 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Real-time and Archives of Taiwan Legislative Data in R +# Real-time and Archives of Taiwan Legislative Data in R @@ -39,10 +39,10 @@ library(legisTaiwan) #> ## legisTaiwan ## #> ## An R package connecting to the Taiwan Legislative API. ## ``` ---- -
+------------------------------------------------------------------------ +
## Caution: diff --git a/inst/README.Rmd b/inst/README.Rmd index da9a8b1a..ab3b564d 100644 --- a/inst/README.Rmd +++ b/inst/README.Rmd @@ -47,6 +47,10 @@ library(legisTaiwan) ``` +--- + +
+ ## Caution:
diff --git a/inst/README.md b/inst/README.md index e144b91a..a26bfe02 100644 --- a/inst/README.md +++ b/inst/README.md @@ -40,6 +40,10 @@ library(legisTaiwan) #> ## An R package connecting to the Taiwan Legislative API. ## ``` +------------------------------------------------------------------------ + +
+ ## Caution:
diff --git a/vignettes/manual.Rmd b/vignettes/manual.Rmd index 09b9440a..238ab42b 100644 --- a/vignettes/manual.Rmd +++ b/vignettes/manual.Rmd @@ -40,7 +40,7 @@ day. - [`get_executive_response()`](https://davidycliao.github.io/legisTaiwan/reference/get_executive_response.html): questions answered by the executives提供公報質詢事項行政院答復資訊 (自第8屆) -- [`get_public_debates()`+](https://davidycliao.github.io/legisTaiwan/reference/get_public_debates.html): public debates 提供公報之國是論壇資訊,並包含書面意見自 (自第8屆) +- [`get_public_debates()`](https://davidycliao.github.io/legisTaiwan/reference/get_public_debates.html): public debates 提供公報之國是論壇資訊,並包含書面意見自 (自第8屆) - [`get_speech_video()`](https://davidycliao.github.io/legisTaiwan/reference/get_speech_video.html): full video information of meetings and committees 提供立法院院會及委員會之委員發言片段相關影片資訊 (自第9屆)