Skip to content

Commit

Permalink
Remove special characters (#85)
Browse files Browse the repository at this point in the history
* Remove special characters from json - fixes #84
* Increment version
  • Loading branch information
anthonysena authored Jul 28, 2021
1 parent 3e201ea commit 093c9c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Covid19CharacterizationCharybdis
Type: Package
Title: Characterizing Health Associated Risks, and Your Baseline Disease In SARS-COV-2 (CHARYBDIS)
Version: 1.4.1
Version: 1.4.3
Author: Anthony G. Sena [aut, cre]
Maintainer: Anthony G. Sena <[email protected]>
Description: Describe the baseline demographic, clinical characteristics, treatments and outcomes of interest among individuals tested for SARS-CoV-2 and/or diagnosed with COVID-19 overall and stratified by sex, age and specific comorbidities. This package also describes the same baseline and outcomes for patients hospitalized with influenza between September 2017 and April 2018.
Expand Down
7 changes: 6 additions & 1 deletion extras/PackageMaintenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,9 @@ readr::write_csv(targetStrataXRef, file.path(settingsPath, "targetStrataXref.csv


# Store environment in which the study was executed -----------------------
OhdsiRTools::insertEnvironmentSnapshotInPackage("Covid19CharacterizationCharybdis")
OhdsiRTools::insertEnvironmentSnapshotInPackage("Covid19CharacterizationCharybdis")

packageFiles <- list.files(path=".", recursive = TRUE)
if (!all(utf8::utf8_valid(packageFiles))) {
print("Found invalid UTF-8 encoded files")
}
2 changes: 1 addition & 1 deletion inst/cohorts/118.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
{
"concept": {
"CONCEPT_ID": 254443,
"CONCEPT_NAME": "Sjögren's syndrome",
"CONCEPT_NAME": "Sjogren's syndrome",
"STANDARD_CONCEPT": "S",
"STANDARD_CONCEPT_CAPTION": "Standard",
"INVALID_REASON": "V",
Expand Down
2 changes: 1 addition & 1 deletion inst/cohorts/119.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
},
{
"id": 2,
"name": "COPD mono-therapy\n",
"name": "COPD mono-therapy",
"expression": {
"items": [
{
Expand Down
2 changes: 1 addition & 1 deletion inst/cohorts/199.json
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,7 @@
{
"concept": {
"CONCEPT_ID": 4221837,
"CONCEPT_NAME": "Klumpke-Déjerine paralysis",
"CONCEPT_NAME": "Klumpke-Dejerine paralysis",
"STANDARD_CONCEPT": "S",
"STANDARD_CONCEPT_CAPTION": "Standard",
"INVALID_REASON": "V",
Expand Down

0 comments on commit 093c9c5

Please sign in to comment.