Skip to content

Commit

Permalink
import all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Jan 30, 2018
1 parent 222d3af commit d38bdd4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions NAMESPACE
@@ -1,4 +1,9 @@
# Generated by roxygen2: do not edit by hand

import(SpaDES.addins)
import(SpaDES.core)
import(SpaDES.tools)
import(methods)
import(quickPlot)
import(reproducible)
importFrom(utils,packageVersion)
6 changes: 6 additions & 0 deletions R/zzz.R
Expand Up @@ -10,6 +10,12 @@
#' Check if a package is in the search path
#'
#' @importFrom utils packageVersion
#' @import SpaDES.tools
#' @import SpaDES.core
#' @import quickPlot
#' @import reproducible
#' @import SpaDES.addins
#'
#' @keywords internal
#' @rdname isAttached
.isAttached <- function(x) {
Expand Down
8 changes: 1 addition & 7 deletions cran-comments.md
@@ -1,12 +1,6 @@
## Updated release

This is a susbstantial update to the package, which has seen many enhancements and improvements since the previous release.
The size of the package had grown too large, so we have split the package into several, and have turned this package into a metapackage that, for backwards compatibility, attaches the new spinoff packages.

We have dropped support of R 3.2.x, following the changes to several dependencies.

Please note that package installation errors (and therefore package test errors) on R-oldrel are caused by failures in dependency package `DiagrammeR`, whose recent update (0.9.1) depends on `grDevices >= 3.4.0` (see https://cran.r-project.org/web/checks/check_results_DiagrammeR.html)
We have raised the issue with the package maintainer.
This package remains a metapackage. The main purpose of this updated release is to address CRAN concerns about package declarations for vignettes.

## Test environments

Expand Down

0 comments on commit d38bdd4

Please sign in to comment.