Browse code

log directory to gitignore

Türei Dénes authored on 10/02/2021 16:35:20
Showing 1 changed files
... ...
@@ -39,3 +39,5 @@ vignettes/OmnipathR.toc
39 39
 bioctest/
40 40
 # bioconductor testing R environment
41 41
 Renviron.bioc
42
+# Log directory
43
+omnipathr-log/
Browse code

Renviron.bioc into Rbuildignore and gitignore

Türei Dénes authored on 05/10/2020 00:08:44
Showing 1 changed files
... ...
@@ -37,3 +37,5 @@ vignettes/OmnipathR.tex
37 37
 vignettes/OmnipathR.toc
38 38
 # bioconductor release test directory
39 39
 bioctest/
40
+# bioconductor testing R environment
41
+Renviron.bioc
Browse code

bioc test dir into Rbuildignore and gitignore

Türei Dénes authored on 05/10/2020 00:04:10
Showing 1 changed files
... ...
@@ -34,4 +34,6 @@ vignettes/OmnipathR.bbl
34 34
 vignettes/OmnipathR.log
35 35
 vignettes/OmnipathR.synctex.gz
36 36
 vignettes/OmnipathR.tex
37
-vignettes/OmnipathR.toc
38 37
\ No newline at end of file
38
+vignettes/OmnipathR.toc
39
+# bioconductor release test directory
40
+bioctest/
Browse code

Minor Update website

Alberto Valdeolivas authored on 29/07/2020 15:33:35
Showing 1 changed files
... ...
@@ -34,4 +34,4 @@ vignettes/OmnipathR.bbl
34 34
 vignettes/OmnipathR.log
35 35
 vignettes/OmnipathR.synctex.gz
36 36
 vignettes/OmnipathR.tex
37
-vignettes/OmnipathR.toc
37
+vignettes/OmnipathR.toc
38 38
\ No newline at end of file
Browse code

Website

Alberto Valdeolivas authored on 05/06/2020 08:00:28
Showing 1 changed files
... ...
@@ -35,4 +35,3 @@ vignettes/OmnipathR.log
35 35
 vignettes/OmnipathR.synctex.gz
36 36
 vignettes/OmnipathR.tex
37 37
 vignettes/OmnipathR.toc
38
-docs
Browse code

Website

Alberto Valdeolivas authored on 18/05/2020 08:24:42
Showing 1 changed files
... ...
@@ -35,3 +35,4 @@ vignettes/OmnipathR.log
35 35
 vignettes/OmnipathR.synctex.gz
36 36
 vignettes/OmnipathR.tex
37 37
 vignettes/OmnipathR.toc
38
+docs
Browse code

Modifications Bioconductor Final submission

Modifications to address the comments and modifications proposed by a member of the Bioconductor core team (Last submission stage):

https://github.com/Bioconductor/Contributions/issues/1263

Alberto Valdeolivas authored on 14/10/2019 17:15:14
Showing 1 changed files
... ...
@@ -29,3 +29,9 @@ rsconnect/
29 29
 .Rproj.user
30 30
 OmnipathR.Rproj
31 31
 OmnipathR.Rproj
32
+vignettes/OmnipathR-concordance.tex
33
+vignettes/OmnipathR.bbl
34
+vignettes/OmnipathR.log
35
+vignettes/OmnipathR.synctex.gz
36
+vignettes/OmnipathR.tex
37
+vignettes/OmnipathR.toc
Browse code

Preparation for Bioconductor Submission

- New more robustic functions to query Omnipath webservice following Bioconductor recommendations.

- New testing funcitons using the package testthat and following Bioconductor recommendations.

- Coding style modifications to meet Bioconductor recommendations and requirements.

Alberto Valdeolivas authored on 17/09/2019 15:10:42
Showing 1 changed files
... ...
@@ -27,3 +27,5 @@ vignettes/*.pdf
27 27
 # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
28 28
 rsconnect/
29 29
 .Rproj.user
30
+OmnipathR.Rproj
31
+OmnipathR.Rproj
Browse code

dplyr required

gabora authored on 21/05/2019 06:52:04
Showing 1 changed files
... ...
@@ -1,37 +1,29 @@
1
+inst/doc
1 2
 # History files
2 3
 .Rhistory
3 4
 .Rapp.history
4 5
 
5 6
 # Session Data files
6 7
 .RData
7
-
8 8
 # Example code in package build process
9 9
 *-Ex.R
10
-
11 10
 # Output files from R CMD build
12 11
 /*.tar.gz
13
-
14 12
 # Output files from R CMD check
15 13
 /*.Rcheck/
16
-
17 14
 # RStudio files
18 15
 .Rproj.user/
19
-
20 16
 # produced vignettes
21 17
 vignettes/*.html
22 18
 vignettes/*.pdf
23
-
24 19
 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
25 20
 .httr-oauth
26
-
27 21
 # knitr and R markdown default cache directories
28 22
 /*_cache/
29 23
 /cache/
30
-
31 24
 # Temporary files created by R markdown
32 25
 *.utf8.md
33 26
 *.knit.md
34
-
35 27
 # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36 28
 rsconnect/
37 29
 .Rproj.user
Browse code

ptms and interactions have difference graph conveersion algorithm, fixed issues related to this

gabora authored on 12/11/2018 09:54:43
Showing 1 changed files
... ...
@@ -34,3 +34,4 @@ vignettes/*.pdf
34 34
 
35 35
 # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36 36
 rsconnect/
37
+.Rproj.user
Browse code

Initial commit

Attila Gabor authored on 09/11/2018 16:13:51 • GitHub committed on 09/11/2018 16:13:51
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,36 @@
1
+# History files
2
+.Rhistory
3
+.Rapp.history
4
+
5
+# Session Data files
6
+.RData
7
+
8
+# Example code in package build process
9
+*-Ex.R
10
+
11
+# Output files from R CMD build
12
+/*.tar.gz
13
+
14
+# Output files from R CMD check
15
+/*.Rcheck/
16
+
17
+# RStudio files
18
+.Rproj.user/
19
+
20
+# produced vignettes
21
+vignettes/*.html
22
+vignettes/*.pdf
23
+
24
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
25
+.httr-oauth
26
+
27
+# knitr and R markdown default cache directories
28
+/*_cache/
29
+/cache/
30
+
31
+# Temporary files created by R markdown
32
+*.utf8.md
33
+*.knit.md
34
+
35
+# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36
+rsconnect/