Skip to content

Commit 24554d7

Browse files
committed
update CITATION and other documentation for CRAN@
1 parent c109d2e commit 24554d7

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pkgcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# Run on every push to main
1212
push:
1313
branches:
14-
- master
14+
- main
1515

1616
jobs:
1717
check:

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Description: Collision Risk Models for avian fauna (seabird and migratory birds)
2121
British Trust for Ornithology. These collision risk models are useful for
2222
marine ornithologists who are working in the offshore wind industry, particularly
2323
in UK waters. However, many of the species included in the stochastic collision
24-
risk models (stoch_crm) can also be found in the North Atlantic in the
24+
risk models can also be found in the North Atlantic in the
2525
United States and Canada, and could be applied there.
2626
License: GPL (>= 3)
2727
Depends:
@@ -54,5 +54,5 @@ Roxygen: list(markdown = TRUE)
5454
URL: https://github.com/MarineScotlandScience/stochLAB,
5555
https://marinescotlandscience.github.io/stochLAB/
5656
BugReports: https://github.com/MarineScotlandScience/stochLAB/issues
57-
RoxygenNote: 7.2.2
57+
RoxygenNote: 7.2.3
5858
VignetteBuilder: knitr

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' .med is the median estimate.}
2626
#' \item{prop}{The proportion of birds within the 1m flight height bands.}
2727
#' }
28-
#' @source \url{https://www.bto.org/our-science/wetland-and-marine/soss/projects}
28+
#' @source \url{https://www.bto.org/our-work/science/research-areas/wetland-and-marine/soss}
2929
"Johnston_Flight_heights_SOSS"
3030

3131

inst/CITATION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
citHeader("To cite stochLAB in publications use:")
22

3-
citEntry(entry = "Manual",
3+
bibentry(bibtype = "Manual",
44
title = "Estimating bird collisions at offshore windfarms with {stochLAB}",
5-
author = personList(as.person("Bruno Caneco"),
5+
author = c(as.person("Bruno Caneco"),
66
as.person("Grant Humphries"),
77
as.person("Aonghais Cook"),
88
as.person("Elizabeth Masden")),
@@ -13,5 +13,5 @@ citEntry(entry = "Manual",
1313
textVersion =
1414
paste("Bruno Caneco, Grant Humphries, Aonghais Cook, Elizabeth Masden (2022).",
1515
"Estimating bird collisions at offshore windfarms with stochLAB",
16-
"URL https://marinescotlandscience.github.io/stochLAB/")
16+
"URL https://marinescotlandscience.github.io/stochLAB/"),
1717
)

man/Johnston_Flight_heights_SOSS.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stochLAB.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)