Skip to content

Commit

Permalink
* v1.0.0 Initial version.
Browse files Browse the repository at this point in the history
  • Loading branch information
swvanderlaan committed Sep 5, 2022
1 parent 2b81633 commit f9d45dd
Show file tree
Hide file tree
Showing 21 changed files with 3,572 additions and 14 deletions.
84 changes: 84 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# hidden files
.*
!.gitignore

# History files
.Rhistory
.Rapp.history

# Session Data files
*.RData
*.rds
*.RDS
*.dictionary.html

# tag files
tags

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rprofile
.Rproj.user
.Rproj.user/
.Ruserdata

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# System files
*.DS_Store

# vim files
*~

# python
venv/
*.egg-info/*
__pycache__

# Results
_archived
*.zip
*.sample

# Temp files
_gsdata_/
~
\~$*

# Data
*.sav
*.sas7bdat
*.log
*.csv


# PolarMorphism
# PolarMorphism/eur_w_ld_chr*
# PolarMorphism/proxySearch_CAC_CAD*



13 changes: 13 additions & 0 deletions AE_OLINK_LPL_and_MACE.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
Loading

0 comments on commit f9d45dd

Please sign in to comment.