Skip to content

Commit

Permalink
add documentation for cols.fields and cols.fertilizers to allow check…
Browse files Browse the repository at this point in the history
…s, and update roxygen2
  • Loading branch information
gerardhros committed Oct 18, 2024
1 parent d23ce73 commit c579208
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BugReports: https://github.com/AgroCares/apus/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
checkmate,
cli,
Expand Down
10 changes: 10 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@
#'
#' A data.table with the parameters used in this package and their definition
"parameters"

#' colnames fields
#'
#' bla bla
"cols.fields"

#' colnames fertilizers
#'
#' bla bla
"cols.fertilizers"
16 changes: 16 additions & 0 deletions man/cols.fertilizers.Rd

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

16 changes: 16 additions & 0 deletions man/cols.fields.Rd

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

0 comments on commit c579208

Please sign in to comment.