Commit a9f9519a authored by Björn Reineking's avatar Björn Reineking
Browse files

Change depends to VH (was: vigRa)

parent c102f988
No related merge requests found
Showing with 12 additions and 7 deletions
+12 -7
......@@ -11,7 +11,7 @@ License: What license it uses
Encoding: UTF-8
LazyData: true
Imports:
vigRa,
VH,
Rcpp,
raster
Roxygen: list(markdown = TRUE)
......@@ -19,4 +19,4 @@ RoxygenNote: 6.1.0
SystemRequirements: C++11
LinkingTo:
Rcpp,
vigRa
VH
//[[Rcpp::depends(vigRa)]]
//[[Rcpp::depends(VH)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/multi_convolution.hxx>
......
//[[Rcpp::depends(vigRa)]]
//[[Rcpp::depends(VH)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
......
//[[Rcpp::depends(vigRa)]]
//[[Rcpp::depends(VH)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
......
//[[Rcpp::depends(vigRa)]]
//[[Rcpp::depends(VH)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
......
//[[Rcpp::depends(vigRa)]]
//[[Rcpp::depends(VH)]]
#include <Rcpp.h>
#include <vigra/multi_array.hxx>
#include <vigra/convolution.hxx>
......
......@@ -5,8 +5,13 @@ SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment