Skip to content

Commit

Permalink
minor release with cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rosa committed Feb 17, 2022
1 parent fa68aff commit e36298c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ febr-package.code-workspace
app-env
tmp
febr2smartsolos-Perfil-1.json
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ docs
*.json
app-env
.Renviron
CRAN-SUBMISSION
2 changes: 2 additions & 0 deletions R/febr2sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
#' @author Alessandro Samuel-Rosa \email{alessandrosamuelrosa@@gmail.com}
#' @export
#' @examples
#' if (interactive()) {
#' res <- observation(
#' data.set = "ctb0013",
#' progress = FALSE, verbose = FALSE)
#' res <- febr2sf(obj = res)
#' plot(res["geometry"], axes = TRUE, graticule = TRUE)
#' }
####################################################################################################
febr2sf <-
function(obj) {
Expand Down
2 changes: 1 addition & 1 deletion R/layer.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
#' @seealso [febr::readFEBR()], [febr::observation()], [febr::dictionary()], [febr::unit()]
#' @export
#' @examples
#' if (interactive()) {
#' res <- layer(data.set = "ctb0003")
#'
#' if (interactive()) {
#' # Download two data sets and standardize units
#' res <- layer(
#' data.set = paste("ctb000", 4:5, sep = ""),
Expand Down
2 changes: 1 addition & 1 deletion R/observation.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
#' @seealso [febr::readFEBR()], [febr::layer()], [febr::dictionary()], [febr::unit()]
#' @export
#' @examples
#' if (interactive()) {
#' res <- observation(data.set = "ctb0013")
#'
#' if (interactive()) {
#' # Download two data sets and standardize CRS
#' res <- observation(
#' data.set = paste("ctb000", 4:5, sep = ""),
Expand Down
2 changes: 2 additions & 0 deletions man/febr2sf.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/layer.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/observation.Rd

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

0 comments on commit e36298c

Please sign in to comment.