Skip to content

Commit

Permalink
Add README.html to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cjendres1 committed Nov 25, 2022
1 parent f944189 commit 451c80e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
inst/doc
README.html
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nhanesA
Version: 0.7.2
Date: 2022-11-24
Date: 2022-11-25
Title: NHANES Data Retrieval
Authors@R:
person(given = "Christopher",
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install.packages("nhanesA")

```{r, eval = FALSE}
install.packages("devtools")
devtools::install_github("cjendres1/nhanes")
install_github("cjendres1/nhanes")
```

<br/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install.packages("nhanesA")

``` r
install.packages("devtools")
devtools::install_github("cjendres1/nhanes")
install_github("cjendres1/nhanes")
```

<br/>
Expand Down

0 comments on commit 451c80e

Please sign in to comment.