aboutsummaryrefslogtreecommitdiff
path: root/man/View.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/View.Rd')
-rw-r--r--man/View.Rd6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/View.Rd b/man/View.Rd
index 60abd0b..7246a87 100644
--- a/man/View.Rd
+++ b/man/View.Rd
@@ -2,6 +2,7 @@
% functions
\alias{View}
\alias{View.jagsUI}
+\alias{jags.View}
\title{View a jagsUI output object in a separate window}
@@ -21,8 +22,11 @@
\description{
Show an R object in a separate, spreadsheet-style window. This is an S3 generic version of \code{\link[utils]{View}}.
+
+The method will be deprecated in the next version due to constant issues with IDEs especially RStudio.
+It will be replacted with a standalone function \code{jags.View()}, which you can use now.
}
\author{
Ken Kellner \email{contact@kenkellner.com} and Mike Meredith.
-} \ No newline at end of file
+}