Skip to content

Commit

Permalink
updated DESCRIPTION to include web links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Aug 2, 2019
1 parent c0546d4 commit 23e326c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Package: hdfqlr
Title: Interface to 'HDFql' API
Version: 0.6-0.9000
Version: 0.6-0
Authors@R: person("Michael", "Koohafkan", email = "[email protected]", role = c("aut", "cre"))
Description: Provides an interface to 'HDFql' and helper functions for
reading data from and writing data to HDF files.
Description: Provides an interface to 'HDFql' <http://www.hdfql.com/>
and helper functions for reading data from and writing data to 'HDF5' files. 'HDFql'
provides a high-level language for managing HDF5 data that is platform independent.
For more information, see the reference manual
<http://www.hdfql.com/resources/HDFqlReferenceManual.pdf>.
Depends: R (>= 3.4)
Imports:
utils,
Expand Down
11 changes: 4 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ Submission of hdfqlr 0.6-0

This is a resubmission to address CRAN comments:

* Package names, software names and API names are now in single quotes
(e.g. 'HDFql') in title and description.
* All examples/tests/vignettes write files to tempdir() to conform to
CRAN policies specifying that functions do not write by default or in your
examples/vignettes/tests in the user's home filespace (including the
package directory and getwd()).
* Added web references for the 'HDFql' API in your
Description text in the form <http:...>. Note that
https is not currently supported on the HDFql web site.

## Test environments
* local Windows 10 install, R 3.6.0
* local Windows 10 install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R-oldrel, R-release, R-devel

Because the package requires the external program HDFql, examples
Expand Down

0 comments on commit 23e326c

Please sign in to comment.