Skip to content

Commit 32bd5f3

Browse files
committed
updated packages and documentation
1 parent c3e56f4 commit 32bd5f3

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hdat9700tutorials
22
Type: Package
33
Title: Health Data Analytics: Statistical Modelling II (HDAT9700)
4-
Version: 0.1.3
4+
Version: 0.1.4
55
Authors@R: as.person(c(
66
"Mark Hanly <[email protected]> [aut, cre]",
77
"Andrea Schaffer <[email protected]> [aut]",

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright 2020 UNSW Sydney. All right reserved. Access to the materials contained herein is hereby forbidden to anyone except students enrolled in HDAT9700 Statistical Modelling II as part of the Masters of Science in Health Data Science at UNSW Sydney.
1+
Copyright 2021 UNSW Sydney.

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
export(.onAttach)
44
export(chapter1)
5+
export(chapter10)
56
export(chapter2)
67
export(chapter3)
78
export(chapter4)

R/zzz.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"'There's no use boiling your cabbage twice' - Irish proverb",
1717
"'It's the inspired student that continues to learn on their own. That's what separates the real achievers in the world from those who pedal along, finishing assignments.' - Neil deGrasse Tyson, American astrophysicist, author, and science communicator",
1818
"'If you start wielding a hammer, then all your problems look like nails. And maybe they’re not.' - Neil deGrasse Tyson, American astrophysicist, author, and science communicator",
19-
"'Not everything that can be counted counts, and not everything that counts can be counted.' - Albert Einstein, German-American theoretical physicist"
19+
"'Not everything that can be counted counts, and not everything that counts can be counted.' - Albert Einstein, German-American theoretical physicist",
20+
"'I don’t know that I’ll be drinking a beer tonight, I might go a little higher up the shelf.' - The Hon. Daniel Andrews, Premier of Victoria (On announcing relaxed restrictions following the extended COVID-19 lockdown in Victoria throughout winter 2020)"
2021
)
2122
, 1)
2223
)

man/chapter10.Rd

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)