Skip to content

Commit

Permalink
Initial commit in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 21, 2024
1 parent 79a11c2 commit b6bb176
Show file tree
Hide file tree
Showing 30 changed files with 80 additions and 41 deletions.
7 changes: 1 addition & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
^.*\.Rproj$
^egpkg-fall2024\.Rproj$
^\.Rproj\.user$
^\.github$
^README\.Rmd$
^Rplots\.pdf$
^doc$
^Meta$
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
src/*.o
src/*.so
src/*.dll
inst/doc
/doc/
/Meta/
31 changes: 10 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
Package: egpkg2024
Type: Package
Title: What the Package Does in One 'Title Case' Line
Version: 1.0
Date: 2023-02-23
Author: Your Name
Maintainer: Your Name <[email protected]>
Description: One paragraph description of what the package does as
one or more full sentences.
License: GPL (>= 2)
Imports:
Rcpp,
graphics
LinkingTo: Rcpp
Package: egpkg-fall2024
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Generated by roxygen2: do not edit by hand

export(myplot)
export(rcpp_hello_world)
import(graphics)
importFrom(Rcpp,evalCpp)
useDynLib(egpkg2024, .registration = TRUE)
22 changes: 22 additions & 0 deletions egpkg-fall2024.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
PackageRoxygenize: rd,collate,namespace
7 changes: 7 additions & 0 deletions misc/.Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^README\.Rmd$
^Rplots\.pdf$
^doc$
^Meta$
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions misc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
src/*.o
src/*.so
src/*.dll
inst/doc
/doc/
/Meta/
23 changes: 23 additions & 0 deletions misc/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Package: egpkg2024
Type: Package
Title: What the Package Does in One 'Title Case' Line
Version: 1.0
Date: 2023-02-23
Author: Your Name
Maintainer: Your Name <[email protected]>
Description: One paragraph description of what the package does as
one or more full sentences.
License: GPL (>= 2)
Imports:
Rcpp,
graphics
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
7 changes: 7 additions & 0 deletions misc/NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(myplot)
export(rcpp_hello_world)
import(graphics)
importFrom(Rcpp,evalCpp)
useDynLib(egpkg2024, .registration = TRUE)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added misc/Rplots.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b6bb176

Please sign in to comment.