Skip to content

Commit e305def

Browse files
authored
Merge pull request #43 from davidycliao/0.2.2
update: v0.2.2
2 parents c2c679e + 277f15b commit e305def

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+352
-178
lines changed

.Rproj.user/763C8F27/pcs/files-pane.pper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"ascending": true
1010
}
1111
],
12-
"path": "~/Dropbox/My Packages/legisTaiwan/R"
12+
"path": "~/Dropbox/My Packages/legisTaiwan"
1313
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"activeTab": 1
2+
"activeTab": 2
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"TabSet1": 5,
3-
"TabSet2": 1,
3+
"TabSet2": 2,
44
"TabZoom": {}
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "73,0",
5-
"scrollLine": "59"
4+
"cursorPosition": "83,100",
5+
"scrollLine": "67"
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "29,0",
5-
"scrollLine": "8"
4+
"cursorPosition": "12,0",
5+
"scrollLine": "0"
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "52,0",
5-
"scrollLine": "31"
4+
"cursorPosition": "16,74",
5+
"scrollLine": "0"
66
}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: legisTaiwan
22
Type: Package
33
Title: An Interface to Access Taiwan Legislative API in R
4-
Version: 0.2.1
4+
Version: 0.2.2
55
Authors@R: c(person("Yen-Chieh", "Liao", email = "davidycliao@gmail.com", role = c("aut", "cre")),
66
person("Li", "Tang", email = "li.tang@reading.ac.uk", role = c("ctb", "aut")),
77
person("OpenFun Ltd.", "歐噴有限公司", email = "contact@openfun.tw", role = c("fnd", "ctb", "cph")),

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# `legisTaiwan` 0.2.2
2+
3+
4+
## Major Changes
5+
6+
__Fix SSL connection issues in review_session_info function and example errors__
7+
8+
- Use system curl command to bypass SSL/TLS certificate validation problems
9+
- Improve regex handling of session data to fix "NAs introduced by coercion" warnings
10+
- Wrap example code in \dontrun{} to prevent network-related code from running during checks
11+
- Optimize cleaning of JavaScript code in date fields
12+
- Ensure results are correctly sorted by session number
13+
14+
This fix resolves SSL connection issues with the Legislative Yuan website, making
15+
review_session_info and get_variable_info functions work reliably.
16+
17+
18+
19+
<br>
20+
21+
------
22+
23+
124

225
# `legisTaiwan` 0.2.1
326

_pkgdown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ authors:
7878
href: https://sites.google.com/view/litang2020?pli=1
7979
Taiwan Legislative Yuan 立法院:
8080
href: https://data.ly.gov.tw/catelog.action
81-
html: "<img src='https://raw.githack.com/davidycliao/legisTaiwan/v0.1.4/inst/figures/ly.jpeg' width=52>"
81+
html: "<img src='https://raw.githack.com/davidycliao/legisTaiwan/master/inst/figures/ly.jpeg' width=52>"
8282
OpenFun Ltd. 歐噴有限公司:
8383
href: https://openfun.tw
84-
html: "<img src='inst/figures/openfun.jpeg' width=52>"
84+
html: "<img src='https://raw.githack.com/davidycliao/legisTaiwan/master/inst/figures/openfun.jpg' width=52>"
8585
template:
8686
package: tidytemplate
8787
bootstrap: 5
@@ -141,6 +141,8 @@ navbar:
141141
- icon: fa-newspaper-o
142142
text: News
143143
menu:
144+
- text: "0.2.2"
145+
href: news/index.html#legistaiwan-022-development-version
144146
- text: "0.2.1"
145147
href: news/index.html#legistaiwan-021-development-version
146148
- text: "0.1.7"

docs/404.html

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)