dankelley / oce

R package for oceanographic processing
http://dankelley.github.io/oce/
GNU General Public License v3.0
142 stars 42 forks source link

curl() manpage needs update re history #2182

Closed dankelley closed 8 months ago

dankelley commented 8 months ago

I just happened across this amusing artifact ... I'll fix it in a moment.

Screenshot 2024-02-01 at 7 04 52 AM
dankelley commented 8 months ago

Fixed in "develop" branch, commit 4617fd10183bd1673fa7c7a2fcbd0714f571e691. Note that the 'diff' for this git is more than just the few lines affected by the change. This is because I updated my OS and it seems to be sorting text in a different order than it was before, and so the 'see also' links in pretty much all manpages have silly diffs like those shown below. (Well, I'm not complaining about this update, actually, because the other thing I see is that RStudio now loads up quick like a bunny, the way it used to. For quite a while, it was taking what seemed like half a minute to launch.)

diff --git a/man/xbt.Rd b/man/xbt.Rd
index ea34b78e6..43e3e2dbb 100644
--- a/man/xbt.Rd
+++ b/man/xbt.Rd
@@ -33,8 +33,8 @@ Other datasets provided with oce:
 \code{\link{argo}},
 \code{\link{cm}},
 \code{\link{coastlineWorld}},
-\code{\link{ctdRaw}},
 \code{\link{ctd}},
+\code{\link{ctdRaw}},
 \code{\link{echosounder}},
 \code{\link{landsat}},
 \code{\link{lisst}},
@@ -42,8 +42,8 @@ Other datasets provided with oce:
 \code{\link{met}},
 \code{\link{ocecolors}},
 \code{\link{rsk}},
-\code{\link{sealevelTuktoyaktuk}},
 \code{\link{sealevel}},
+\code{\link{sealevelTuktoyaktuk}},
 \code{\link{section}},
 \code{\link{topoWorld}},
 \code{\link{wind}}
@@ -53,8 +53,8 @@ Other things related to xbt data:
 \code{\link{[[<-,xbt-method}},
 \code{\link{as.xbt}()},
 \code{\link{plot,xbt-method}},
-\code{\link{read.xbt.noaa1}()},
 \code{\link{read.xbt}()},
+\code{\link{read.xbt.noaa1}()},
 \code{\link{subset,xbt-method}},
 \code{\link{summary,xbt-method}},
 \code{\link{xbt-class}},