Skip to content

Commit c1e1f6e

Browse files
committed
update NEWS and docs
1 parent 96bf928 commit c1e1f6e

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [biomartr 1.0.3](https://github.com/ropensci/biomartr/releases/tag/v1.0.3)
2+
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)
4+
15
# [biomartr 1.0.2](https://github.com/ropensci/biomartr/releases/tag/v1.0.2)
26

37
### New Functions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ BiocManager::install("biomaRt")
9292
Now users can install `biomartr` from CRAN:
9393

9494
```r
95-
# install biomartr 1.0.2
95+
# install biomartr 1.0.3
9696
install.packages("biomartr", dependencies = TRUE)
9797
```
9898

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ articles:
77
Functional_Annotation: Functional_Annotation.html
88
MetaGenome_Retrieval: MetaGenome_Retrieval.html
99
Sequence_Retrieval: Sequence_Retrieval.html
10-
last_built: 2023-05-07T13:44Z
10+
last_built: 2023-05-07T14:13Z
1111

0 commit comments

Comments
 (0)