Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Aug 19, 2022
1 parent 1eb8139 commit fd1b2c6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: d4storagehub4R
Version: 0.4
Date: 2022-06-29
Version: 0.4-1
Date: 2022-08-19
Title: Interface to 'D4Science' 'StorageHub' API
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")))
Expand All @@ -15,5 +15,5 @@ License: MIT + file LICENSE
URL: https://github.com/eblondel/d4storagehub4R, https://www.d4science.org/, https://dev.d4science.org/
BugReports: https://github.com/eblondel/d4storagehub4R/issues
LazyLoad: yes
RoxygenNote: 7.2.0
RoxygenNote: 7.2.1
Encoding: UTF-8
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [d4storagehub4R 0.4-1](https://cran.r-project.org/package=d4storagehub4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=d4storagehub4R)

**Enhancements**

* [#14](https://github.com/eblondel/d4storagehub4R/issues/14) Upgrade roxygen2 7.2.1 to fix html issues

## [d4storagehub4R 0.4](https://cran.r-project.org/package=d4storagehub4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=d4storagehub4R)

**Enhancements**
Expand All @@ -13,7 +19,7 @@
* [#12](https://github.com/eblondel/d4storagehub4R/issues/12) Support Get method for VRE Folder ID
* [#11](https://github.com/eblondel/d4storagehub4R/issues/) Management of hidden items

## [d4storagehub4R 0.3](https://cran.r-project.org/package=d4storagehub4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=d4storagehub4R)
## [d4storagehub4R 0.3](https://cran.r-project.org/src/contrib/Archive/d4storagehub4R/d4storagehub4R_0.3.tar.gz) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/src/contrib/Archive/d4storagehub4R/d4storagehub4R_0.3.tar.gz)

**New features**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://github.com/eblondel/d4storagehub4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/d4storagehub4R/actions/workflows/r-cmd-check.yml)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/d4storagehub4R)](https://cran.r-project.org/package=d4storagehub4R)
[![cran checks](https://cranchecks.info/badges/worst/d4storagehub4R)](https://cran.r-project.org/web/checks/check_results_d4storagehub4R.html)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.4-blue.svg)](https://github.com/eblondel/d4storagehub4R)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.4--1-blue.svg)](https://github.com/eblondel/d4storagehub4R)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5496998.svg)](https://doi.org/10.5281/zenodo.5496998)

**d4storagehub4R – R Interface to 'D4Science' 'StorageHub' API**
Expand Down
12 changes: 6 additions & 6 deletions man/StoragehubManager.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd1b2c6

Please sign in to comment.