Selaa lähdekoodia

usethis::create_package("frappeCharts")

master
Garrick Aden-Buie 6 vuotta sitten
commit
a3f6fdd986
7 muutettua tiedostoa jossa 57 lisäystä ja 0 poistoa
  1. +2
    -0
      .Rbuildignore
  2. +1
    -0
      .Rhistory
  3. +1
    -0
      .gitignore
  4. +14
    -0
      DESCRIPTION
  5. +2
    -0
      NAMESPACE
  6. +16
    -0
      dev/dev.Rmd
  7. +21
    -0
      frappeCharts.Rproj

+ 2
- 0
.Rbuildignore Näytä tiedosto

@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$

+ 1
- 0
.Rhistory Näytä tiedosto

@@ -0,0 +1 @@
create_package(".")

+ 1
- 0
.gitignore Näytä tiedosto

@@ -0,0 +1 @@
.Rproj.user

+ 14
- 0
DESCRIPTION Näytä tiedosto

@@ -0,0 +1,14 @@
Package: frappeCharts
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "Garrick.Aden-Buie@moffitt.org",
comment = c(ORCID = "0000-0002-7111-0077"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)

+ 2
- 0
NAMESPACE Näytä tiedosto

@@ -0,0 +1,2 @@
# Generated by roxygen2: fake comment so roxygen2 overwrites silently.
exportPattern("^[^\\.]")

+ 16
- 0
dev/dev.Rmd Näytä tiedosto

@@ -0,0 +1,16 @@
Create a package for this HTML widget.
We're not going to publish this, so you can call it whatever you want

```{r create-package}
usethis::create_package("frappeCharts")
```

Add a dev script for notes

```{r dev}
dir.create("dev")
file.create("dev/dev.R")
rstudioapi::navigateToFile("dev/dev.R")
```



+ 21
- 0
frappeCharts.Rproj Näytä tiedosto

@@ -0,0 +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

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

Loading…
Peruuta
Tallenna