Skip to content

Commit

Permalink
clean up package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoddbrown committed Apr 18, 2021
1 parent c366f0f commit 26cb46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Date: 2021-04-18
Author: Kathe Todd-Brown <ktoddbrown@ufl.edu>
Maintainer: Kathe Todd-Brown <ktoddbrown@ufl.edu>
Description: More about what it does (maybe more than one line)
License: MIT
License: MIT License
RoxygenNote: 7.1.1
Imports:
Hmisc,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(makeSOC)
import(magrittr)
importFrom(Hmisc,mdb.get)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
Expand Down
2 changes: 1 addition & 1 deletion R/makeSOC.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @return a ratified raster object with top and sub soil organic carbon stocks
#' @export
#'
#' @importFrom dplyr select mutate group_by summarise rename left_join
#' @importFrom dplyr select mutate group_by summarise rename left_join if_else
#' @importFrom tidyr replace_na
#' @importFrom raster raster
#' @import magrittr
Expand Down

0 comments on commit 26cb46a

Please sign in to comment.