File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
3
## Test environments
4
- * local ubuntu 16.04 LTS, R 3.4.3
5
- * local OS X install, R 3.4.2 (binaries for OSX 3.4.3 do not appear available yet)
4
+ * local: ubuntu 16.04 LTS, R 3.4.3
5
+ * local: OS X install, R 3.4.2 (binaries for OSX 3.4.3 do not appear available yet)
6
6
* ubuntu 14.04.5 LTS (on travis-ci), R 3.4.2
7
- * winbuilder 3.4.0
8
- * winbuilder devel (2017-05-16 r72684 )
9
- * rhub::check( platform = "ubuntu-gcc-devel" )
7
+ * Windows Server 2012 R2 x64 (build 9600; on AppVeyor), R version 3.4.3 Patched(2017-12-06 r73855)
8
+ * winbuilder: R version 3.4.3 (2017-11-30 )
9
+ * winbuilder: R Under development (unstable) (2017-09-12 r73242 )
10
10
11
11
12
12
## R CMD check results
13
13
There were no ERRORs or WARNINGs.
14
14
15
- There were 2 NOTEs :
15
+ There was 1 NOTE :
16
16
17
17
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
18
18
Maintainer: ‘Brian J. Knaus <
[email protected] >’
@@ -56,11 +56,7 @@ All packages that I could install passed:
56
56
## Memory-access errors
57
57
58
58
During the last submission Prof. Brian Ripley brought to my attention that vcfR contained memory access errors.
59
- I believe I have addressed this by running commands such as:
60
-
61
- R -d "valgrind --leak-check=full --vgdb-error=1" -f tests/testthat/test_conversion.R
62
-
63
- On various suspect functions.
59
+ I believe I have addressed these issues in the present version (1.6.0).
64
60
65
61
66
62
## Thank you CRAN Core Team!
You can’t perform that action at this time.
0 commit comments