Skip to content

Commit

Permalink
Fixed package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gluc committed Dec 20, 2015
1 parent 2a5a990 commit 6683e0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^appveyor\.yml$
^appveyor\.yml$
vignettes/rsconnect
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.Rhistory
.RData
inst/doc
private
private
vignettes/rsconnect
2 changes: 1 addition & 1 deletion R/ahp.package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' 3. calculate model, using \code{\link{Calculate}}
#' 4. output model analysis, either using \code{\link{GetDataFrame}} or using \code{\link{ShowTable}}
#'
#' For more information, see the package vignette using \code{vignette("AHP car example")}
#' For more information, see the package vignette using \code{vignette("car-example", package = "ahp")}
#'
#' @examples
#' library(ahp)
Expand Down
2 changes: 1 addition & 1 deletion man/ahp.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The basic workflow with this package is:
3. calculate model, using \code{\link{Calculate}}
4. output model analysis, either using \code{\link{GetDataFrame}} or using \code{\link{ShowTable}}

For more information, see the package vignette using \code{vignette("AHP car example")}
For more information, see the package vignette using \code{vignette("car-example", package = "ahp")}
}
\examples{
library(ahp)
Expand Down

0 comments on commit 6683e0a

Please sign in to comment.