Skip to content

Commit

Permalink
Release checks for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd authored Nov 15, 2024
2 parents 7f1a5d6 + e7862d8 commit 2dcc97b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ $run_dev.*
^.covrignore$
^codecov\.yml$
^.lintr$
^cran-comments\.md$
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: ordinalsimr
Title: Ordinal Endpoint Comparisons
Version: 0.0.0.9003
Title: Compare Ordinal Endpoints Esing Simulations
Version: 0.1.0
Authors@R:
person(given = "Pat",
family = "Callahan",
role = c("aut", "cre"),
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1769-7580"))
Description: Simultaneously evaluate multiple ordinal outcome measures.
Description: Simultaneously evaluate multiple ordinal outcome measures. Applied data analysts in particular are faced with uncertainty in choosing appropriate statistical tests for ordinal data. The included Shiny applications allows users to simulate outcomes given different ordinal data distributions.
License: MIT + file LICENSE
Imports:
assertthat,
Expand Down Expand Up @@ -46,5 +46,5 @@ Suggests:
writexl
Config/testthat/edition: 3
Depends:
R (>= 3.5.10)
R (>= 4.4.0)
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ordinalsimr (development version)
# ordinalsimr 0.1.0

* Significantly refined the UI
* Allowed more options for pre-setting simulation inputs, created a .onLoad to set some of these values, and created the `set_ordinalsimr_options` function to allow users to set these values themselves.
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ devtools::install_github(

## Recommendations

The application is available at [link], but may be down due to account usage limitations on ShinyApps.io. There is not currently a plan to increase the usage limits so it is *strongly recommended that you run the application locally*.
Simulations with 1000s of iterations *will* take minutes to hours to run. This should generally be ok on the Shiny app, but if you encounter issues, consider running the simulations in a separate R session using the functions provided in this package (rather than the Shiny app).

Informative progressive bars have not been implemented in the Shiny application, but a simulation that fails to run will almost always fail at the beginning rather than in the middle of the run. Simulations with 1000s of iterations *will* take minutes to hours to run.



Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ devtools::install_github(

## Recommendations

The application is available at \[link\], but may be down due to account
usage limitations on ShinyApps.io. There is not currently a plan to
increase the usage limits so it is *strongly recommended that you run
the application locally*.

Informative progressive bars have not been implemented in the Shiny
application, but a simulation that fails to run will almost always fail
at the beginning rather than in the middle of the run. Simulations with
1000s of iterations *will* take minutes to hours to run.
Simulations with 1000s of iterations *will* take minutes to hours to
run. This should generally be ok on the Shiny app, but if you encounter
issues, consider running the simulations in a separate R session using
the functions provided in this package (rather than the Shiny app).
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
6 changes: 3 additions & 3 deletions man/ordinalsimr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2dcc97b

Please sign in to comment.