Skip to content

Commit

Permalink
rename to data-raw
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 24, 2016
1 parent d491718 commit 2251a94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a.out.dSYM
^\.travis\.yml$
^NEWS\.md$
^cran-comments\.md$
^src-raw$
^data-raw$
^src/sqlite3/.*\.o$
^src/sqlite3/.*\.a$
^appveyor\.yml$
Expand Down
2 changes: 1 addition & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ideally the update should happen right *after* each CRAN release, so that a new

## SQLite library

1. Download latest SQLite source by running `src-raw/upgrade.R`
1. Download latest SQLite source by running `data-raw/upgrade.R`

1. Update `DESCRIPTION` for included version of SQLite

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src-raw/upgrade.R → data-raw/upgrade.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tmp <- tempfile()
download.file(latest, tmp)
unzip(tmp, exdir = "src/sqlite3", junkpaths = TRUE)
unlink("src/sqlite3/shell.c")
system2("patch", "-p1", stdin = "src-raw/sqlite3.patch")
system2("patch", "-p1", stdin = "data-raw/sqlite3.patch")

0 comments on commit 2251a94

Please sign in to comment.