Skip to content

Commit

Permalink
Fixes #71 Ochs 1975 entries (#81)
Browse files Browse the repository at this point in the history
* Fixes #71 Ochs 1975 entries
Fixes #75 Data for Tsutsumi 2002 have duplicate time values (ID: 3030, 3031, 3032)
Fixes #76 Wrong time values for Tsutsumi 2002 (ID: 3028, 3029, 3031, 3032)
Fixes #79 Update utf8 check

* fix DDI.csv saved not as utf8

* Fixes #80 auxiliaryFunctions.R saved not as utf-8

---------

Co-authored-by: Yuri05 <[email protected]>
  • Loading branch information
Yuri05 and Yuri05 authored Feb 24, 2023
1 parent 75ea83b commit e1360e8
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 48 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/Check_utf8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check if all CSV files are UTF-8
name: Check if all required files are UTF-8

on:
[push, pull_request]
Expand All @@ -8,13 +8,6 @@ permissions:

jobs:
utf8check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: check utf-8
run: |
iconv -f UTF-8 *.csv -o /dev/null --verbose
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/UTF8Check.yml@main
with:
file-extensions: 'R\|json\|md\|csv' #File extension(s) to check separated by \| Examples: R R\|json
Loading

0 comments on commit e1360e8

Please sign in to comment.