Skip to content

Commit

Permalink
Use roxygen2 to compose NAMESPACE
Browse files Browse the repository at this point in the history
-
- tag functions and classes for export
- fix missing or unexported objects:
  ‘Rsoilwat31::has_soilTemp_failed’ ‘Rsoilwat31::set_swCloud’
  ‘Rsoilwat31::set_swFiles’ ‘Rsoilwat31::set_swProd’
  ‘Rsoilwat31::set_swSite’ ‘Rsoilwat31::set_swSoils’
  ‘Rsoilwat31::set_swWeather’
  • Loading branch information
dschlaep committed Jan 31, 2017
1 parent 8052b38 commit 91409e3
Show file tree
Hide file tree
Showing 28 changed files with 1,130 additions and 691 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ Authors@R: c(person("Ryan", "Murphy", role = "aut"),
Depends:
R (>= 3.0.0)
Imports:
methods,
utils,
RSQLite (>= 1.0.0),
DBI (>= 0.5),
methods,
testthat
Suggests:
testthat,
knitr,
rmarkdown,
covr
NeedsCompilation: yes
License: GPL (>= 3)
Expand Down
Loading

1 comment on commit 91409e3

@dschlaep
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #16

Please sign in to comment.