Skip to content
Open
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
2 changes: 1 addition & 1 deletion Makefile-cigraph
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ src/sources.mk:

# R source and doc files

RSRC := $(shell git ls-files R doc inst demo NEWS cleanup.win configure.win)
RSRC := $(shell git ls-files R doc inst NEWS cleanup.win configure.win)

# ARPACK Fortran sources

Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,9 @@ export(igraph.shape.noclip)
export(igraph.shape.noplot)
export(igraph.to.graphNEL)
export(igraph.version)
export(igraph_demo)
export(igraph_opt)
export(igraph_options)
export(igraph_version)
export(igraphdemo)
export(in_circle)
export(incident)
export(incident_edges)
Expand Down
211 changes: 0 additions & 211 deletions R/demo.R

This file was deleted.

3 changes: 0 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ reference:
- has_concept("processes")
- has_concept("random_walk")
# -----
- title: Demo
- contents:
- has_concept("demo")
- title: I/O read/write files
- contents:
- has_concept("foreign")
Expand Down
6 changes: 0 additions & 6 deletions demo/00Index

This file was deleted.

Loading
Loading