Skip to content

Commit

Permalink
Merge pull request #3 from eddelbuettel/master
Browse files Browse the repository at this point in the history
Package and repository updates (Closes #1) (Closes #2)
  • Loading branch information
steven-shuken authored Apr 12, 2023
2 parents be199c3 + 1da068e commit 3b0d833
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 55 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^util/.*.R$
4 changes: 0 additions & 4 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ permFDRAdjustCpp <- function(expPs, threshold, design, intMatrix, nPerms, nc, nt
.Call(`_permFDP_permFDRAdjustCpp`, expPs, threshold, design, intMatrix, nPerms, nc, nt)
}

rcpp_hello_world <- function() {
.Call(`_permFDP_rcpp_hello_world`)
}

10 changes: 0 additions & 10 deletions Read-and-delete-me

This file was deleted.

4 changes: 4 additions & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

## remove compilation artifacts
rm -f src/*.o src/*.so
17 changes: 0 additions & 17 deletions man/rcpp_hello_world.Rd

This file was deleted.

11 changes: 0 additions & 11 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,11 @@ BEGIN_RCPP
return rcpp_result_gen;
END_RCPP
}
// rcpp_hello_world
List rcpp_hello_world();
RcppExport SEXP _permFDP_rcpp_hello_world() {
BEGIN_RCPP
Rcpp::RObject rcpp_result_gen;
Rcpp::RNGScope rcpp_rngScope_gen;
rcpp_result_gen = Rcpp::wrap(rcpp_hello_world());
return rcpp_result_gen;
END_RCPP
}

static const R_CallMethodDef CallEntries[] = {
{"_permFDP_designTTest", (DL_FUNC) &_permFDP_designTTest, 2},
{"_permFDP_permFDRAdjust", (DL_FUNC) &_permFDP_permFDRAdjust, 7},
{"_permFDP_permFDRAdjustCpp", (DL_FUNC) &_permFDP_permFDRAdjustCpp, 7},
{"_permFDP_rcpp_hello_world", (DL_FUNC) &_permFDP_rcpp_hello_world, 0},
{NULL, NULL, 0}
};

Expand Down
Binary file removed src/RcppExports.o
Binary file not shown.
Binary file removed src/permFDP.o
Binary file not shown.
Binary file removed src/permFDP.so
Binary file not shown.
13 changes: 0 additions & 13 deletions src/rcpp_hello_world.cpp

This file was deleted.

Binary file removed src/rcpp_hello_world.o
Binary file not shown.

0 comments on commit 3b0d833

Please sign in to comment.