NEWS
CPSM 0.99.7
- Updated vigenette file "CPSM.Rmd", updated installation instruction as per Bioconductor guidelines
- updated data_process_f.R
- Updated DESCRIPTION file to add author and version update
- Bumped the version from 0.99.6 to 0.99.7 as per Bioconductor guidelines
CPSM 0.99.6
- Updated vigenette file "CPSM.Rmd" included YAML header of the vignette
- corrected input in MTLR_pred_model_f.R file
- updated .gitignore file
- Bumped the version from 0.99.5 to 0.99.6 as per Bioconductor guidelines
CPSM 0.99.5
- Updated the function previously dependent on the SurvMetrics package. The computation is now implemented using the survival and pec packages, removing the dependency on SurvMetrics.
- Resolved issues with the NAMESPACE file:
- Removed exportPattern("^[[:alpha:]]+") from the NAMESPACE file.
- Bumped the version from 0.99.4 to 0.99.5 as per Bioconductor guidelines
CPSM 0.99.4
- Removed indentation inconsistencies in all
R
scripts for better readability.
- Bumped the version from 0.99.3 to 0.99.4 as per Bioconductor guidelines.
CPSM 0.99.3
Updates
- Updated
DESCRIPTION
file to include file LICENSE
in the License
field.
- Removed indentation inconsistencies in all
R
scripts for better readability.
- Bumped the version from 0.99.2 to 0.99.3 as per Bioconductor guidelines.
Fixes
- Addressed
BiocCheck
notes on coding practices.
CPSM 0.99.2
- Fixed indentation issues in R source files.
- Removed redundant
Maintainer
field from the DESCRIPTION file.