Commit 6f1049f6 authored by Ilya Korsunsky's avatar Ilya Korsunsky
Browse files

fixed untracked files

parent 75b64ddd
Loading
Loading
Loading
Loading

.Rbuildignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
^docs$

.gitignore

0 → 100644
+7 −0
Original line number Diff line number Diff line
inst/doc
.Rproj.user
.Rhistory
.RData
src/*.so
src/*.o
+5 −1
Original line number Diff line number Diff line
@@ -21,7 +21,11 @@ Imports:
    dplyr, 
    methods,
    tidyr, 
    reshape2
    reshape2,
    Matrix,
    rlang,
    stats, 
    utils
RoxygenNote: 6.1.1
Suggests: 
    knitr,

src/RcppExports.o

deleted100644 → 0
−1.1 MiB

File deleted.

src/fast_wilcox.o

deleted100644 → 0
−988 KiB

File deleted.

Loading