Skip to content

Commit 05d6822

Browse files
authored
Merge pull request #4 from JRaviLab/remove_underscore_fr_repo_name
Removed underscores from references to amR packages.
2 parents 9481c9e + bd0689d commit 05d6822

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ amRdata provides functions to:
3434
- Store data efficiently in Parquet and DuckDB formats
3535

3636
See the [package
37-
vignette](https://jravilab.github.io/amR_data/articles/intro.html) for
37+
vignette](https://jravilab.github.io/amRdata/articles/intro.html) for
3838
detailed usage.
3939

4040
## Installation
@@ -44,7 +44,7 @@ detailed usage.
4444
if (!requireNamespace("remotes", quietly = TRUE))
4545
install.packages("remotes")
4646

47-
remotes::install_github("JRaviLab/amR_data")
47+
remotes::install_github("JRaviLab/amRdata")
4848
```
4949

5050
## Quick start
@@ -224,8 +224,8 @@ launch_dashboard()
224224
## Related packages
225225

226226
- [amR](https://github.com/JRaviLab/amR): Suite metapackage
227-
- [amRml](https://github.com/JRaviLab/amR_ml): ML for AMR prediction
228-
- [amRshiny](https://github.com/JRaviLab/amR_shiny): Interactive
227+
- [amRml](https://github.com/JRaviLab/amRml): ML for AMR prediction
228+
- [amRshiny](https://github.com/JRaviLab/amRshiny): Interactive
229229
dashboard
230230

231231
## Citation
@@ -245,7 +245,7 @@ for guidelines.
245245
## Reporting issues
246246

247247
Report bugs and request features at:
248-
<https://github.com/JRaviLab/amR_ml/issues>
248+
<https://github.com/JRaviLab/amRml/issues>
249249

250250
## License
251251

amRdata.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 07bafb6d-34dd-46d8-bba7-a427faa4eae9
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)