Skip to content

Commit

Permalink
render readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Jun 22, 2024
1 parent ab61931 commit e62911b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- badges: start -->

> **This package is under development and not yet ready for use.**
[![R-CMD-check](https://github.com/oxford-pharmacoepi/phenotypeR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/oxford-pharmacoepi/phenotypeR/actions/workflows/R-CMD-check.yaml)
[![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

Expand Down Expand Up @@ -38,7 +40,6 @@ library(CDMConnector)
library(phenotypeR)
library(CohortConstructor)
library(dplyr)
#> Warning: package 'dplyr' was built under R version 4.2.3

con <- DBI::dbConnect(duckdb::duckdb(dbdir = CDMConnector::eunomia_dir()))
cdm <- CDMConnector::cdm_from_con(con = con,
Expand Down

0 comments on commit e62911b

Please sign in to comment.