Skip to content

Commit

Permalink
UPDATE v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 17, 2023
1 parent 0c069b5 commit 7f8794c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ navbar:
- text: "How to Contribute"
href: articles/quickstart.html#quickstart.html#how-to-contribute


- icon: fa-project-diagram
text: Manual
menu:
Expand All @@ -98,7 +97,7 @@ navbar:
- text: "Parliarmentary Questions"
href: articles/get_parlquestions.html
- text: "Party Caucus Negotiation"
href: articles/Party Caucus Negotiation.html
href: articles/get_caucus_meetings.html

- icon: fa-newspaper-o
text: News
Expand Down
3 changes: 2 additions & 1 deletion inst/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ knitr::opts_chunk$set(

## Get Started with Using [`remotes`](https://github.com/r-lib/remotes):

```{r eval=FALSE, include=TRUE}
```{r include=FALSE}
install.packages("remotes")
remotes::install_github("davidycliao/legisTaiwan", force = TRUE)
```


```{r}
library(legisTaiwan)
```
Expand Down
4 changes: 2 additions & 2 deletions vignettes/get_caucus_meetings.rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "An Example of Party Caucus Negotiation"
title: "Party Caucus Negotiation"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{An Example of Party Caucus Negotiation}
%\VignetteIndexEntry{Party Caucus Negotiation}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/get_legislators.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
assign("has_internet_via_proxy", TRUE, environment(curl::has_internet))
```

## Using `get_legislators()` as an Example to Fetch Historical Legislator Data'.
## Fetching Historical Legislator Data'.

```{r}
library(legisTaiwan)
Expand Down
1 change: 0 additions & 1 deletion vignettes/get_parlquestions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ knitr::opts_chunk$set(

```{r include=FALSE}
assign("has_internet_via_proxy", TRUE, environment(curl::has_internet))
library(legisTaiwan)
```

## Fetching Parliarmentary Questions'.
Expand Down
1 change: 0 additions & 1 deletion vignettes/manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ day.

<br> <br>

[+ **Further Check Required**: the user manual seems to be inconsistent with actual data. Please check them out in the discussion 參數設定後與資料取得不一致,待確認。](https://github.com/davidycliao/legisTaiwan/discussions)

0 comments on commit 7f8794c

Please sign in to comment.