From 5b31cbb6bd760a2c2e5b1b8da03cb3d5104ff73b Mon Sep 17 00:00:00 2001
From: David Liao <35374714+davidycliao@users.noreply.github.com>
Date: Sun, 17 Sep 2023 02:03:43 +0100
Subject: [PATCH] UPDATE v0.1.6
---
.github/workflows/lintr.yml | 55 -------------------------------------
README.md | 6 ++--
inst/README.Rmd | 4 +++
inst/README.md | 4 +++
vignettes/manual.Rmd | 2 +-
5 files changed, 12 insertions(+), 59 deletions(-)
delete mode 100644 .github/workflows/lintr.yml
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: