Skip to content

Commit

Permalink
fix URL typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed Jun 27, 2024
1 parent eb53efe commit 386fc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install.packages("AgeingError", repos = c("https://noaa-fisheries-integrated-too
```

You can also install from GitHub using the code below which will compile the package locally
(which takes longer and requires (Rtools)[https://cran.r-project.org/bin/windows/Rtools/]
(which takes longer and requires [Rtools](https://cran.r-project.org/bin/windows/Rtools/)
for Windows users).

```r
Expand Down
2 changes: 1 addition & 1 deletion vignettes/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install.packages("AgeingError", repos = c("https://noaa-fisheries-integrated-too
```

You can also install from GitHub using the code below which will compile the package locally
(which takes longer and requires (Rtools)[https://cran.r-project.org/bin/windows/Rtools/]
(which takes longer and requires [Rtools](https://cran.r-project.org/bin/windows/Rtools/)
for Windows users).

```{r, echo=TRUE, eval=FALSE}
Expand Down

0 comments on commit 386fc9c

Please sign in to comment.