File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ travis-tool.sh
10
10
README.*
11
11
^tmp/
12
12
^revdep$
13
+ ^cran-comments.md$
Original file line number Diff line number Diff line change
1
+ ## Test environments
2
+
3
+ - local Ubuntu 15.04, R 3.2.1
4
+ - Ubuntu 12.04 (travis-ci), R 3.2.1
5
+ - Windows with win-builder (R 3.2.1 and R-devel r68715)
6
+ - Debian Testing with R-devel (r68728) compiled with gcc-5
7
+
8
+ ## R CMD check results
9
+
10
+ - There were no ERRORs or WARNINGs
11
+
12
+ - There was 1 NOTE:
13
+ * checking CRAN incoming feasibility ... NOTE
14
+ Maintainer: 'Francois Michonneau <francois.michonneau@gmail.com >'
15
+ Possibly mis-spelled words in DESCRIPTION:
16
+ Phylogenetic (4:25)
17
+
18
+ ## Downstream dependencies
19
+
20
+ I have run R CMD check on all downstream dependencies listed on CRAN. All
21
+ packages passed. The only package that produced a WARNING relevant to the
22
+ changes in phylobase is ` phyloTop ` as this package uses a function that is
23
+ deprecated in the present version. I contacted the maintainer of this package.
You can’t perform that action at this time.
0 commit comments