Skip to content

Commit 9552a34

Browse files
committed
remove stargazer and forker section
1 parent dc0dbad commit 9552a34

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ names(my_qenv)
6969
```
7070

7171
```r
72-
qenv_2 <- eval_code(my_qenv, "y <- x * 2")
72+
qenv_2 <- eval_code(my_qenv, "y <- x * 2")
7373
qenv_2 <- eval_code(qenv_2, "z <- y * 2")
7474
qenv_2
7575
#> <environment: 0x00000225ca866d68> [L]
@@ -99,17 +99,3 @@ cat(get_code(qenv_2))
9999
## Getting help
100100

101101
If you encounter a bug or have a feature request, please file an issue. For questions, discussions, and updates, use the `teal` channel in the [`pharmaverse` slack workspace](https://pharmaverse.slack.com).
102-
103-
## Stargazers and Forkers
104-
105-
### Stargazers over time
106-
107-
[![Stargazers over time](https://starchart.cc/insightsengineering/teal.code.svg)](https://starchart.cc/insightsengineering/teal.code)
108-
109-
### Stargazers
110-
111-
[![Stargazers repo roster for @insightsengineering/teal.code](http://reporoster.com/stars/insightsengineering/teal.code)](https://github.com/insightsengineering/teal.code/stargazers)
112-
113-
### Forkers
114-
115-
[![Forkers repo roster for @insightsengineering/teal.code](http://reporoster.com/forks/insightsengineering/teal.code)](https://github.com/insightsengineering/teal.code/network/members)

0 commit comments

Comments
 (0)