Skip to content

Commit

Permalink
fix #43: use suppdata for mammaldiet call
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schneider committed Feb 2, 2022
1 parent d16621b commit 8e13b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/extdata/mammaldiet.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# for roxygen2 documentation please edit file R/data.R!

mammaldiet <- utils::read.csv("https://datadryad.org/stash/downloads/file_stream/21802",
mammaldiet <- utils::read.csv(suppdata("10.5061/dryad.6cd0v", "MammalDIET_v1.0.txt"),
sep = "\t",
fileEncoding = "UTF-8",
stringsAsFactors = FALSE
Expand Down

0 comments on commit 8e13b21

Please sign in to comment.