diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 18:32:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 18:32:28 +0100 |
commit | 23052b301cb4c0e606a1b2b4175519e47536e563 (patch) | |
tree | b44026dc576b4430954dc8b0ed686d8be6c3f18c | |
parent | cbc3bfee81b8abfd6cbdf03a6eef034f158db759 (diff) |
Clean up
-rw-r--r-- | .Rbuildignore | 1 | ||||
-rw-r--r-- | Rprofile | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index e7f0084..7bfc904 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,7 +4,6 @@ ^gmkin\.tar$ ^gmkin_.*\.zip$ ^gmkin_screenshot.png$ -^Rprofile$ ^inst/GUI/gmkin_workflow_inkscape.svg$ ^docs$ ^_pkgdown\.yml$ diff --git a/Rprofile b/Rprofile deleted file mode 100644 index 7d24f98..0000000 --- a/Rprofile +++ /dev/null @@ -1,3 +0,0 @@ -require(gmkin) -require(utils) -gmkin() |