This is a resubmission.
R CMD check succeeded
There was one note i.e. Version contains large components (1.2.5.9019). But this note will be removed when the updates are moved to the master file and the version number is shortened to 1.2.5.
0 errors | 0 warnings | 1 note
This is a resubmission. I received feedback from CRAN and I made changes as follows: 1. I added references into the Description file. 2. I created a second dataset for the 'causalPAF' package called 'strokedata_smallSample.rda'. This consists of 5,000 rows of data whereas the other package dataset contains 16,623 rows of data. The Roxygen examples are now run on the smaller dataset, 'strokedata_smallSample', to reduce runtime. Although the examples also refer to the larger dataset should the user want to run this to obtain more accurate results. It was hoped the smaller dataset would reduce the run time to under 5 seconds. Although it has reduced the run time by about 3 minutes for the entire package examples, the run time is still over 5 seconds for most examples. As a result, I have used \dontest{} as advised by CRAN and remove \dontrun{}. 3. Some code lines in examples are commented out because they were already run in creating the package dataset. The purpose is to inform the user of the formatting of the data for the 'causalPAF' package. Including them again will increase the run time of the examples. But I can uncomment those lines if required. 4. 'causalPAF' was written in single quotes as advise by CRAN: 'causalPAF'. 5. After adding in a new package dataset called 'strokedata_smallSample' it was necessary to add Depends: R (>= 2.10) in the description file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.