Skip to content

Commit eee3d6a

Browse files
Prepare for CRAN submission
1 parent dcdc41e commit eee3d6a

File tree

5 files changed

+32
-10
lines changed

5 files changed

+32
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ContourFunctions
22
Type: Package
33
Title: Create Contour Plots from Data or a Function
4-
Version: 0.1.1.9000
4+
Version: 0.1.2
55
Authors@R: person("Collin", "Erickson",
66
email = "[email protected]",
77
role = c("aut", "cre"))

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# cf 0.1.1.9000
1+
# cf 0.1.2
22

3+
Minor fix to stay on CRAN.
34

45
# cf 0.1.1
56

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ knitr::opts_chunk$set(
1616
# ContourFunctions
1717

1818
<!-- badges: start -->
19-
[![Travis-CI Build Status](https://travis-ci.org/CollinErickson/ContourFunctions.svg?branch=master)](https://travis-ci.org/CollinErickson/ContourFunctions)
2019
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ContourFunctions)](https://cran.r-project.org/package=ContourFunctions)
21-
[![Codecov test coverage](https://codecov.io/gh/CollinErickson/ContourFunctions/branch/master/graph/badge.svg)](https://codecov.io/gh/CollinErickson/ContourFunctions?branch=master)
20+
[![Codecov test coverage](https://codecov.io/gh/CollinErickson/ContourFunctions/branch/master/graph/badge.svg)](https://app.codecov.io/gh/CollinErickson/ContourFunctions?branch=master)
2221
[![R-CMD-check](https://github.com/CollinErickson/ContourFunctions/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CollinErickson/ContourFunctions/actions/workflows/R-CMD-check.yaml)
2322
<!-- badges: end -->
2423

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
<!-- badges: start -->
77

8-
[![Travis-CI Build
9-
Status](https://travis-ci.org/CollinErickson/ContourFunctions.svg?branch=master)](https://travis-ci.org/CollinErickson/ContourFunctions)
108
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ContourFunctions)](https://cran.r-project.org/package=ContourFunctions)
119
[![Codecov test
12-
coverage](https://codecov.io/gh/CollinErickson/ContourFunctions/branch/master/graph/badge.svg)](https://codecov.io/gh/CollinErickson/ContourFunctions?branch=master)
10+
coverage](https://codecov.io/gh/CollinErickson/ContourFunctions/branch/master/graph/badge.svg)](https://app.codecov.io/gh/CollinErickson/ContourFunctions?branch=master)
1311
[![R-CMD-check](https://github.com/CollinErickson/ContourFunctions/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CollinErickson/ContourFunctions/actions/workflows/R-CMD-check.yaml)
1412
<!-- badges: end -->
1513

cran-comments.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,37 @@ I received an email that I need to fix the note on CRAN by 8/27/24.
22
Apologies for slightly missing that deadline.
33

44
## Test environments
5-
* local Windows 7 install, R 3.6.0
6-
* ubuntu 14.04 (on travis-ci), R 3.6.0
5+
* local Windows 10 install, R 4.4.1
76
* win-builder (devel and release)
7+
* mac-builder
8+
* macOS 14.6.1 (GitHub Actions), R 4.4.1
9+
* Ubuntu 22.04.4 LTS (devel, GitHub Actions)
10+
* Ubuntu 22.04.4 LTS (oldrel-1, GitHub Actions)
11+
* Ubuntu 22.04.4 LTS (latest, GitHub Actions)
12+
* Microsoft Windows Server 2022 (release, GitHub Actions)
13+
814

915
## R CMD check results
1016

11-
0 errors | 0 warnings | 0 notes
17+
18+
* local Windows 10 install (8/26/24): 0 errors | 0 warnings | 0 notes
19+
20+
* win-builder (devel)
21+
22+
* win-builder (release)
23+
24+
* mac-builder (8/26/24): OK
25+
26+
* macOS 14.6.1 (GitHub Actions) (8/26/24): OK
27+
28+
* Ubuntu 22.04.4 LTS (devel, GitHub Actions) (8/26/24): OK
29+
30+
* Ubuntu 22.04.4 LTS (oldrel-1, GitHub Actions) (8/26/24): OK
31+
32+
* Ubuntu 22.04.4 LTS (latest, GitHub Actions) (8/26/24): OK
33+
34+
* Microsoft Windows Server 2022 (release, GitHub Actions) (8/26/24): OK
35+
1236

1337
## Reverse dependencies
1438

0 commit comments

Comments
 (0)