Skip to content

Commit

Permalink
fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jun 20, 2023
1 parent 39aebdc commit 92f8347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/writeCDF.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ b <- sqrt(a)
s <- sds(a, b)
names(s) <- c("temp", "prec")
longnames(s) <- c("temperature (C)", "precipitation (mm)")
units(s) <- c("C", "mm")
units(s) <- c("degree_C", "mm")
#ss <- writeCDF(s, fname, overwrite=TRUE)

# for CRAN
Expand Down

0 comments on commit 92f8347

Please sign in to comment.