Skip to content

Commit

Permalink
fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Nov 18, 2022
1 parent c9255ed commit edd8ed0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: atom4R
Version: 0.3-2
Date: 2022-11-07
Version: 0.3-3
Date: 2022-11-18
Title: Tools to Handle and Publish Metadata as 'Atom' XML Format
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")))
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [atom4R 0.3-2](https://github.com/eblondel/atom4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/atom4R)
## [atom4R 0.3-3](https://github.com/eblondel/atom4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=atom4R)

**Miscs**

* [#24](https://github.com/eblondel/atom4R/issues/24) Issue with registerAtomSchema example

## [atom4R 0.3-2](https://github.com/eblondel/atom4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=atom4R)

**Bug fixes**

Expand All @@ -8,7 +14,7 @@

* [#23](https://github.com/eblondel/atom4R/issues/23) Provide simple method to export a DCEntry as data.frame

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

**Enhancements**

Expand Down
3 changes: 2 additions & 1 deletion R/AtomSchemas.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#' @param xsdFile the schema XSD file
#'
#' @examples
#' registerAtomSchema(xsdFile = "https://jvndb.jvn.jp/schema/atom.xsd")
#' atom_xsd_file <- system.file("extdata/schemas/atom/atom.xsd", package = "atom4R")
#' registerAtomSchema(xsdFile = atom_xsd_file)
#'
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/eblondel/atom4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/atom4R/actions/workflows/r-cmd-check.yml)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/atom4R)](https://cran.r-project.org/package=atom4R)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3--2-blue.svg)](https://github.com/eblondel/atom4R)
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3--3-blue.svg)](https://github.com/eblondel/atom4R)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3970169.svg)](https://doi.org/10.5281/zenodo.3970169)

**atom4R – Tools to read/write/publish metadata as Atom XML format**
Expand Down
3 changes: 2 additions & 1 deletion man/registerAtomSchema.Rd

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

0 comments on commit edd8ed0

Please sign in to comment.