sbgraves237

Results 5 issues of sbgraves237

I'm getting "CRAN URL not in canonical form" with [https://cran.r-project.org/web/packages/ipumsr/vignettes/ipums.html](https://cran.r-project.org/web/packages/ipumsr/vignettes/ipums.html) from [rhub::check_for_cran()](https://builder.r-hub.io/status/original/Ecfun_0.2-4.tar.gz-6bbab8270ccd41889c02711eb980deb5) on [Ecfun](https://github.com/sbgraves237/Ecfun/tree/master/vignettes). I do NOT want to replace this with [https://CRAN.R-project.org/package=ipumsr](https://CRAN.R-project.org/package=ipumsr), because that would give me the package,...

all.equal(names(...), names(...)) between the outputs of bic.glm.data.frame, bic.glm.formula, and bic.glm.matrix. I believe the components are numerically identical, but the names are different. Fixing the names of the components is a...

I'm getting '"git-2.5.3-intel-universal-mavericks.pkg" can't be opened because it is from an unidentified developer. Your security preferences allow installation of only apps from the Mac App Store and identified developers. “git-2.5.3-intel-universal-mavericks.pkg”...

The "roll_call" function is great provided you know the issue you want. For this, the following would be useful: 1. Include a link in the documentation to where someone could...

Might someone care to revise devtools::load_all() to prevent an infinite recursion? BACKGROUND I accidentally pasted devtools::load_all() into an R/*.R file defining a data set,[1] as described in section 7.1.2 Documenting...