Skip to content

Commit

Permalink
remove WIP folder
Browse files Browse the repository at this point in the history
@IndrajeetPatil I'm not sure if it's needed?
  • Loading branch information
DominiqueMakowski committed Jun 1, 2021
1 parent 5351816 commit 1410133
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 315 deletions.
2 changes: 2 additions & 0 deletions R/estimate_predicted.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
#' }
#'
#' # Bayesian models
#' \donttest{
#' if (require("rstanarm")) {
#' model <- rstanarm::stan_glm(mpg ~ wt, data = mtcars, refresh = 0, iter = 200)
#' estimate_response(model)
#' estimate_relation(model)
#' }
#' }
#' @return A dataframe of predicted values.
#' @export
estimate_expectation <- function(model, data = "grid", ci = 0.95, keep_iterations = FALSE, ...) {
Expand Down
275 changes: 0 additions & 275 deletions README.html

This file was deleted.

40 changes: 0 additions & 40 deletions WIP/pkgdown/extra.css

This file was deleted.

Binary file removed WIP/pkgdown/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/apple-touch-icon.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed WIP/pkgdown/favicon/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions man/estimate_expectation.Rd

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

1 comment on commit 1410133

@IndrajeetPatil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yepp, it's not needed! Didn't want to remove it before discussing, so moved it to WIP :)

Please sign in to comment.