Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.2 hotfix #30

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pushrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
RELEASE_BRANCHES: master
- name: Checkout two
uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ reference:
desc: "Conduct urgency analysis in political discourses."
contents:
- get_urgency
- sim_urgency
- title: "Data"
desc: "Text data for news coferences of US presidents from 1960 to 1980."
contents:
Expand Down
7 changes: 0 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## Resubmission

This is a resubmission. In this version I have:

* Removed redundant terms from description
* Removed commented out code lines and examples in documentation

## Test environments

* local R installation, aarch64-apple-darwin20, R 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2024-07-17T15:40Z
last_built: 2024-09-04T15:01Z
urls:
reference: https://henriquesposito.github.io/poldis/reference
article: https://henriquesposito.github.io/poldis/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/US_News_Conferences_1960_1980.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion docs/reference/annotate_text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/extract_context.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion docs/reference/extract_date.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/extract_match.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/extract_title.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 72 additions & 30 deletions docs/reference/get_urgency.html

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/split_text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<url>
<loc>https://henriquesposito.github.io/poldis/reference/select_promises.html</loc>
</url>
<url>
<loc>https://henriquesposito.github.io/poldis/reference/sim_urgency.html</loc>
</url>
<url>
<loc>https://henriquesposito.github.io/poldis/reference/split_text.html</loc>
</url>
Expand Down
Loading