Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Oct 18, 2023
2 parents 4233581 + c8cc61b commit 07860d1
Show file tree
Hide file tree
Showing 14 changed files with 522 additions and 89 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

30 changes: 14 additions & 16 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,68 @@
# argoFloats (development version)
# argoFloats 1.0.7

* Remove suggestion for now-retired `rgdal` package.
* Require R 4.1.0 or higher, to permit `|>` syntax.
* `plot(a, which="TS")` can color by cycle for `type="l"` now.
* `getIndex()` can work with previously-downloaded .tgz files.

## argoFloats 1.0.7

* getIndex() can work with previously-downloaded .tgz files.

## argoFloats 1.0.6
# argoFloats 1.0.6

* Update docs for CRAN.

## argoFloats 1.0.5
# argoFloats 1.0.5

* Change `getProfiles()` to permit age="latest".

* Change `mapApp()` to allow subset by polygon.

## argoFloats 1.0.4 (on CRAN)
# argoFloats 1.0.4 (on CRAN)

* Fix image-size declarations in 3 man pages (required by CRAN).

* Change `plot()` to not show bathymetry by default.

* Improve `index[["ID"]]` speed by 3X.

## argoFloats 1.0.3 (on CRAN)
# argoFloats 1.0.3 (on CRAN)

* Fix a `mapApp()` problem with paths that cross the dateline.
* Fix a `mapApp()` problem in handling mouse brush events.

## argoFloats 1.0.2 (on CRAN)
# argoFloats 1.0.2 (on CRAN)

* Examples reset `par()` to its initial state.

## argoFloats 1.0.1
# argoFloats 1.0.1

* DESCRIPTION improved
* Document return values of all functions
* Describe base class.
* `plot()` resets `par()` to its initial state before returning.

## argoFloats 1.0.0
# argoFloats 1.0.0

* Improve documentation for a CRAN release
* Remove version number from `mapApp()`

## argoFloats 0.2.0
# argoFloats 0.2.0

* Add subset by section
* Add "traj" and "bio-traj" arguments to `getIndex()`
* Created subtype cycles and trajectories for index type
* Created map plot for trajectories type

## argoFloats 0.1.3
# argoFloats 0.1.3

* widen support of `age` argument, remove support for `force`
* add several new built-in datasets
* add several new functions
* improve vignette and other documentation

## argoFloats 0.1.2
# argoFloats 0.1.2

* repository made public, transferred to ArgoCanada organization

## argoFloats 0.1.1
# argoFloats 0.1.1

* initial version, on github but not CRAN

2 changes: 1 addition & 1 deletion check_package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rhub <- !FALSE # rhub is VERY slow, and seems never to reveal problem not revealed otherwise
rhub <- FALSE # rhub is VERY slow, and seems never to reveal problem not revealed otherwise

#install.packages("codemetar")
requireNamespace(c("codemetar", "devtools", "urlchecker", "rhub", "revdepcheck"))
Expand Down
10 changes: 7 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Local tests

* local R installation, R 4.2.0
* local R installation, R 4.3.1
* R-CMD-check test (no errors, warnings, or notes)

## Remote tests

The following worked, except for one PREPERROR on a rhub test (which does not
seem to relate to argoFloats directly).

* devtools::check_win_release()
* devtools::check_win_devel()
* devtools::check_win_oldrelease()
Expand All @@ -13,8 +16,9 @@

# Changes since previous CRAN submission

This version, numbered 1.0.6, addresses a problem reported to us on 2022-08-19,
regarding HTML pages.
This version, numbered 1.0.7, addresses a problem reported to us on 2022-08-19,
regarding HTML pages, and also removes dependence on now-retired packages such
as rgdal.



45 changes: 41 additions & 4 deletions docs/articles/argoFloats.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07860d1

Please sign in to comment.