diff --git a/DESCRIPTION b/DESCRIPTION index f207f0e..ec05421 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: easylift Title: An R package to perform genomic liftover Version: 1.1.0 -Date: 2023-10-12 +Date: 2023-10-24 Authors@R: c( person("Abdullah", "Al Nahid", email= "abdnahid56@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), diff --git a/NEWS.md b/NEWS.md index daf19ea..067ea7a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# easylift 1.1.0 + +* Bioconductor release 3.18 + + # easylift 0.99.9 * Bug fixes and further improvements to the code. diff --git a/README.Rmd b/README.Rmd index e6fe094..29c0c92 100644 --- a/README.Rmd +++ b/README.Rmd @@ -87,7 +87,7 @@ gr |> easylift("hg38") To cite package `easylift` in publications use: Al Nahid A, Pagès H, Love M (2023). _easylift: An R package to perform - genomic liftover_. R package version 0.99.99, + genomic liftover_. R package version 1.1.0, . @@ -98,7 +98,7 @@ A BibTeX entry for LaTeX users is title = {easylift: An R package to perform genomic liftover}, author = {Abdullah Al Nahid, Hervé Pagès, Michael Love}, year = {2023}, - note = {R package version 0.99.99}, + note = {R package version 1.1.0}, url = {https://github.com/nahid18/easylift}, } ``` diff --git a/README.md b/README.md index 7cfdaf5..01b2cf7 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ gr |> easylift("hg38") To cite package `easylift` in publications use: Al Nahid A, Pagès H, Love M (2023). *easylift: An R package to perform -genomic liftover*. R package version 0.99.99, +genomic liftover*. R package version 1.1.0, . A BibTeX entry for LaTeX users is @@ -93,7 +93,7 @@ A BibTeX entry for LaTeX users is title = {easylift: An R package to perform genomic liftover}, author = {Abdullah Al Nahid, Hervé Pagès, Michael Love}, year = {2023}, - note = {R package version 0.99.99}, + note = {R package version 1.1.0}, url = {https://github.com/nahid18/easylift}, } diff --git a/vignettes/easylift.Rmd b/vignettes/easylift.Rmd index 5bc235c..640f22d 100644 --- a/vignettes/easylift.Rmd +++ b/vignettes/easylift.Rmd @@ -112,7 +112,7 @@ gr |> easylift("hg38") To cite package `easylift` in publications use: Al Nahid A, Pagès H, Love M (2023). _easylift: An R package to perform - genomic liftover_. R package version 0.0.4, + genomic liftover_. R package version 1.1.0, https://github.com/nahid18/easylift. A BibTeX entry for LaTeX users is @@ -122,7 +122,7 @@ A BibTeX entry for LaTeX users is title = {easylift: An R package to perform genomic liftover}, author = {Abdullah Al Nahid, Hervé Pagès, Michael Love}, year = {2023}, - note = {R package version 0.0.4}, + note = {R package version 1.1.0}, url = {https://github.com/nahid18/easylift}, } ```