File tree Expand file tree Collapse file tree 5 files changed +32
-10
lines changed
Expand file tree Collapse file tree 5 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 11Package: ContourFunctions
22Type: Package
33Title: Create Contour Plots from Data or a Function
4- Version: 0.1.1.9000
4+ Version: 0.1.2
55Authors@R: person("Collin", "Erickson",
6677 role = c("aut", "cre"))
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,13 +2,37 @@ I received an email that I need to fix the note on CRAN by 8/27/24.
22Apologies 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
You can’t perform that action at this time.
0 commit comments