Skip to content

Commit

Permalink
Export dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Jun 21, 2024
1 parent 39a8190 commit 67075f8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
^\.github$
^renv$
^renv\.lock$
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(taxon_phenotypes)
export(taxon_susceptibility)
4 changes: 4 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#' "Gram-negative".}
#' \item{doi}{DOI of the publication from which the information was obtained.}
#' }
#'
#' @export
"taxon_phenotypes"

#' Antibiotic susceptibility of bacterial taxa
Expand All @@ -24,4 +26,6 @@
#' or "resistant".}
#' \item{doi}{DOI of the publication from which the information was obtained.}
#' }
#'
#' @export
"taxon_susceptibility"
4 changes: 4 additions & 0 deletions mirix_db.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

0 comments on commit 67075f8

Please sign in to comment.