Skip to content

Commit

Permalink
Fixed incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
hhoeflin committed Oct 23, 2017
1 parent 054af4a commit 3085ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 3085ea7

Please sign in to comment.