Skip to content

Commit

Permalink
fixes for CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattblackwell committed Mar 4, 2024
1 parent 4de6306 commit f0a0b91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions man/amelia.package.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\name{amelia-package}
\alias{amelia-package}
\name{Amelia-package}
\alias{Amelia-package}
\docType{package}
\title{Amelia II: A Program for Missing Data}
\description{Uses a bootstrap+EM algorithm to impute missing values
Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CXX_STD = CXX11
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
3 changes: 1 addition & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## Use the R HOME indirection to support installations of multiple R version
CXX_STD = CXX11
PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
2 changes: 1 addition & 1 deletion vignettes/using-amelia.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We now demonstrate how to use Amelia using data from @MilKub05 which studies the
These variables correspond to the variables used in the analysis model of @MilKub05 in table 2.

[^freetrade]: We have artificially addedsome missingness to these data for presentational purposes. You can access the original data at
[https://scholar.princeton.edu/hvmilner/data](https://scholar.princeton.edu/hvmilner/data).
[https://hvmilner.scholar.princeton.edu/data](https://hvmilner.scholar.princeton.edu/data).

[^polity]: The Polity score is a number between -10 and 10 indicating how democratic a country is. A fully autocratic country would be a -10 while a fully democratic country would be 1 10.

Expand Down

0 comments on commit f0a0b91

Please sign in to comment.