Skip to content

Commit

Permalink
incremented version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knausb committed Feb 7, 2018
1 parent 91e1212 commit 1f69d79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Facilitates easy manipulation of variant call format (VCF) data.
data may be written to a VCF file (*.vcf.gz). It also may be converted into
other popular R objects (e.g., genlight, DNAbin). VcfR provides a link between
VCF data and familiar R software.
Version: 1.6.0.9000
Version: 1.7.0
Authors@R: c(
person(c("Brian", "J."), "Knaus", role = c("cre", "aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-1665-4343")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This may have been addressed at 64a308ba50b9119108e8946737460de5997b805b by addi


# vcfR 1.7.0
Released on CRAN 201X-XX-XX.
Released on CRAN 2018-02-XX.
* `vcf_field_names()` now delimts on KEY= of key/value pairs, allows commas to be used within value.
* `read.vcfR()` will download files when provided with a link.
* Added example data from the Variant Effect Predictor (vep) `data(vep)`.
Expand Down
10 changes: 2 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* local: ubuntu 16.04 LTS, R 3.4.3
* local: OS X install, R 3.4.2 (binaries for OSX 3.4.3 do not appear available yet)
* ubuntu 14.04.5 LTS (on travis-ci), R 3.4.2
* Windows Server 2012 R2 x64 (build 9600; on AppVeyor), R version 3.4.3 Patched(2017-12-06 r73855)
* Windows Server 2012 R2 x64 (build 9600; on AppVeyor), R version 3.4.3 Patched (2018-02-03 r74215)
* winbuilder: R version 3.4.3 (2017-11-30)
* winbuilder: R Under development (unstable) (2017-09-12 r73242)

Expand All @@ -24,7 +24,7 @@ Maintainer: ‘Brian J. Knaus <[email protected]>’
libs 5.7Mb


There are 8 vignettes (HTML) which contribute to the 2.8Mb in doc.
There are 4 vignettes (HTML) which contribute to the 2.8Mb in doc.
These could be migrated to a separate documentation package.
This could reduce this package's size.
Because this is a NOTE and not an ERROR or WARNING I have left it as one package for now.
Expand Down Expand Up @@ -53,12 +53,6 @@ All packages that I could install passed:
* pcadapt: no errors or warnings


## Memory-access errors

During the last submission Prof. Brian Ripley brought to my attention that vcfR contained memory access errors.
I believe I have addressed these issues in the present version (1.6.0).


## Thank you CRAN Core Team!

[CRAN Repository Policy](https://cran.r-project.org/web/packages/policies.html) states that all correspondence should be with CRAN and not members of the team.
Expand Down

0 comments on commit 1f69d79

Please sign in to comment.