diff --git a/NEWS.md b/NEWS.md index 35aaf3f..a4616bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# [biomartr 1.0.3](https://github.com/ropensci/biomartr/releases/tag/v1.0.3) + +- adding [pull request #88](https://github.com/ropensci/biomartr/pull/88) which fixes issues with `http` to `https` curl requests (Many thanks to @Roleren) + # [biomartr 1.0.2](https://github.com/ropensci/biomartr/releases/tag/v1.0.2) ### New Functions diff --git a/README.md b/README.md index 8c36045..4c6baaf 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ BiocManager::install("biomaRt") Now users can install `biomartr` from CRAN: ```r -# install biomartr 1.0.2 +# install biomartr 1.0.3 install.packages("biomartr", dependencies = TRUE) ``` diff --git a/docs/index.html b/docs/index.html index 16535a9..a2b991c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -174,7 +174,7 @@
Now users can install biomartr
from CRAN:
-# install biomartr 1.0.2
+# install biomartr 1.0.3
install.packages("biomartr", dependencies = TRUE)
NEWS.md
http
to https
curl requests (Many thanks to @Roleren)