Skip to content

Commit

Permalink
prepping cran submission and reactivating -devel on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robbriers committed Jul 4, 2019
1 parent 012468b commit 8ad2449
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ os:
r:
- release
- oldrel
- devel

after_success:
- Rscript -e 'covr::coveralls()'
42 changes: 42 additions & 0 deletions cran-comments.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "cde v 0.4.1"
author: "Rob Briers"
date: "`r Sys.Date()`"
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## Test environments

* Local Win 7 Enterprise, R 3.6.0 (via R CMD check --as-cran)
* Local Windows 10, R 3.6.0 (via R CMD check --as-cran)
* ubuntu 14.04.5, R: release (travis-ci)
* ubuntu 14.04.5, R: old-rel 3.5.3 (travis-ci)
* macOS High Sierra 10.13.3, R: release (travis-ci)
* macOS High Sierra 10.13.3, R: old-rel (travis-ci)
* Fedora Linux, R-devel, clang, gfortran (rhub)
* Ubuntu Linux 16.04 LTS, R-release, GCC (rhub)
* Windows Server 2008 R2 SP1, R-devel, 32⁄64 bit (rhub)

## R CMD check results

There were no ERRORs or WARNINGs.

There is one NOTE:

CDE (4:53)
RNAG (11:64)
WFD (3:44, 9:3, 10:49)
cde (8:18)
rOpenSci (17:42)
Possibly mis-spelled words in DESCRIPTION:
waterbodies (9:28, 12:22)

These are all correct and are mostly abbreviations explained in supporting docs.

## Downstream dependencies

There aren't any.
33 changes: 33 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cde v 0.4.1
================
Rob Briers
2019-07-04

## Test environments

- Local Win 7 Enterprise, R 3.6.0 (via R CMD check –as-cran)
- Local Windows 10, R 3.6.0 (via R CMD check –as-cran)
- ubuntu 14.04.5, R: release (travis-ci)
- ubuntu 14.04.5, R: old-rel 3.5.3 (travis-ci)
- macOS High Sierra 10.13.3, R: release (travis-ci)
- macOS High Sierra 10.13.3, R: old-rel (travis-ci)
- Fedora Linux, R-devel, clang, gfortran (rhub)
- Ubuntu Linux 16.04 LTS, R-release, GCC (rhub)
- Windows Server 2008 R2 SP1, R-devel, 32⁄64 bit (rhub)

## R CMD check results

There were no ERRORs or WARNINGs.

There is one NOTE:

CDE (4:53) RNAG (11:64) WFD (3:44, 9:3, 10:49) cde (8:18) rOpenSci
(17:42) Possibly mis-spelled words in DESCRIPTION: waterbodies (9:28,
12:22)

These are all correct and are mostly abbreviations explained in
supporting docs.

## Downstream dependencies

There aren’t any.

0 comments on commit 8ad2449

Please sign in to comment.