Skip to content

Commit

Permalink
Remove configural_news()
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Mar 18, 2024
1 parent 6196293 commit 20319bf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 37 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ LICENSE
^data-raw$
^CRAN-RELEASE$
^cran-comments\.md$
^CRAN-SUBMISSION$
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export("%&%")
export(.fungible_extrema)
export(adjust_Rsq)
export(complete_matrix)
export(configural_news)
export(cor_covariance)
export(cor_covariance_meta)
export(cor_labels)
Expand All @@ -37,4 +36,3 @@ export(wt_mean)
export(wt_var)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(utils,news)
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Added warnings when estimated or supplied sampling error covariance matrix is non-positive definite
- Bug fix in `cor_covariance_meta()` to accommodate matrices with missing values both above and below diagonal
- Added `complete_matrix()` function to make a matrix symmetric by averaging with its transpose
- Removed `configural_news()` function

# configural 0.1.4 (2021-01-18)

Expand Down
18 changes: 0 additions & 18 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,3 @@

}


#' Retrieve the NEWS file for the configural package
#'
#' @description
#' This function gives a shortcut to the `utils::news(package = "configural")` function and displays configural's NEWS file, which contains version information, outlines additions and changes to the package, and describes other updates.
#'
#' @export
#'
#' @importFrom utils news
#'
#' @encoding UTF-8
#'
#' @examples
#' configural_news()
configural_news <- function(){
news(package = "configural")
}

4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
citHeader("To cite ‘configural’ in publications, use:")

citEntry(entry = "Misc",
bibentry(bibtype = "Misc",
author = c(person("Brenton M.", "Wiernik")),
year = "2020",
title = "{configural}: Multivariate Profile Analysis",
Expand All @@ -12,7 +12,7 @@ citEntry(entry = "Misc",
"Wiernik, B. M. (2020). configural: An R package for profile analysis [R package]. https://cran.r-project.org/package=configural"
)

citEntry(entry = "Article",
bibentry(bibtype = "Article",
author = c(person("Brenton M.", "Wiernik"),
person("Michael P.", "Wilmot"),
person("Mark L.", "Davison"),
Expand Down
15 changes: 0 additions & 15 deletions man/configural_news.Rd

This file was deleted.

0 comments on commit 20319bf

Please sign in to comment.