Skip to content

Commit

Permalink
Document and Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ailich committed Oct 3, 2021
1 parent dedc4d0 commit 485672e
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 189 deletions.
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Generated by roxygen2: do not edit by hand

export(AdjSD)
export(AdjSD2)
export(SAPA)
export(SlopeAspect)
export(SurfaceArea)
export(SurfaceArea2)
export(VRM)
export(WoodEvans)
export(WoodEvans2)
import(raster)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,case_when)
Expand Down
8 changes: 0 additions & 8 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ C_Check_Xmat <- function(X) {
.Call(`_MultiscaleDEM_C_Check_Xmat`, X)
}

C_OLS <- function(X, Y) {
.Call(`_MultiscaleDEM_C_OLS`, X, Y)
}

C_OLS_params <- function(X, Y) {
.Call(`_MultiscaleDEM_C_OLS_params`, X, Y)
}
Expand All @@ -25,10 +21,6 @@ C_OLS_resid <- function(X, Y) {
.Call(`_MultiscaleDEM_C_OLS_resid`, X, Y)
}

C_multiscale <- function(r, w, X, type, na_rm) {
.Call(`_MultiscaleDEM_C_multiscale`, r, w, X, type, na_rm)
}

C_multiscale2 <- function(r, w, X, na_rm) {
.Call(`_MultiscaleDEM_C_multiscale2`, r, w, X, na_rm)
}
Expand Down
32 changes: 0 additions & 32 deletions man/AdjSD2.Rd

This file was deleted.

6 changes: 3 additions & 3 deletions man/SAPA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions man/SurfaceArea2.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/WoodEvans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 0 additions & 50 deletions man/WoodEvans2.Rd

This file was deleted.

23 changes: 0 additions & 23 deletions man/WoodEvansHelper.Rd

This file was deleted.

23 changes: 0 additions & 23 deletions man/WoodEvansHelper2.Rd

This file was deleted.

29 changes: 0 additions & 29 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ BEGIN_RCPP
return rcpp_result_gen;
END_RCPP
}
// C_OLS
List C_OLS(arma::mat X, arma::mat Y);
RcppExport SEXP _MultiscaleDEM_C_OLS(SEXP XSEXP, SEXP YSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< arma::mat >::type X(XSEXP);
Rcpp::traits::input_parameter< arma::mat >::type Y(YSEXP);
rcpp_result_gen = Rcpp::wrap(C_OLS(X, Y));
return rcpp_result_gen;
END_RCPP
}
// C_OLS_params
NumericVector C_OLS_params(arma::mat X, arma::mat Y);
RcppExport SEXP _MultiscaleDEM_C_OLS_params(SEXP XSEXP, SEXP YSEXP) {
Expand All @@ -83,21 +71,6 @@ BEGIN_RCPP
return rcpp_result_gen;
END_RCPP
}
// C_multiscale
List C_multiscale(NumericMatrix r, IntegerVector w, NumericMatrix X, int type, bool na_rm);
RcppExport SEXP _MultiscaleDEM_C_multiscale(SEXP rSEXP, SEXP wSEXP, SEXP XSEXP, SEXP typeSEXP, SEXP na_rmSEXP) {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
Rcpp::traits::input_parameter< NumericMatrix >::type r(rSEXP);
Rcpp::traits::input_parameter< IntegerVector >::type w(wSEXP);
Rcpp::traits::input_parameter< NumericMatrix >::type X(XSEXP);
Rcpp::traits::input_parameter< int >::type type(typeSEXP);
Rcpp::traits::input_parameter< bool >::type na_rm(na_rmSEXP);
rcpp_result_gen = Rcpp::wrap(C_multiscale(r, w, X, type, na_rm));
return rcpp_result_gen;
END_RCPP
}
// C_multiscale2
NumericMatrix C_multiscale2(NumericMatrix r, IntegerVector w, NumericMatrix X, bool na_rm);
RcppExport SEXP _MultiscaleDEM_C_multiscale2(SEXP rSEXP, SEXP wSEXP, SEXP XSEXP, SEXP na_rmSEXP) {
Expand Down Expand Up @@ -131,10 +104,8 @@ static const R_CallMethodDef CallEntries[] = {
{"_MultiscaleDEM_C_extract_window", (DL_FUNC) &_MultiscaleDEM_C_extract_window, 3},
{"_MultiscaleDEM_subset_mat_rows", (DL_FUNC) &_MultiscaleDEM_subset_mat_rows, 2},
{"_MultiscaleDEM_C_Check_Xmat", (DL_FUNC) &_MultiscaleDEM_C_Check_Xmat, 1},
{"_MultiscaleDEM_C_OLS", (DL_FUNC) &_MultiscaleDEM_C_OLS, 2},
{"_MultiscaleDEM_C_OLS_params", (DL_FUNC) &_MultiscaleDEM_C_OLS_params, 2},
{"_MultiscaleDEM_C_OLS_resid", (DL_FUNC) &_MultiscaleDEM_C_OLS_resid, 2},
{"_MultiscaleDEM_C_multiscale", (DL_FUNC) &_MultiscaleDEM_C_multiscale, 5},
{"_MultiscaleDEM_C_multiscale2", (DL_FUNC) &_MultiscaleDEM_C_multiscale2, 4},
{"_MultiscaleDEM_C_multiscale1", (DL_FUNC) &_MultiscaleDEM_C_multiscale1, 4},
{NULL, NULL, 0}
Expand Down

0 comments on commit 485672e

Please sign in to comment.