Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatta committed May 9, 2017
1 parent a44793e commit 9c69dbe
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 22 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: lsasim
Title: Simulate Large Scale Assessment Data
Version: 1.0.1.9000
Title: Functions to Facilitate the Simulation of Large Scale Assessment Data
Version: 1.0.1
Authors@R: c(
person("Tyler", "Matta", email = "[email protected]", role = c("aut", "cre")),
person("Yuan-Ling Linda", "Liaw", email = "[email protected]", role = "ctb"),
person("Leslie", "Rutkowski", email = "leslie[email protected]", role = "ctb"),
person("David", "Rutkowski", email = "[email protected]", role = "ctb"),
person("Leslie", "Rutkowski", email = "[email protected]", role = "aut"),
person("David", "Rutkowski", email = "david[email protected]", role = "aut"),
person("Yuan-Ling Linda", "Liaw", email = "[email protected]", role = "aut"),
person("Kondwani Kajera", "Mughogho", email = "[email protected]", role = "ctb")
)
BugReports: https://github.com/tmatta/lsasim/issues
Expand All @@ -17,4 +17,4 @@ Depends:
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lsasim 1.0.2.9000
lsasim 1.0.1
-------------

### API changes
Expand Down
1 change: 1 addition & 0 deletions R/cor_gen.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' Creates a random correlation matrix.
#'
#' @param n_var integer number of variables.
#' @param cov_bounds a vector containing the bounds of the covariance matrix.
#'
#' @section Details:
#' The result from \code{cor_gen} can be used directly with the \code{cor_matrix}
Expand Down
2 changes: 1 addition & 1 deletion man/block_design.Rd

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

2 changes: 1 addition & 1 deletion man/booklet_design.Rd

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

2 changes: 1 addition & 1 deletion man/booklet_sample.Rd

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

6 changes: 4 additions & 2 deletions man/cor_gen.Rd

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

1 change: 0 additions & 1 deletion man/irt_gen.Rd

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

2 changes: 1 addition & 1 deletion man/item_gen.Rd

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

1 change: 0 additions & 1 deletion man/pisa2012_math_block.Rd

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

1 change: 0 additions & 1 deletion man/pisa2012_math_booklet.Rd

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

1 change: 0 additions & 1 deletion man/pisa2012_math_item.Rd

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

2 changes: 1 addition & 1 deletion man/pisa2012_q_cormat.Rd

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

2 changes: 1 addition & 1 deletion man/pisa2012_q_marginal.Rd

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

2 changes: 1 addition & 1 deletion man/proportion_gen.Rd

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

2 changes: 1 addition & 1 deletion man/questionnaire_gen.Rd

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

2 changes: 1 addition & 1 deletion man/response_gen.Rd

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

0 comments on commit 9c69dbe

Please sign in to comment.