Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fjuniorr committed Mar 16, 2023
1 parent 97c3d63 commit bdaf23e
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ ckanr 0.1.0

### NEW FEATURES

* Releasd to CRAN.
* Released to CRAN.
2 changes: 1 addition & 1 deletion R/ckanr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @section CKAN API:
#'
#' Document for the CKAN API is at <https://docs.ckan.org/en/latest/api/index.html>.
#' We'll always be following the lastest version of the API.
#' We'll always be following the latest version of the API.
#'
#' @section ckanr package API:
#'
Expand Down
2 changes: 1 addition & 1 deletion R/ckanr_settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ print.ckanr_settings <- function(x, ...) {
#'
#' ckanr's automated tests require a valid CKAN URL, a privileged API key
#' for that URL, plus the IDs of an existing dataset and an existing resource,
#' repectively.
#' respectively.
#'
#' The writing tests (create, update, delete) can fail for two reasons:
#' failures in ckanr's code which the tests aim to detect,
Expand Down
2 changes: 1 addition & 1 deletion R/ds_search.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Datastore - search or get a dataset from CKRAN datastore
#' Datastore - search or get a dataset from CKAN datastore
#'
#' @export
#' @param resource_id (character) id or alias of the resource to be searched
Expand Down
2 changes: 1 addition & 1 deletion R/ds_search_sql.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Datastore - search or get a dataset from CKRAN datastore
#' Datastore - search or get a dataset from CKAN datastore
#'
#' @export
#' @param sql (character) A single SQL select statement. (required)
Expand Down
2 changes: 1 addition & 1 deletion R/package_search.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' constraint counts that should be returned for the facet fields.
#' A negative value means unlimited. Default: 100.
#' Can be specified on a per field basis.
#' @param facet.field (charcter) This param allows you to specify a field which
#' @param facet.field (character) This param allows you to specify a field which
#' should be treated as a facet. It will iterate over each Term in the field
#' and generate a facet count using that Term as the constraint. This parameter
#' can be specified multiple times to indicate multiple facet fields. None of
Expand Down
2 changes: 1 addition & 1 deletion R/tag_search.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Searcn tags.
#' Search tags.
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/ckanr-package.Rd

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

2 changes: 1 addition & 1 deletion man/ckanr_setup.Rd

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

4 changes: 2 additions & 2 deletions man/ds_search.Rd

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

4 changes: 2 additions & 2 deletions man/ds_search_sql.Rd

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

2 changes: 1 addition & 1 deletion man/package_search.Rd

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

4 changes: 2 additions & 2 deletions man/tag_search.Rd

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

0 comments on commit bdaf23e

Please sign in to comment.