Skip to content

Commit

Permalink
#181 - M5 missing rdoc / standard references for SRV
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 9, 2024
1 parent d604f0d commit 812b058
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 16 deletions.
4 changes: 3 additions & 1 deletion R/ISOCoupledResource.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19119:2005 - Geographic information -- Services
#' - ISO 19139 \link{https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_CoupledResource}
#'
#' - ISO 19115-3 \link{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_CoupledResource}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOCouplingType.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#' couplingType <- ISOCouplingType$new(value = "loose")
#'
#' @references
#' ISO 19119:2005 - Geographic information -- Services
#' - ISO 19139 \link{https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_CouplingType}
#'
#' - ISO 19115-3 \link{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_CouplingType}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISODCPList.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#' javaDCP <- ISODCPList$new(value = "JAVA")
#'
#' @references
#' ISO 19119:2005 - Geographic information -- Service
#' - ISO 19139 \link{https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_DCPList}
#'
#' - ISO 19115-3 \link{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_DCPList}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
6 changes: 3 additions & 3 deletions R/ISOOperationChainMetadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#' xml <- md$encode()
#'
#' @references
#' - ISO 19139 \url{https://schemas.isotc211.org/19119/srv/srv/#element_SV_OperationChainMetadata}
#'
#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-1/srv/1.3.0/srv/#element_SV_OperationChainMetadata}
#' - ISO 19139 \link{https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_OperationChainMetadata}
#'
#' - ISO 19115-3 \link{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_OperationChainMetadata}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOOperationMetadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#' xml <- md$encode()
#'
#' @references
#' ISO 19119:2005 - Geographic information -- Services
#' - ISO 19139 \link{https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_OperationMetadata}
#'
#' - ISO 19115-3 \link{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_OperationMetadata}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion R/ISOServiceIdentification.R
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ ISOServiceIdentification <- R6Class("ISOServiceIdentification",
#' xml <- md$encode()
#'
#' @references
#' ISO 19119:2005 - Geographic information -- Services
#' - ISO 19119 \url{https://schemas.isotc211.org/19119/srv/srv/#element_SV_ServiceIdentification}

#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_ServiceIdentification}
#'
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
Expand Down
4 changes: 3 additions & 1 deletion man/ISOCoupledResource.Rd

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

4 changes: 3 additions & 1 deletion man/ISOCouplingType.Rd

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

4 changes: 3 additions & 1 deletion man/ISODCPList.Rd

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

6 changes: 3 additions & 3 deletions man/ISOOperationChainMetadata.Rd

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

4 changes: 3 additions & 1 deletion man/ISOOperationMetadata.Rd

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

3 changes: 2 additions & 1 deletion man/ISOSRVServiceIdentification.Rd

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

0 comments on commit 812b058

Please sign in to comment.