Skip to content

Commit

Permalink
add link to package in user agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Dec 16, 2024
1 parent 502ab2f commit 379dea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/onLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
op.mapineqr <- list(
mapineqr.api_spec_json = "https://mapineqfeatures.web.rug.nl/api.json",
mapineqr.base_api_endpoint = "https://mapineqfeatures.web.rug.nl/functions/postgisftw.",
mapineq.user_agent = "mapineqr R package"
mapineq.user_agent = "mapineqr R package https://github.com/e-kotov/mapineqr"
)
toset <- !(names(op.mapineqr) %in% names(op))
if (any(toset)) options(op.mapineqr[toset])
Expand Down

0 comments on commit 379dea8

Please sign in to comment.