Skip to content

Commit 8c335a6

Browse files
committed
comments for submitted version 0.8.0
1 parent 48dc148 commit 8c335a6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ travis-tool.sh
1010
README.*
1111
^tmp/
1212
^revdep$
13+
^cran-comments.md$

cran-comments.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)