Skip to content

Commit 095182c

Browse files
committed
chore commit
1 parent 4f31eab commit 095182c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ session-*
1818

1919
# R build ignore file
2020
.Rbuildignore
21+
.Rhistory

R/create_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ generate_scientific_analysis <- function(data, api_key, output_name = "Analysis"
256256
}
257257

258258
return(analysis)
259-
}
259+
}

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
`openAIScientist` was designed to provide users with a quick overview and analysis of their datasets, helping them to understand and interpret their data more efficiently.
66

77
<div align="center">
8-
<img src="https://hits.sh/github.com/noluyorAbi/openaAIScientist.svg?style=for-the-badge&label=TOTAL%20VIEWS&labelColor=000000&logo=r" />
8+
<img src="https://hits.sh/github.com/noluyorAbi/openaAIScientist.svg?style=for-the-badge&label=TOTAL%20VIEWS&labelColor=000000&logo=r" style="margin-bottom: 10px; margin-top:10px" />
99
</div>
1010

11+
<div align="center">
12+
<img src="https://github.com/noluyorAbi/openAIScientist/actions/workflows/R-CMD-check.yml/badge.svg" style="margin-bottom: 10px;" />
13+
</div>
14+
15+
1116
## Installation 💻
1217

1318
First, install the package along with its dependencies if you haven't already:

0 commit comments

Comments
 (0)