Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie authored Sep 29, 2021
0 parents commit 410c446
Show file tree
Hide file tree
Showing 6 changed files with 53 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 @@
^aRt\.Rproj$
^\.Rproj\.user$
7 changes: 7 additions & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
devtools::document()
devtools::document()
"tibble" %in% rownames(installed.packages())
devtools::document()
devtools::load_all()
devtools::install()
devtools::document()
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.Rproj.user
18 changes: 18 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Package: aRt
Title: Generative Art with R
Version: 0.0.0.9000
Authors@R:
person(given = "Nicola",
family = "Rennie",
role = c("aut", "cre"),
email = "[email protected]")
Description: Creates generative art using R.
License: `use_gpl3_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
ggplot2,
tibble,
tidyr
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generated by roxygen2: do not edit by hand

export(static)
22 changes: 22 additions & 0 deletions aRt.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

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

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 410c446

Please sign in to comment.