Skip to content

Commit

Permalink
update ready for next stage of edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dosgillespie committed Apr 24, 2020
1 parent 9e61037 commit 1f23a2c
Show file tree
Hide file tree
Showing 45 changed files with 6,489 additions and 5,957 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
^.*\.Rproj$
^\.Rproj\.user$
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
.Rhistory
.RData
.Ruserdata
inst/doc
.Rproj.user
*.zip
Archive/
*.Rproj*
dev/
52 changes: 26 additions & 26 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Package: tobalcepi
Type: Package
Title: Risk functions and attributable fractions for tobacco and alcohol
Version: 0.1.0
Author: Duncan Gillespie
Maintainer: Duncan Gillespie <[email protected]>
Description: Functions to assign relative risks of disease to individuals based on their tobacco and/or alcohol consumption, and to estimate the attributable fractions of disease.
License: For internal University of Sheffield use only
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
roxygen2,
usethis
Depends:
data.table
Imports:
boot,
VGAM,
stringr,
readxl,
testthat,
dplyr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Package: tobalcepi
Type: Package
Title: Risk functions and attributable fractions for tobacco and alcohol
Version: 0.1.0
Author: Duncan Gillespie
Maintainer: Duncan Gillespie <[email protected]>
Description: Functions to assign relative risks of disease to individuals based on their tobacco and/or alcohol consumption, and to estimate the attributable fractions of disease.
License: For internal University of Sheffield use only
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
roxygen2,
usethis
Depends:
data.table
Imports:
boot,
VGAM,
stringr,
readxl,
testthat,
dplyr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
24 changes: 12 additions & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by roxygen2: do not edit by hand

export(AlcBinge)
export(AlcLags)
export(ExpandCodes)
export(PArisk)
export(RRFunc)
export(RRalc)
export(RRtob)
export(TobAlcInt)
export(TobLags)
export(subgroupRisk)
# Generated by roxygen2: do not edit by hand
export(AlcBinge)
export(AlcLags)
export(ExpandCodes)
export(PArisk)
export(RRFunc)
export(RRalc)
export(RRtob)
export(TobAlcInt)
export(TobLags)
export(subgroupRisk)
Loading

0 comments on commit 1f23a2c

Please sign in to comment.