mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:06:12 +01:00
v0.5.0
This commit is contained in:
parent
31e977937d
commit
5cfa5bbfe3
@ -1,3 +1,4 @@
|
|||||||
|
^CRAN-RELEASE$
|
||||||
^.*\.Rproj$
|
^.*\.Rproj$
|
||||||
^\.Rproj\.user$
|
^\.Rproj\.user$
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ _noinclude
|
|||||||
vignettes/*.R
|
vignettes/*.R
|
||||||
.DS_Store
|
.DS_Store
|
||||||
^cran-comments\.md$
|
^cran-comments\.md$
|
||||||
|
^CRAN-RELEASE$
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 0.4.0.9014
|
Version: 0.5.0
|
||||||
Date: 2018-11-30
|
Date: 2018-12-01
|
||||||
Title: Antimicrobial Resistance Analysis
|
Title: Antimicrobial Resistance Analysis
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
person(
|
person(
|
||||||
@ -39,7 +39,7 @@ Authors@R: c(
|
|||||||
role = "ths",
|
role = "ths",
|
||||||
comment = c(ORCID = "0000-0003-1634-0010")))
|
comment = c(ORCID = "0000-0003-1634-0010")))
|
||||||
Description: Functions to simplify the analysis and prediction of Antimicrobial
|
Description: Functions to simplify the analysis and prediction of Antimicrobial
|
||||||
Resistance (AMR) and work with microbial and antimicrobial properties by using
|
Resistance (AMR) to work with microbial and antimicrobial properties by using
|
||||||
evidence-based methods.
|
evidence-based methods.
|
||||||
Depends:
|
Depends:
|
||||||
R (>= 3.1.0)
|
R (>= 3.1.0)
|
||||||
|
6
NEWS.md
6
NEWS.md
@ -1,4 +1,5 @@
|
|||||||
# 0.4.0.90xx (latest development version)
|
# 0.5.0
|
||||||
|
**Published on CRAN: 2018-12-01**
|
||||||
|
|
||||||
#### New
|
#### New
|
||||||
* Repository moved to GitLab: https://gitlab.com/msberends/AMR
|
* Repository moved to GitLab: https://gitlab.com/msberends/AMR
|
||||||
@ -81,7 +82,8 @@
|
|||||||
* Updated vignettes to comply with README
|
* Updated vignettes to comply with README
|
||||||
|
|
||||||
|
|
||||||
# 0.4.0 (latest stable release)
|
# 0.4.0
|
||||||
|
**Published on CRAN: 2018-10-01**
|
||||||
|
|
||||||
#### New
|
#### New
|
||||||
* The data set `microorganisms` now contains **all microbial taxonomic data from ITIS** (kingdoms Bacteria, Fungi and Protozoa), the Integrated Taxonomy Information System, available via https://itis.gov. The data set now contains more than 18,000 microorganisms with all known bacteria, fungi and protozoa according ITIS with genus, species, subspecies, family, order, class, phylum and subkingdom. The new data set `microorganisms.old` contains all previously known taxonomic names from those kingdoms.
|
* The data set `microorganisms` now contains **all microbial taxonomic data from ITIS** (kingdoms Bacteria, Fungi and Protozoa), the Integrated Taxonomy Information System, available via https://itis.gov. The data set now contains more than 18,000 microorganisms with all known bacteria, fungi and protozoa according ITIS with genus, species, subspecies, family, order, class, phylum and subkingdom. The new data set `microorganisms.old` contains all previously known taxonomic names from those kingdoms.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# `AMR` <img src="man/figures/logo_amr.png" align="right" height="120px" />
|
# `AMR` <img src="man/figures/logo_amr.png" align="right" height="120px" />
|
||||||
### An [R package](https://www.r-project.org) to simplify the analysis and prediction of Antimicrobial Resistance (AMR) and work with antibiotic properties by using evidence-based methods.
|
### An [R package](https://www.r-project.org) to simplify the analysis and prediction of Antimicrobial Resistance (AMR) and to work with antibiotic properties by using evidence-based methods.
|
||||||
|
|
||||||
This R package was created for academic research by PhD students of the Faculty of Medical Sciences of the [University of Groningen](https://www.rug.nl) and the Medical Microbiology & Infection Prevention (MMBI) department of the [University Medical Center Groningen (UMCG)](https://www.umcg.nl).
|
This R package was created for academic research by PhD students of the Faculty of Medical Sciences of the [University of Groningen](https://www.rug.nl) and the Medical Microbiology & Infection Prevention (MMBI) department of the [University Medical Center Groningen (UMCG)](https://www.umcg.nl).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user