Skip to content

Commit 458ce17

Browse files
Merge pull request #162 from zhanghao-njmu/develop
Fixed bug that could cause installation failure.
2 parents 6c81040 + 3838101 commit 458ce17

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
^SCExplorer$
1414
^README$
1515
^README.md$
16-
^tmaps$
17-
^src/.*[^.cpp]$
16+
^tmaps$

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ SCExplorer
77
docs
88
renv
99
renv.lock
10-
tmaps
10+
tmaps
11+
src/*.!(cpp)

src/RcppExports.o

-1.82 MB
Binary file not shown.

src/SCP.so

-1020 KB
Binary file not shown.

src/asMatrix.o

-537 KB
Binary file not shown.

0 commit comments

Comments
 (0)