-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ingorohlfing
committed
Feb 13, 2020
1 parent
a8a47c4
commit 05c63ab
Showing
1 changed file
with
9 additions
and
14 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,17 +1,12 @@ | ||
Resources for preparing the package for CRAN submission | ||
## Estimating power and required sample size in QCA | ||
The `qcapower` package for R allows researchers working with Qualitative Comparative Analysis (QCA) to | ||
|
||
- goodpractice package: <https://github.com/mangothecat/goodpractice> (DONE) | ||
- checking package on Windows with different R versions: <https://win-builder.r-project.org/> (DONE) | ||
- checking package on Macs (In process) | ||
- Wickham/Bryan book on packages: <https://r-pkgs.org/> (DONE) | ||
- CRAN package policies: <https://cran.r-project.org/web/packages/policies.html> (?) | ||
- A short intro to the submission process: <https://kbroman.org/pkg_primer/pages/cran.html> (In process) | ||
* estimate power using permutation tests and create diagnostic plots; | ||
* estimate the required sample size for a target power level. | ||
|
||
Please see the [vignette](./vignettes/Introduction.Rmd) for more information on the package. The current development version can be installed from Github. | ||
|
||
- Multiple platforms automated cghcker: | ||
<https://github.com/r-hub/rhub> | ||
|
||
|
||
- Checklist for CRAN submissions | ||
<https://cran.r-project.org/web/packages/submission_checklist.html> | ||
|
||
```r | ||
devtools::install_github("ingorohlfing/qcapower") | ||
library(qcapower) | ||
``` |