Skip to content

Commit

Permalink
Test deploy LegendMed Central
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Oct 5, 2018
1 parent d4e4655 commit 0aa555c
Show file tree
Hide file tree
Showing 41 changed files with 8,189 additions and 0 deletions.
496 changes: 496 additions & 0 deletions LegendMedCentral/DataPulls.R

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions LegendMedCentral/LegendMedCentral.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
722 changes: 722 additions & 0 deletions LegendMedCentral/MyArticle.Rmd

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions LegendMedCentral/MyArticle_cache/latex/__packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
base
shiny
DatabaseConnector
DT
ggplot2
knitr
xtable
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
973 changes: 973 additions & 0 deletions LegendMedCentral/PlotsAndTables.R

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions LegendMedCentral/Sweave.sty
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{Sweave}{}

\RequirePackage{ifthen}
\newboolean{Sweave@gin}
\setboolean{Sweave@gin}{true}
\newboolean{Sweave@ae}
\setboolean{Sweave@ae}{true}

\DeclareOption{nogin}{\setboolean{Sweave@gin}{false}}
\DeclareOption{noae}{\setboolean{Sweave@ae}{false}}
\ProcessOptions

\RequirePackage{graphicx,fancyvrb}
\IfFileExists{upquote.sty}{\RequirePackage{upquote}}{}

\ifthenelse{\boolean{Sweave@gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}%
\ifthenelse{\boolean{Sweave@ae}}{%
\RequirePackage[T1]{fontenc}
\RequirePackage{ae}
}{}%

\DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl}
\DefineVerbatimEnvironment{Soutput}{Verbatim}{}
\DefineVerbatimEnvironment{Scode}{Verbatim}{fontshape=sl}

\newenvironment{Schunk}{}{}

\newcommand{\Sconcordance}[1]{%
\ifx\pdfoutput\undefined%
\csname newcount\endcsname\pdfoutput\fi%
\ifcase\pdfoutput\special{#1}%
\else%
\begingroup%
\pdfcompresslevel=0%
\immediate\pdfobj stream{#1}%
\pdfcatalog{/SweaveConcordance \the\pdflastobj\space 0 R}%
\endgroup%
\fi}
9 changes: 9 additions & 0 deletions LegendMedCentral/Table1Specs.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
label,analysisId,covariateIds
Age group,3,
Gender: female,1,8532001
Race,4,
Ethnicity,5,
Medical history: General,210,4006969210;438409210;4212540210;255573210;201606210;4182210210;440383210;201820210;318800210;192671210;439727210;432867210;316866210;4104000210;433736210;80180210;255848210;140168210;4030518210;80809210;435783210;4279309210;81893210;81902210;197494210;4134440210
Medical history: Cardiovascular disease,210,313217210;381591210;317576210;321588210;316139210;4185932210;321052210;440417210;444247210
Medical history: Neoplasms,210,4044013210;432571210;40481902210;443392210;4112853210;4180790210;443388210;197508210;200962210
Medication use,410,21601782410;21602796410;21604686410;21604389410;21603932410;21601387410;21602028410;21600960410;21601664410;21601744410;21601461410;21600046410;21603248410;21600712410;21603890410;21601853410;21604254410;21604489410;21604752410
Loading

0 comments on commit 0aa555c

Please sign in to comment.