diff --git a/.Rbuildignore b/.Rbuildignore index 6c8a44e..6c351c8 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,3 +5,4 @@ ^README_files ^cran-comments\.md$ ^\.travis\.yml$ +^NEWS\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index d60284e..513e07b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: corrr Type: Package -Version: 0.0.0.9001 +Version: 0.1.0 Title: Correlations in R Description: corrr is a package for exploring correlations in R. It makes it possible to easily perform routine tasks when diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..8d67f7f --- /dev/null +++ b/NEWS.md @@ -0,0 +1,3 @@ +# corrr 0.1.0 + +- First corrr release! \ No newline at end of file diff --git a/cran-comments.md b/cran-comments.md index 36baa4b..5441f4e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ +This is the first submission of this package. + ## Test environments * local Windows 10 install, R 3.3.1 +* local OS X El Capitan install, R 3.3.1 * ubuntu 12.04.5 LTS (on travis-ci), R 3.3.1 ## R CMD check results