Rbuildignore node_modules
This commit is contained in:
parent
3357cd8e4d
commit
1c29c8dd09
@ -1,3 +1,4 @@
|
||||
^LICENSE\.md$
|
||||
^README\.Rmd$
|
||||
^Makefile$
|
||||
node_modules
|
||||
|
||||
3
Makefile
3
Makefile
@ -8,6 +8,9 @@ document:
|
||||
install: document
|
||||
R CMD INSTALL .
|
||||
|
||||
check:
|
||||
Rscript -e "devtools::check()"
|
||||
|
||||
README.md: README.Rmd install
|
||||
Rscript -e "rmarkdown::render('README.Rmd')"
|
||||
@rm README.html
|
||||
|
||||
@ -50,10 +50,6 @@ ts_compile.character <- function(
|
||||
sprintf("export default {\n %s\n};", paste(ls(e), collapse = ",\n "))
|
||||
)
|
||||
|
||||
# if (file != "" && file.exists(file)) {
|
||||
# stop(sprintf("File exists: %s", file))
|
||||
# return()
|
||||
# }
|
||||
cat(src, file = file, sep = "\n")
|
||||
|
||||
invisible()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user