Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package and repository updates (Closes #1) (Closes #2) #3

Merged
merged 5 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.