Skip to content

Commit

Permalink
update package config
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Aug 13, 2024
1 parent 40fbbfd commit 4b63d90
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ URL: https://github.com/andybeet/arfit
BugReports: https://github.com/andybeet/arfit/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

export(est_beta_given_rho)
export(est_beta_given_rho2)
export(example)
export(example_cedar_rapids)
export(example_opt)
export(fit_ar1_grid)
export(fit_ar1_opt)
export(fit_ar2_grid)
Expand Down
4 changes: 1 addition & 3 deletions R/arfit.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
#'To learn more about using \code{arfit}, start with the vignette: \code{browseVignettes(package="arfit")} or click the index below
#'
#'
#' @docType package
#' @name arfit
NULL
"_PACKAGE"
15 changes: 14 additions & 1 deletion man/arfit.Rd → man/arfit-package.Rd

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

0 comments on commit 4b63d90

Please sign in to comment.