Skip to content

Commit

Permalink
fix an author name + rebuild README.md and webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Aug 6, 2024
1 parent de9e8fa commit addee2a
Show file tree
Hide file tree
Showing 65 changed files with 1,226 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Encoding: UTF-8
URL: https://dankelley.github.io/mooring/
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
BuildVignettes: true
VignetteBuilder: knitr
Config/testthat/edition: 3
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ m <- mooring(anchor(), wire(length = 100), float("16in Viny"), waterDepth = 120)
ms <- segmentize(m)
# Apply a depth-invariant 0.5 m/s current.
msk <- knockdown(ms, u = 0.5)
draw(msk, fancy = TRUE)
plot(msk, fancy = TRUE)
```

# Acknowledgments
# Acknowledgments

The mooring-element properties that are stored in the
`mooringElements` database stem from three main sources. The first was
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
The goal of the `mooring` package is to facilitate computations in the R
language of the deformation of oceanographic moorings by ocean currents.
It builds on Fortran code discussed by Moller (1976), which evolved into
a new form as discussed by James M. Hamilton, Fowler, and Belliveau
(1997) and J. M. Hamilton (1989), and then a Matlab form discussed by
Dewey (1999). It is more limited than these earlier works, e.g. in
considering only unidirectional currents, in ignoring the stretching of
mooring components, and in ignoring the stresses involved during mooring
a new form as discussed by Hamilton, Fowler, and Belliveau (1997) and
Hamilton (1989), and then a Matlab form discussed by Dewey (1999). It is
more limited than these earlier works, e.g. in considering only
unidirectional currents, in ignoring the stretching of mooring
components, and in ignoring the stresses involved during mooring
descent.

In addition to a fairly broad suite of functions, the package also
Expand Down Expand Up @@ -64,7 +64,7 @@ m <- mooring(anchor(), wire(length = 100), float("16in Viny"), waterDepth = 120)
ms <- segmentize(m)
# Apply a depth-invariant 0.5 m/s current.
msk <- knockdown(ms, u = 0.5)
draw(msk, fancy = TRUE)
plot(msk, fancy = TRUE)
```

<img src="man/figures/README-example-1.png" width="100%" />
Expand Down Expand Up @@ -107,7 +107,7 @@ Designing and Analyzing Oceanographic Moorings.” *Marine Models* 1 (1):

<div id="ref-hamilton_validation_1989" class="csl-entry">

Hamilton, J. M. 1989. “The Validation and Practical Applications of a
Hamilton, James M. 1989. “The Validation and Practical Applications of a
Sub-Surface Mooring Model.” 119. Bedford Institute of Oceanography.
<https://waves-vagues.dfo-mpo.gc.ca/Library/112322.pdf>.

Expand All @@ -127,8 +127,11 @@ Correction.” *Journal of Atmospheric and Oceanic Technology* 14 (3):

Moller, Donald A. 1976. “A Computer Program for the Design and Static
Analysis of Single-Point Subsurface Mooring Systems: NOYFB.” WHOI-76-59.
Woods Hole, MA: Woods Hole Oceanographic Institution.
<https://darchive.mblwhoilibrary.org/server/api/core/bitstreams/0f41541c-7db6-5641-8412-02f68276b439/content>.
Woods Hole, MA: Woods Hole Oceanographic Institution.[
https://darchive.mblwhoilibrary.org/server/api/core/bitstreams/0f41541c-7db6-5641-8412-02f68276b439/content
](
https://darchive.mblwhoilibrary.org/server/api/core/bitstreams/0f41541c-7db6-5641-8412-02f68276b439/content
).

</div>

Expand Down
14 changes: 7 additions & 7 deletions docs/404.html

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

45 changes: 24 additions & 21 deletions docs/articles/example.html

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

14 changes: 7 additions & 7 deletions docs/articles/index.html

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

Loading

0 comments on commit addee2a

Please sign in to comment.