Skip to content

Commit

Permalink
remove references to AICcmodavg package
Browse files Browse the repository at this point in the history
  • Loading branch information
nicebread committed Mar 23, 2021
1 parent b85cb2e commit d1da2b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/aictab.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#' @param bw Should the plot be black & white?
#' @param digits The output is rounded to this number of digits. No rounding if NA (default).
#'
#' @note This function is similar to the function \code{\link[AICcmodavg]{aictab}} in the \code{AICcmodavg} package.
#' @note This function is similar to the function \code{aictab} in the \code{AICcmodavg} package.
#'
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The stable CRAN version can be installed by:

The current development version can be installed by:

install.packages(c("devtools", "lavaan", "plyr", "ggplot2", "lattice", "tkrplot", "RColorBrewer", "rgl", "gridExtra", "aplpack", "fields", "qgraph", "AICcmodavg"))
install.packages(c("devtools", "lavaan", "plyr", "ggplot2", "lattice", "tkrplot", "RColorBrewer", "rgl", "gridExtra", "aplpack", "fields", "qgraph"))
devtools::install_github("nicebread/RSA")


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The stable CRAN version can be installed by:

The current development version can be installed by:

install.packages(c("devtools", "lavaan", "plyr", "ggplot2", "lattice", "tkrplot", "RColorBrewer", "rgl", "gridExtra", "aplpack", "fields", "qgraph", "AICcmodavg"))
install.packages(c("devtools", "lavaan", "plyr", "ggplot2", "lattice", "tkrplot", "RColorBrewer", "rgl", "gridExtra", "aplpack", "fields", "qgraph"))
devtools::install_github("nicebread/RSA")

## Questions? Go to our Google mailing list
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments
* local macos install
* Win-builder (devel and release)
* Rhub
* Travis-CI (Debian)

## R CMD check results
There were no ERRORs, WARNINGs, or relevant NOTEs .
Expand Down
2 changes: 1 addition & 1 deletion man/aictab.Rd

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

0 comments on commit d1da2b9

Please sign in to comment.