From 18d242e3b23277a98d46ca7123309bba3df7a781 Mon Sep 17 00:00:00 2001 From: Matthew Blackwell Date: Wed, 6 Nov 2024 12:17:01 -0500 Subject: [PATCH] docs update --- DESCRIPTION | 4 ++-- R/ameliagui.r | 12 ------------ R/write.amelia.R | 2 +- man/Amelia-package.Rd | 2 +- man/ameliagui.Rd | 15 --------------- man/write.amelia.Rd | 2 +- 6 files changed, 5 insertions(+), 32 deletions(-) delete mode 100644 man/ameliagui.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 1ddef21..25a08c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Title: A Program for Missing Data Authors@R: c( person("James", "Honaker", email = "james@hona.kr", role = c("aut")), person("Gary", "King", email = "king@harvard.edu", 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: @@ -48,6 +48,6 @@ Suggests: knitr VignetteBuilder: knitr -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 Encoding: UTF-8 LazyData: true diff --git a/R/ameliagui.r b/R/ameliagui.r index 7ab8530..e498476 100644 --- a/R/ameliagui.r +++ b/R/ameliagui.r @@ -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", diff --git a/R/write.amelia.R b/R/write.amelia.R index a868968..59efcca 100644 --- a/R/write.amelia.R +++ b/R/write.amelia.R @@ -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", diff --git a/man/Amelia-package.Rd b/man/Amelia-package.Rd index c06429f..0a3a26a 100644 --- a/man/Amelia-package.Rd +++ b/man/Amelia-package.Rd @@ -16,7 +16,7 @@ Useful links: } \author{ -\strong{Maintainer}: Matthew Blackwell \email{mblackwell@gov.harvard.edu} (\href{https://orcid.org/0000-0002-3689-9527}{ORCID}) +\strong{Maintainer}: Matthew Blackwell \email{mblackwell@gmail.com} (\href{https://orcid.org/0000-0002-3689-9527}{ORCID}) Authors: \itemize{ diff --git a/man/ameliagui.Rd b/man/ameliagui.Rd deleted file mode 100644 index a353a73..0000000 --- a/man/ameliagui.Rd +++ /dev/null @@ -1,15 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/ameliagui.r -\name{ameliagui} -\alias{ameliagui} -\alias{main.close} -\title{Interactive GUI for Amelia} -\usage{ -AmeliaView() -} -\description{ -Brings up the AmeliaView graphical interface, which allows users -to load datasets, manage options and run Amelia from a traditional -windowed environment. -} -\keyword{utilities} diff --git a/man/write.amelia.Rd b/man/write.amelia.Rd index cd0adee..a5f62ff 100644 --- a/man/write.amelia.Rd +++ b/man/write.amelia.Rd @@ -72,5 +72,5 @@ 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}} +\code{\link{write.csv}}, \code{\link{write.table}}, \code{\link{foreign::write.dta}} }