diff --git a/DESCRIPTION b/DESCRIPTION index b20144a..e9e1344 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fec16 Title: Data Package for the 2016 United States Federal Elections -Version: 0.1.5 +Version: 0.1.6 Authors@R: c( person(given = "Marium", family = "Tapal", @@ -50,5 +50,5 @@ LazyData: true URL: https://github.com/baumer-lab/fec16 BugReports: https://github.com/baumer-lab/fec16/issues Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.3 VignetteBuilder: knitr diff --git a/R/fec16-package.R b/R/fec16-package.R index 904023a..6abb01a 100644 --- a/R/fec16-package.R +++ b/R/fec16-package.R @@ -3,7 +3,7 @@ #' The fec16 package provides the following 9 datasets from the Federal Election Commission's 2015-2016 election cycle: #' #' @section Datasets: -#' \if{html}{\figure{hex_fec16.png}{options: style="float: right" width="45%" alt="Figure: hex_fec16.png"}} +#' \if{html}{\figure{hex_fec16.png}{options: style="float: right" width=120 alt="Figure: hex_fec16.png"}} #' \itemize{ #' \item Candidates: [candidates] #' \item Committees: [committees] diff --git a/cran-comments.md b/cran-comments.md index ae03fc4..8ad706b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,9 @@ ## Resubmission +This is a resubmission. In this version (v0.1.6), we did a small fix to the logo for the package documentation. + +## Resubmission + This is a resubmission. In this version (v0.1.5), we did a small fix to for `ggplot2`'s reverse dependency. ## Resubmission diff --git a/man/fec16.Rd b/man/fec16.Rd index 3011bc1..6ec48d1 100644 --- a/man/fec16.Rd +++ b/man/fec16.Rd @@ -2,14 +2,17 @@ % Please edit documentation in R/fec16-package.R \docType{package} \name{fec16} +\alias{fec16-package} \alias{fec16} \title{fec16: A Data Package for the 2016 Elections} \description{ The fec16 package provides the following 9 datasets from the Federal Election Commission's 2015-2016 election cycle: +} +\details{ + } \section{Datasets}{ -\if{html}{\figure{hex_fec16.png}{options: style="float: right" width="45\%" alt="Figure: hex_fec16.png"}} \itemize{ \item Candidates: \link{candidates} \item Committees: \link{committees} @@ -45,3 +48,22 @@ In addition, \code{fec16} provides the \link{states} dataset giving geographical } } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/baumer-lab/fec16} + \item Report bugs at \url{https://github.com/baumer-lab/fec16/issues} +} + +} +\author{ +\strong{Maintainer}: Marium Tapal \email{mariumtapal@gmail.com} (\href{https://orcid.org/0000-0001-5093-6462}{ORCID}) + +Authors: +\itemize{ + \item Rana Gahwagy \email{r.w.g1@hotmail.com} + \item Irene Ryan \email{ryan.irene3@gmail.com} + \item Benjamin S. Baumer \email{ben.baumer@gmail.com} (\href{https://orcid.org/0000-0002-3279-0516}{ORCID}) +} + +}