Skip to content

Commit

Permalink
R-devel adjustments for importing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lawrence Miller committed Jul 8, 2015
1 parent c3dfb9f commit dd9ba45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -11,7 +11,7 @@ Description: A simple way of fitting detection functions to distance sampling
Horvitz-Thompson-like estimator) if survey area information is provided.
Version: 0.9.4
URL: http://github.com/DistanceDevelopment/Distance/
Date: 2015-02-03
Date: 2015-07-08
Depends:
R (>= 3.0),
mrds (>= 2.1.10)
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Expand Up @@ -8,3 +8,6 @@ export(create.bins)
export(ds)
export(ds.gof)
import(mrds)
importFrom(graphics,plot)
importFrom(stats,as.formula)
importFrom(stats,quantile)
1 change: 1 addition & 0 deletions R/ds.R
Expand Up @@ -136,6 +136,7 @@
#' @seealso \code{\link{flatfile}}
#' @export
#'
#' @importFrom stats quantile as.formula
#' @references
#' Buckland, S.T., Anderson, D.R., Burnham, K.P., Laake, J.L., Borchers, D.L., and Thomas, L. (2001). Distance Sampling. Oxford University Press. Oxford, UK.
#'
Expand Down
1 change: 1 addition & 0 deletions R/plot.dsmodel.R
Expand Up @@ -9,6 +9,7 @@
#' @aliases plot.dsmodel
#' @export
#' @author David L. Miller
#' @importFrom graphics plot
plot.dsmodel <- function(x,...){

plot(x$ddf,...)
Expand Down

0 comments on commit dd9ba45

Please sign in to comment.