diff --git a/.Rbuildignore b/.Rbuildignore index e000b1c..c694bcc 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^CRAN-RELEASE$ ^Meta$ ^doc$ ^LICENSE\.md$ diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..8460bfd --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2019-02-26. +Once it is accepted, delete this file and tag the release (commit 55adc4feb3). diff --git a/README.Rmd b/README.Rmd index b6610e0..6732d6d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -119,11 +119,12 @@ Suggest more in a feature req! ### Installation ```{r eval=FALSE} -devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr") -# or -devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git") -# or -devtools::install_github("hrbrmstr/splashr") +# CRAN +install.packages("splashr") + +# DEV +# See DESCRIPTION for non-CINC-provided dependencies +install.packages("splashr", repos = c("https://cinc.rud.is/")) ``` ```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE} diff --git a/README.md b/README.md index b677c0c..8218de3 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,12 @@ Suggest more in a feature req! ### Installation ``` r -devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr") -# or -devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git") -# or -devtools::install_github("hrbrmstr/splashr") +# CRAN +install.packages("splashr") + +# DEV +# See DESCRIPTION for non-CINC-provided dependencies +install.packages("splashr", repos = c("https://cinc.rud.is/")) ``` ### Usage