diff --git a/DESCRIPTION b/DESCRIPTION index 4304822..4bf5044 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 1.0.0 Authors@R: c( person("Holger", "Hoefling", email = "hhoeflin@gmail.com", role = c("aut", "cre")), person("Mario", "Annau", email = "mario.annau@gmail.com", role = "aut"), - person("Novartis Institute for Biomedical Research (NIBR)", role = "cph") + person("Novartis Institute for BioMedical Research (NIBR)", role = "cph") ) Description: 'HDF5' is a data model, library and file format for storing and managing large amounts of data. This package provides a nearly @@ -16,7 +16,7 @@ Description: 'HDF5' is a data model, library and file format for storing URL: https://hhoeflin.github.io/hdf5r, https://github.com/hhoeflin/hdf5r BugReports: https://github.com/hhoeflin/hdf5r/issues License: Apache License 2.0 | file LICENSE -Copyright: For the hdf5r package: Novartis Institutes for BioMedical Research +Copyright: For the hdf5r package: Novartis Institute for BioMedical Research Inc. For HDF5: see the HDF5_COPYRIGHTS file. LazyLoad: true Depends: diff --git a/README.md b/README.md index 1e33475..1c6719b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ |**CRAN Version**|[CRAN](https://CRAN.R-project.org)|[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hdf5r)](https://cran.r-project.org/package=hdf5r)| |**Downloads**|[CRAN.RStudio.com](https://cran.r-project.org/package=hdf5r)|[![](http://cranlogs.r-pkg.org/badges/hdf5r)](https://cran.r-project.org/package=hdf5r)| -**hdf5r** is an R interface to the [HDF5](https://www.hdfgroup.org/HDF5) library. It is implemented using [R6](https://CRAN.R-project.org/package=R6) classes based on the [HDF5-C-API](https://support.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html). The package supports all data-types as specified by HDF5 (including references) and provides many convenience functions yet also an extensive selection of the native HDF5-C-API functions. **hdf5r** is available on [Github](https://github.com/hhoeflin/hdf5r) and has already been released on [CRAN](https://CRAN.R-project.org/package=hdf5r) for all major platforms (Windows, OS X, Linux). It is also +**hdf5r** is an R interface to the [HDF5](https://www.hdfgroup.org/HDF5/) library. It is implemented using [R6](https://CRAN.R-project.org/package=R6) classes based on the [HDF5-C-API](https://support.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html). The package supports all data-types as specified by HDF5 (including references) and provides many convenience functions yet also an extensive selection of the native HDF5-C-API functions. **hdf5r** is available on [Github](https://github.com/hhoeflin/hdf5r) and has already been released on [CRAN](https://CRAN.R-project.org/package=hdf5r) for all major platforms (Windows, OS X, Linux). It is also tested using several hundred assertions. [HDF5](https://www.hdfgroup.org/HDF5/) is an excellent library and data model to