Skip to content

Commit b048d86

Browse files
committed
Fix brace in itemize
1 parent cb65be7 commit b048d86

File tree

7 files changed

+32
-31
lines changed

7 files changed

+32
-31
lines changed

R/access_dbconnection.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#' @details
99
#' Difference between drivers "u_can_access" and "access_jdbc42":
1010
#' \itemize{
11-
#' \item{"u_can_access": }{the main advantage is it's a free java JDBC driver. To understand briefly the process behind, the Access database is converted in HSQLDB system. This conversion could take a long time, especially if the database if large. Furthermore, after the conversion, queries should be faster than if there run on an Access database.}
12-
#' \item{"access_jdbc42": }{this driver is paying. In opposition with the "u_can_access" driver, the Access database is not converted. The connection should be faster but the queries could be longer.}
11+
#' \item{"u_can_access": the main advantage is it's a free java JDBC driver. To understand briefly the process behind, the Access database is converted in HSQLDB system. This conversion could take a long time, especially if the database if large. Furthermore, after the conversion, queries should be faster than if there run on an Access database.}
12+
#' \item{"access_jdbc42": this driver is paying. In opposition with the "u_can_access" driver, the Access database is not converted. The connection should be faster but the queries could be longer.}
1313
#' }
1414
#' @export
1515
access_dbconnection <- function(driver_name = "u_can_access",

R/latitude_longitude_to_csquare.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#' @details
1111
#' For the argument "grid_square", you can choose between 7 modalities:
1212
#' \itemize{
13-
#' \item{10: }{for a grid with a resolution of 10x10 degrees}
14-
#' \item{5: }{for a grid with a resolution of 5x5 degrees}
15-
#' \item{1: }{for a grid with a resolution of 1x1 degrees}
16-
#' \item{0.5: }{for a grid with a resolution of 0.5x0.5 degrees}
17-
#' \item{0.1: }{for a grid with a resolution of 0.1x0.1 degrees}
18-
#' \item{0.05: }{for a grid with a resolution of 0.05x0.05 degrees}
19-
#' \item{0.01: }{for a grid with a resolution of 0.01x0.01 degrees}
13+
#' \item{10: for a grid with a resolution of 10x10 degrees}
14+
#' \item{5: for a grid with a resolution of 5x5 degrees}
15+
#' \item{1: for a grid with a resolution of 1x1 degrees}
16+
#' \item{0.5: for a grid with a resolution of 0.5x0.5 degrees}
17+
#' \item{0.1: for a grid with a resolution of 0.1x0.1 degrees}
18+
#' \item{0.05: for a grid with a resolution of 0.05x0.05 degrees}
19+
#' \item{0.01: for a grid with a resolution of 0.01x0.01 degrees}
2020
#' }
2121
#' This function have been developped regarding a MS Excel worksheet of Tony Rees (Tony.Rees@@csiro.au).
2222
#' If you want more informations about C-square visit http://www.cmar.csiro.au/csquares/spec1-1.htm.

R/marine_area_overlay.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
#' @details
1717
#' For the argument "fao_overlay_level", you can choose between 5 modalities (descending size classification):
1818
#' \itemize{
19-
#' \item{ocean: }{ocean area}
20-
#' \item{major: }{major fao fishing area}
21-
#' \item{subarea: }{sub fao fishing area}
22-
#' \item{division: }{division fao fishing area}
23-
#' \item{subdivision: }{sub-division fao fishing area}
24-
#' \item{subunit: }{sub-unit fao fishing area}
19+
#' \item{ocean: ocean area}
20+
#' \item{major: major fao fishing area}
21+
#' \item{subarea: sub fao fishing area}
22+
#' \item{division: division fao fishing area}
23+
#' \item{subdivision: sub-division fao fishing area}
24+
#' \item{subunit: sub-unit fao fishing area}
2525
#' }
2626
#' Specificity for fao fishing area parameters: all the items above your specification (thus contain it at higher levels) will be added in the output. For example, if you select "subarea", you will also have the information about the major area concerning.
2727
#' If you want more information visit http://www.fao.org/fishery/area/search/en

man/access_dbconnection.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.

man/furdeb-package.Rd

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

man/latitude_longitude_to_csquare.Rd

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

man/marine_area_overlay.Rd

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

0 commit comments

Comments
 (0)