Skip to content

Commit

Permalink
To CRAN 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Mar 1, 2024
1 parent 022ecab commit 3abcc51
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 620 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: SUMMER
Type: Package
Title: Small-Area-Estimation Unit/Area Models and Methods for Estimation in R
Version: 1.4.0
Date: 2023-10-24
Date: 2024-02-29
Authors@R: c(
person(given = "Zehang R", family = "Li", email= "[email protected]", role = c("cre","aut")),
person(given = "Bryan D", family = "Martin", email= "[email protected]", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,text)
importFrom(haven,as_factor)
importFrom(methods,as)
importFrom(methods,is)
importFrom(sf,st_as_sf)
importFrom(sf,st_centroid)
Expand Down
1 change: 1 addition & 0 deletions R/getSmoothedDensity.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#'
#' @return ridge plot of the density, and if \code{save.density = TRUE}, also a data frame of the calculated densities
#' @seealso \code{\link{plot.SUMMERproj}}
#' @importFrom methods as
#' @author Zehang Richard Li
#' @examples
#' \dontrun{
Expand Down
Loading

0 comments on commit 3abcc51

Please sign in to comment.