Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app #6

Merged
merged 7 commits into from
Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ Package: precisely
Title: Estimate Sample Size Based on Precision Rather than Power
Version: 0.1.1.9000
Authors@R:
person("Malcolm", "Barrett",
email = "malcolmbarrett@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825"))
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825"))
Maintainer: Malcolm Barrett <malcolmbarrett@gmail.com>
Description: Estimate sample size based on precision rather than
power. 'precisely' is a study planning tool to calculate sample size
based on precision. Power calculations are focused
on whether or not an estimate will be statistically significant;
calculations of precision are based on the same principles as power
calculation but turn the focus to the width of the confidence
interval. 'precisely' is based on the work of Rothman and Greenland
(2018) <doi: 10.1097/EDE.0000000000000876>.
Description: Estimate sample size based on precision rather than power.
'precisely' is a study planning tool to calculate sample size based on
precision. Power calculations are focused on whether or not an
estimate will be statistically significant; calculations of precision
are based on the same principles as power calculation but turn the
focus to the width of the confidence interval. 'precisely' is based on
the work of 'Rothman and Greenland' (2018) <doi:
10.1097/EDE.0000000000000876>.
License: MIT + file LICENSE
URL: https://github.com/malcolmbarrett/precisely
BugReports: https://github.com/malcolmbarrett/precisely/issues
Expand All @@ -32,17 +30,17 @@ Imports:
shinythemes,
tidyr
Suggests:
covr,
ggrepel,
knitr,
rmarkdown,
spelling,
testthat,
vdiffr,
covr
vdiffr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# precisely (development version)

* Updated app to improve downloading, state bookmarking, and misc. bugs (#6).

# precisely 0.1.1

* make vdiffr conditional
Expand Down
10 changes: 6 additions & 4 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
AppVeyor
CMD
Codecov
doi
EDE
Lifecycle
Rothman
doi
ggplot
ggplots
io
Lifecycle
malcolmbarrett
prevalences
Rothman
pts
shinyapps
tibble
vdiffr
Loading