From c1e1f6e42c7d5cc9f50df37a43a25dc3684a57d1 Mon Sep 17 00:00:00 2001 From: HajkD Date: Sun, 7 May 2023 16:16:13 +0200 Subject: [PATCH] update NEWS and docs --- NEWS.md | 4 ++++ README.md | 2 +- docs/index.html | 2 +- docs/news/index.html | 4 ++++ docs/pkgdown.yml | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) 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 @@

InstallationBiocManager::install("biomaRt")

Now users can install biomartr from CRAN:

-# install biomartr 1.0.2
+# install biomartr 1.0.3
 install.packages("biomartr", dependencies = TRUE)
diff --git a/docs/news/index.html b/docs/news/index.html index 9901620..ce11011 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -69,6 +69,10 @@

Changelog

Source: NEWS.md
+
+ +
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 64834b2..943d47a 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -7,5 +7,5 @@ articles: Functional_Annotation: Functional_Annotation.html MetaGenome_Retrieval: MetaGenome_Retrieval.html Sequence_Retrieval: Sequence_Retrieval.html -last_built: 2023-05-07T13:44Z +last_built: 2023-05-07T14:13Z