Skip to content

Commit

Permalink
bump date for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Apr 24, 2018
1 parent a93fbfc commit 1395d5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .gitignore
@@ -1,4 +1,3 @@
/ignore/*
README.html
/inst/standarderrors.pdf
/inst/doc/*.log
Expand All @@ -13,4 +12,9 @@ README.html
/vignettes/*.md
/vignettes/figure/
/vignettes/*.bib.bak
/figure/*
figure/
figure/*
ignore/
ignore/*
revdep/
revdep/*
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -4,8 +4,8 @@ Title: Marginal Effects for Model Objects
Description: An R port of Stata's 'margins' command, which can be used to
calculate marginal (or partial) effects from model objects.
License: MIT + file LICENSE
Version: 0.3.22
Date: 2018-04-14
Version: 0.3.20
Date: 2018-04-24
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "thosjleeper@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/tests-methods.R
Expand Up @@ -19,7 +19,7 @@ if (require("AER", quietly = TRUE)) {
context("Test 'betareg' methods")
if (requireNamespace("betareg")) {
data("GasolineYield", package = "betareg")
m <- betareg(yield ~ batch + temp, data = GasolineYield)
m <- betareg::betareg(yield ~ batch + temp, data = GasolineYield)
test_that("Test marginal_effects() for 'betareg'", {
expect_true(inherits(marginal_effects(m), "data.frame"))
})
Expand Down

0 comments on commit 1395d5c

Please sign in to comment.