Skip to content

Commit

Permalink
Small fixes so devtools::build() might work
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuiber committed Feb 18, 2015
1 parent 3a814c1 commit bb860db
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 32 deletions.
40 changes: 20 additions & 20 deletions DESCRIPTION 100755 → 100644
Expand Up @@ -38,38 +38,38 @@ Suggests:
Collate:
'utils.R'
'model-zelig.R'
'model-weibull.R'
'model-tobit.R'
'model-bayes.R'
'model-tobit-bayes.R'
'model-glm.R'
'model-binchoice.R'
'model-logit.R'
'model-relogit.R'
'model-quantile.R'
'model-probit.R'
'model-gee.R'
'model-binchoice-gee.R'
'model-probit-gee.R'
'model-probit-bayes.R'
'model-poisson.R'
'model-poisson-gee.R'
'model-poisson-bayes.R'
'model-oprobit-bayes.R'
'model-normal.R'
'model-normal-gee.R'
'model-normal-bayes.R'
'model-negbinom.R'
'model-mlogit-bayes.R'
'model-ls.R'
'model-lognorm.R'
'model-logit.R'
'model-gamma.R'
'model-exp.R'
'model-relogit.R'
'model-quantile.R'
'model-gee.R'
'model-binchoice-gee.R'
'model-logit-gee.R'
'model-probit-gee.R'
'model-logit-bayes.R'
'model-gamma.R'
'model-gamma-gee.R'
'model-normal-gee.R'
'model-poisson-gee.R'
'model-bayes.R'
'model-factor-bayes.R'
'model-logit-bayes.R'
'model-mlogit-bayes.R'
'model-normal-bayes.R'
'model-oprobit-bayes.R'
'model-poisson-bayes.R'
'model-probit-bayes.R'
'model-tobit-bayes.R'
'model-weibull.R'
'model-exp.R'
'create-json.R'
'wrappers.R'
'plots.R'
'wrappers.R'
VignetteBuilder: knitr
4 changes: 2 additions & 2 deletions R/create-json.R
Expand Up @@ -139,8 +139,8 @@ zeligmodels <- list(zelig5models = list("ls" = z5ls$ljson,
"tobitbayes" = z5tobitbayes$ljson,
"weibull" = z5weibull$ljson))

cat(toJSON(zeligmodels, pretty = TRUE),
file = file.path("inst/JSON", "zelig5models.json"))
# cat(toJSON(zeligmodels, pretty = TRUE),
# file = file.path("inst/JSON", "zelig5models.json"))

# cat(toJSON(zeligmodels, pretty = TRUE))

Expand Down
3 changes: 3 additions & 0 deletions R/model-binchoice-gee.R
@@ -1,3 +1,6 @@
#' @include model-zelig.R
#' @include model-binchoice.R
#' @include model-gee.R
zbinchoicegee <- setRefClass("Zelig-binchoice-gee",
contains = c("Zelig-gee",
"Zelig-binchoice"))
Expand Down
2 changes: 1 addition & 1 deletion R/model-normal-bayes.R
@@ -1,6 +1,6 @@
#' @include model-zelig.R
#' @include model-bayes.R
#' @include model-normal
#' @include model-normal.R

znormalbayes <- setRefClass("Zelig-normal-bayes",
contains = c("Zelig-bayes",
Expand Down
2 changes: 1 addition & 1 deletion R/model-poisson-bayes.R
@@ -1,6 +1,6 @@
#' @include model-zelig.R
#' @include model-bayes.R
#' @include model-poisson
#' @include model-poisson.R

zpoissonbayes <- setRefClass("Zelig-poisson-bayes",
contains = c("Zelig-bayes",
Expand Down
1 change: 1 addition & 0 deletions R/model-probit-gee.R
@@ -1,3 +1,4 @@
#' @include model-binchoice-gee.R
zprobitgee <- setRefClass("Zelig-probit-gee",
contains = c("Zelig-binchoice-gee"))

Expand Down
4 changes: 2 additions & 2 deletions R/model-tobit-bayes.R
@@ -1,6 +1,6 @@
#' @include model-zelig.R
#' @include model-probit.R

#' @include model-bayes.R
#' @include model-tobit.R
ztobitbayes <- setRefClass("Zelig-tobit-bayes",
contains = c("Zelig-bayes",
"Zelig-tobit"))
Expand Down
1 change: 1 addition & 0 deletions Zelig.Rproj
Expand Up @@ -13,5 +13,6 @@ RnwWeave: knitr
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd
3 changes: 2 additions & 1 deletion man/Median.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/utils.R
\name{Median}
\alias{Median}
\title{Compute the Statistical Median of a Vector}
Expand Down
3 changes: 2 additions & 1 deletion man/Mode.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/utils.R
\name{Mode}
\alias{Mode}
\title{Compute the Statistical Mode of a Vector}
Expand Down
3 changes: 2 additions & 1 deletion man/Zelig-class.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/model-zelig.R
\docType{class}
\name{Zelig-class}
\alias{Zelig-class}
Expand Down
3 changes: 2 additions & 1 deletion man/plot.ci.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/plots.R
\name{plot.ci}
\alias{plot.ci}
\title{Method for plotting qi simulations across a range within a variable, with confidence intervals}
Expand Down
3 changes: 2 additions & 1 deletion man/plot.qi.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/plots.R
\name{plot.qi}
\alias{plot.qi}
\title{Default Plot Design For Zelig Model QI's}
Expand Down
3 changes: 2 additions & 1 deletion man/simulations.plot.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/plots.R
\name{simulations.plot}
\alias{simulations.plot}
\title{Plot Quantities of Interest in a Zelig-fashion}
Expand Down

0 comments on commit bb860db

Please sign in to comment.