Skip to content

Commit

Permalink
update ignores, rebuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adokter committed Oct 20, 2023
1 parent 50e8a23 commit dc9f3ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ inst/extdata/vpts.txt.zip
^CRAN-SUBMISSION$
^doc$
^Meta$
rosm.cache
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ pkgdown/*
/doc/
/Meta/

# rosm cache
rosm.cache
2 changes: 1 addition & 1 deletion R/as.vpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ as.vpts <- function(data) {
# if dbz_all is a column name, rename to bioRad naming DBZH
if("dbz_all" %in% names(data)){
data <- data %>%
dplyr::rename(DBZH = dbz_all)
dplyr::rename(DBZH = "dbz_all")
}

height <- datetime <- source_file <- radar <- NULL
Expand Down
6 changes: 1 addition & 5 deletions man/as.vpts.Rd

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

0 comments on commit dc9f3ed

Please sign in to comment.