Skip to content

Commit

Permalink
+fix dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnWx2019 committed Oct 4, 2024
1 parent e1e5fb9 commit 3447335
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
17 changes: 9 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Package: MetMiner
Title: An Amazing Shiny App
Version: 0.0.0.9000
Title: A user-friendly pipeline for large-scale plant metabolomics data analysis
Version: 1.0.0
Authors@R:
person(given = "firstname",
family = "lastname",
person(given = "Xiao",
family = "Wang",
role = c("aut", "cre"),
email = "your@email.com")
Description: What the package does (one paragraph).
License: What license is it under?
email = "shawnwang2016@126.com")
Description: MetMiner: A user-friendly pipeline for large-scale plant metabolomics data analysis.
License: MIT
Imports:
config (>= 0.3.2),
golem (>= 0.4.1),
shiny (>= 1.8.1.1)
shiny (>= 1.8.1.1),
Matrix (== 1.4-1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
42 changes: 21 additions & 21 deletions MetMiner.Rproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Version: 1.0
RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

0 comments on commit 3447335

Please sign in to comment.