Skip to content

Commit

Permalink
Fixes to CRAN issues:
Browse files Browse the repository at this point in the history
- Remotes removed from description
- packageVersion added to NAMESPACE
  • Loading branch information
AugustT committed Nov 14, 2019
1 parent 5ba5ba1 commit 3ff8856
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Imports:
SDMTools,
sp,
testthat
Remotes: cran/[email protected]
Depends:
raster (>= 2.4-20),
R (>= 3.2.0)
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,methods)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)
1 change: 1 addition & 0 deletions R/ZoonModuleParse.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#' @name ZoonModuleParse
#' @export
#' @import roxygen2
#' @importFrom utils packageVersion


ZoonModuleParse <- function(modulePath) {
Expand Down
2 changes: 1 addition & 1 deletion zoon_package.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace,vignette
PackageRoxygenize: rd,collate,namespace

0 comments on commit 3ff8856

Please sign in to comment.