Skip to content

Commit

Permalink
rm A:star: (for CRAN release)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jan 9, 2019
1 parent 5825412 commit 04cc19c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 128 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")

OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
OBJ_SRC = dgraph.o astar.o dijkstra.o dodgr-to-sf.o graph-contract.o graph.o \
OBJ_SRC = dgraph.o dijkstra.o dodgr-to-sf.o graph-contract.o graph.o \
graph-sample.o RcppExports.o run_sp.o sf-as-network.o
OBJECTS = $(OBJ_HEAPS) $(OBJ_SRC)

Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" \

OBJ_HEAPS = heaps/bheap.o heaps/fheap.o heaps/heap23.o \
heaps/radixheap.o heaps/triheap_ext.o heaps/triheap.o
OBJ_SRC = dgraph.o astar.o dijkstra.o dodgr-to-sf.o graph-contract.o graph.o \
OBJ_SRC = dgraph.o dijkstra.o dodgr-to-sf.o graph-contract.o graph.o \
graph-sample.o RcppExports.o run_sp.o sf-as-network.o
OBJECTS = $(OBJ_HEAPS) $(OBJ_SRC)

Expand Down
93 changes: 0 additions & 93 deletions src/astar.cpp

This file was deleted.

33 changes: 0 additions & 33 deletions src/astar.h

This file was deleted.

0 comments on commit 04cc19c

Please sign in to comment.