Browse code

Add .github to .Rbuildignore

const-ae authored on 24/03/2020 09:12:42
Showing 1 changed files
... ...
@@ -2,4 +2,4 @@
2 2
 ^\.Rproj\.user$
3 3
 ^README\.Rmd$
4 4
 tmp_scripts
5
-^\.github/workflows/R-CMD-check\.yaml$
5
+.github
Browse code

Add Continuous Integration Tests with Github Actions

* The basic structure was generated using the development version
of usethis::use_github_actions_tidy(). I however removed the stuff for
the PR actions

const-ae authored on 31/01/2020 15:52:36
Showing 1 changed files
... ...
@@ -2,3 +2,4 @@
2 2
 ^\.Rproj\.user$
3 3
 ^README\.Rmd$
4 4
 tmp_scripts
5
+^\.github/workflows/R-CMD-check\.yaml$
Browse code

Add tmp_scripts to .Rbuildignore

const-ae authored on 31/01/2020 15:06:59
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 ^README\.Rmd$
4
+tmp_scripts
Browse code

Add README.Rmd and README.md

const-ae authored on 28/01/2020 18:50:23
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3
+^README\.Rmd$
Browse code

Initial commit

const-ae authored on 15/01/2020 15:16:07
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+^.*\.Rproj$
2
+^\.Rproj\.user$