add package files

This commit is contained in:
この中二病に爆焔を! 2024-01-25 09:29:41 +08:00
parent 80ba77997a
commit 3e12ad09b0
6 changed files with 58 additions and 0 deletions

1
.gitignore vendored
View File

@ -237,3 +237,4 @@ _Pvt_Extensions
/viz/ts/build
/build
*.map
.pkg/ggplot.zip

10
.pkg/build.cmd Normal file
View File

@ -0,0 +1,10 @@
@echo off
SET drive=%~d0
SET R_HOME=%drive%/GCModeller\src\R-sharp\App\net6.0
SET pkg=./ggplot.zip
%R_HOME%/Rscript.exe --build /src ../ /save %pkg% --skip-src-build
%R_HOME%/R#.exe --install.packages %pkg%
pause

View File

@ -0,0 +1,13 @@
@echo off
SET drive=%~d0
SET mzkit_renv=%drive%/mzkit/dist/bin
SET Rscript="%mzkit_renv%/Rscript.exe"
SET REnv="%mzkit_renv%/R#.exe"
SET mzkit_pkg=%drive%/mzkit/src/mzkit/setup/ggplot.zip
%Rscript% --build /src ../ /save %mzkit_pkg%
%REnv% --install.packages %mzkit_pkg%
pause

11
DESCRIPTION Normal file
View File

@ -0,0 +1,11 @@
Package: ggplot
Type: Package
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
Version: 1.0.0.1254
Date: 2021-01-25
Author: xieguigang
Maintainer: xieguigang <gg.xie@bionovogene.com>
Description: A R language ggplot2 package liked grammar of
graphics library for R# language programming.
License: MIT
RoxygenNote: 7.1.1

1
NAMESPACE Normal file
View File

@ -0,0 +1 @@
exportPattern("^[[:alpha:]]+")

22
ggplot.Rproj Normal file
View File

@ -0,0 +1,22 @@
Version: 1.0
RestoreWorkspace: Yes
SaveWorkspace: Ask
AlwaysSaveHistory: Yes
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
PackageRoxygenize: rd,collate,vignette