-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revise DESCRIPTION file ordering. * Add URLs to project (update w/ doc domain) * Rename bijectionvector() and inv_bijectionvector() to attribute_bijection() and attribute_inv_bijection() * Rename `sim_alpha_matrix()` -> `sim_attribute_classes()` * Add simulation routine for subject attributes * Update Package Flags to use both C++11 and OpenMP when available. * Update README with function renames. * Improve documentation by: - Including authors - See also - Fixing in-line doc order * Add vignettes * Remove some README content covered in vignettes. * Load the package * Improve intro-paragraph to account for instructions being added that relate to the _R_ function portion. * Update NEWS file with latest release information * Improve CRAN submission comments w/ r-devel updates. * - Use 2 cores when testing - Do not install suggested packages by default - Run jobs on both release and devel versions of _R_ to save from dealing with the win-builder. * References vignettes from README (maybe?) * Add citation information
- Loading branch information
Showing
35 changed files
with
1,044 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
inst/doc | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(bijectionvector) | ||
export(inv_bijectionvector) | ||
export(sim_alpha_matrix) | ||
export(attribute_bijection) | ||
export(attribute_inv_bijection) | ||
export(sim_attribute_classes) | ||
export(sim_dina_attributes) | ||
export(sim_dina_class) | ||
export(sim_dina_items) | ||
export(sim_eta_matrix) | ||
export(sim_q_matrix) | ||
export(sim_rrum_items) | ||
export(sim_subject_attributes) | ||
importFrom(Rcpp,evalCpp) | ||
useDynLib(simcdm, .registration=TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.