Skip to content

Commit

Permalink
Merge pull request #25 from NIFU-NO/minor_fixes_for_cran_release
Browse files Browse the repository at this point in the history
Minor fixes for cran release
  • Loading branch information
sda030 authored Aug 7, 2024
2 parents 90bfbb8 + 72db23b commit 3a7c486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: saros.utils
Title: Utility Tools in the Semi-Automatic Reporting of Ordinary Surveys (Saros)
Version: 0.1
Version: 0.1.0
Authors@R: c(
person(given = "Stephan",
family = "Daus",
Expand Down
30 changes: 2 additions & 28 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
# saros 1.0.5
# saros.utils 0.1.0

<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# saros 1.0.3

- Added more arguments for plot text sizes, with more useful defaults for Word and HTML layouts.
- `attach_qualtrics_labels` is now more flexible.
- Minor fix in `sanitize_labels`.
- Internal change to accommodate ggplot2 3.5.0.
- Improved performance for argument validation checks.
- `setup_access_restrictions` now accepts NULL password input.
- `setup_access_restrictions` now can warn instead of error if `rel_parent_path` does not exist.
- `sort_by` now correctly sorts with `descend=TRUE` for ".upper", etc.
- Fixed `list_available_element_types`
- Set one long-running test for `draft_report` to only run on maintainer's local computer.
- `sanitize_labels` now has option to translate ASCII HTML-escaped characters to unicode.

# saros 1.0.1

* Minor fixes for CRAN manual review

# saros 1.0.0

* Submitted to CRAN

# saros 0.9.1

* First version ready
* CRAN release.

0 comments on commit 3a7c486

Please sign in to comment.