Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattblackwell committed Nov 6, 2024
1 parent dfa3b86 commit 18d242e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 32 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Title: A Program for Missing Data
Authors@R: c(
person("James", "Honaker", email = "[email protected]", role = c("aut")),
person("Gary", "King", email = "[email protected]", role = c("aut")),
person("Matthew", "Blackwell", email = "mblackwell@gov.harvard.edu",
person("Matthew", "Blackwell", email = "mblackwell@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3689-9527"))
)
Depends:
Expand Down Expand Up @@ -48,6 +48,6 @@ Suggests:
knitr
VignetteBuilder:
knitr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: true
12 changes: 0 additions & 12 deletions R/ameliagui.r
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
q#' Interactive GUI for Amelia
#'
#' @name ameliagui
#'
#' @description
#' Brings up the AmeliaView graphical interface, which allows users
#' to load datasets, manage options and run Amelia from a traditional
#' windowed environment.
#'
#' @usage AmeliaView()
#' @keywords utilities

main.close<-function() {
qvalue<-tcltk::tkmessageBox(parent=getAmelia("gui"), message="Are you sure you want to exit Amelia?",
icon="question",
Expand Down
2 changes: 1 addition & 1 deletion R/write.amelia.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' then the original, unimputed dataset is included at the top of the
#' stack, with its imputation number set to 0.
#'
#' @seealso \code{\link{write.csv}}, \code{\link{write.table}}, \code{\link{write.dta}}
#' @seealso \code{\link{write.csv}}, \code{\link{write.table}}, \code{\link{foreign::write.dta}}

write.amelia <- function(obj, separate = TRUE, file.stem,
extension = NULL, format = "csv",
Expand Down
2 changes: 1 addition & 1 deletion man/Amelia-package.Rd

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

15 changes: 0 additions & 15 deletions man/ameliagui.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/write.amelia.Rd

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

0 comments on commit 18d242e

Please sign in to comment.