Skip to content

Commit

Permalink
an R package skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Nov 16, 2017
0 parents commit 94d00c9
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
12 changes: 12 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Package: tinytex
Type: Package
Title: A Collection of Helper Functions to Install and Maintain LaTeX
Version: 0.0.0
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person()
)
Description: Helper functions for the LaTeX distribution named 'TinyTeX'.
License: MIT | file LICENSE
Encoding: UTF-8
LazyData: true
Empty file added NAMESPACE
Empty file.
Empty file added R/package.R
Empty file.
19 changes: 19 additions & 0 deletions tinytex.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageInstallArgs: -v && Rscript -e "Rd2roxygen::rab(install=T,build=F)"

0 comments on commit 94d00c9

Please sign in to comment.